summaryrefslogtreecommitdiffstats
path: root/debuggerd/libdebuggerd
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add UID printing to tombstone headers" into qt-devMisha Wagner2019-05-013-0/+16
|\
| * Add UID printing to tombstone headersMisha Wagner2019-04-293-0/+16
* | Add indicator that an elf is memory backed.Christopher Ferris2019-04-194-12/+25
|/
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-121-1/+2
* Remove include of backtrace/Backtrace.h.Christopher Ferris2019-04-094-2/+11
* Check for data races when reading JIT/DEX entries.David Srbecky2019-03-291-2/+1
* Add BuildId to frame information.Christopher Ferris2019-03-262-0/+2
* Fix copy / move behaviour of Maps object.Florian Mayer2019-03-051-1/+1
* Replace libbacktrace with libunwindstack directly.Christopher Ferris2019-01-299-513/+701
* libdebuggerd: add timestamp to tombstones.Josh Gao2018-12-142-0/+18
* Tombstone support for XOM-related SIGSEGVs.Ivan Lozano2018-11-271-3/+10
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-141-2/+1
* Update for v4.19 kernel headers.Christopher Ferris2018-10-301-1/+3
* libdebuggerd: decode fdsan owner tags.Josh Gao2018-08-281-2/+5
* debuggerd: delete accidentally merged log spam.Josh Gao2018-08-211-1/+0
* libdebuggerd: extract and print the fdsan table.Josh Gao2018-08-063-17/+94
* Clean up logging code.Christopher Ferris2018-07-161-27/+19
* Add support for new defines in v4.17.3 headers.Christopher Ferris2018-06-291-17/+29
* Improve SIGILL support.Elliott Hughes2018-05-301-4/+11
* Show signal sender for SI_FROMUSER signals.Elliott Hughes2018-04-263-27/+43
* libdebuggerd: fix out of bounds write.Josh Gao2018-04-201-3/+2
* libdebuggerd: clone registers before we Unwind with them.Josh Gao2018-04-201-1/+3
* debuggerd: remove maximum abort message length.Josh Gao2018-04-132-17/+18
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-154-38/+42
* Fix regression caused by libbacktrace API change.Christopher Ferris2018-01-201-1/+1
* Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-185-27/+27
* debuggerd: restore the location of abort message.Josh Gao2017-12-221-4/+4
* Increased number of Android log lines for tombstoneschirag honnavar2017-12-181-1/+1
* crash_dump: fork a copy of the target's address space.Josh Gao2017-12-1523-1347/+618
* Demand read load bias for a map.Christopher Ferris2017-12-051-14/+15
* Only call one unwinder.Christopher Ferris2017-10-274-135/+22
* Merge "Move some properties users to __system_property_read_callback()"Tom Cherry2017-10-121-11/+8
|\
| * Move some properties users to __system_property_read_callback()Tom Cherry2017-10-101-11/+8
* | libdebuggerd: fix tombstone tests.Josh Gao2017-10-102-15/+17
|/
* Show the number of VMAs in the tombstone.Elliott Hughes2017-09-261-5/+7
* debuggerd_fallback: print maps.Josh Gao2017-09-131-1/+13
* libdebuggerd: cleanup.Josh Gao2017-08-2923-88/+44
* Define current ABI string in android-base/macros.hdimitry2017-08-231-18/+1
* Compare new unwinder to old unwinder in debuggerd.Christopher Ferris2017-08-112-16/+88
* Cleanup the libbacktrace interface a bit.Christopher Ferris2017-07-192-72/+72
* Decode ptrace-induced SIGTRAP si_code values.Elliott Hughes2017-06-211-0/+20
* libdebuggerd: print the build fingerprint in fallback.Josh Gao2017-05-081-0/+2
* libdebuggerd: implement fallback register dumping on arm/aarch64.Josh Gao2017-05-084-27/+45
* crash_dump: during early boot, output to kmsg on userdebug.Josh Gao2017-04-061-1/+45
* Initialize si_code in siginfo.Christopher Ferris2017-03-221-2/+14
* Do not access device maps.Christopher Ferris2017-03-221-1/+1
* crash_dump: fetch process/thread names before dropping privileges.Josh Gao2017-03-156-95/+85
* crash_dump: fix warnings, turn on -Werror.Josh Gao2017-03-131-0/+1
* libdebuggerd: add compatibility shim.Josh Gao2017-03-091-0/+6
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-094-9/+55