summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Fix pc/function name for signal handler frame.Christopher Ferris2019-04-153-0/+8
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-123-0/+32
* Check for data races when reading JIT/DEX entries.David Srbecky2019-03-293-32/+0
* [libbacktrace] Modernize code to use override keywordYi Kong2019-03-251-1/+1
* Fix copy / move behaviour of Maps object.Florian Mayer2019-03-051-1/+1
* procinfo: Read inode number from /proc/<pid>/mapsSandeep Patil2019-02-111-17/+17
* Fix offsets when shared lib split across maps.Christopher Ferris2018-12-181-1/+1
* [libbacktrace] Fix sign-compare warningYi Kong2018-12-171-1/+1
* Verify that the elf matches the expected arch.Christopher Ferris2018-10-293-1/+18
* Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-231-1/+1
* Implement support for linker rosegment option.Christopher Ferris2018-10-031-4/+0
* Load libbacktrace_test.so explicitly.Christopher Ferris2018-10-036-260/+215
* Remove unused ART build dependenciesOrion Hodson2018-08-311-16/+0
* bionic supplies PR_SET_VMA now.Elliott Hughes2018-08-221-6/+3
* Revert^2 "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-081-0/+1
* Revert "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-071-1/+0
* Prepare to fail in RefBase destructor if count is untouchedHans Boehm2018-08-031-0/+1
* [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-161-4/+4
* Move libbacktrace off cutils.Elliott Hughes2018-07-1111-91/+21
* Merge "Build adbd for recovery"Treehugger Robot2018-05-251-2/+5
|\
| * Build adbd for recoveryJiyong Park2018-05-241-2/+5
* | Change tests to use a temporary dir for files.Christopher Ferris2018-05-241-42/+45
|/
* Merge "Mark as recovery_available: true"Treehugger Robot2018-05-221-0/+1
|\
| * Mark as recovery_available: trueJiyong Park2018-05-151-0/+1
* | libprocinfo: add functions reading process map file.Yabin Cui2018-05-143-27/+20
|/
* Merge "Remove unnecessary references to libunwind."Christopher Ferris2018-05-031-6/+0
|\
| * Remove unnecessary references to libunwind.Christopher Ferris2018-05-031-6/+0
* | Tell the build system about APCT's requirements.Elliott Hughes2018-05-031-0/+3
|/
* Add test_suites lines.Elliott Hughes2018-04-271-0/+1
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-032-7/+9
* Method to avoid skipping frames for local unwinds.Christopher Ferris2018-03-233-3/+48
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-211-0/+4
* Modify the offline handling interface.Christopher Ferris2018-02-235-17/+39
* Add ability to skip function name resolution.Christopher Ferris2018-02-202-0/+9
* bpfmt.Elliott Hughes2018-02-161-7/+6
* Fix darwin buildChristopher Tate2018-02-161-0/+3
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-153-4/+15
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-1/+1
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-317-629/+23
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-2926-1513/+424
* Fix frame numbering regression.Christopher Ferris2018-01-261-4/+4
* Emit the frame for DEX PC before the frame for native PC.David Srbecky2018-01-251-15/+21
* Add extra frame when dex_pc is non-zero.Christopher Ferris2018-01-238-5/+650
* Fix null ptr dereference if jit debug not enabled.Christopher Ferris2018-01-221-1/+3
* Merge "Change all uintptr_t to uint64_t in API."Christopher Ferris2018-01-1923-599/+144
|\
| * Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-1823-599/+144
* | Add support for getting a dex pc.Christopher Ferris2018-01-172-0/+2
|/
* Add ability to read jit gdb data.Christopher Ferris2018-01-123-0/+12
* libBacktraceOffline: improve unwinding callchains.Yabin Cui2017-12-187-32/+325
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-1510-68/+126