summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Display offset in backtraces if necessary.Christopher Ferris2023-02-011-2/+58
* Fix check for thread unwind.Christopher Ferris2022-05-241-0/+23
* Merge "[GWP-ASan] Enable debuggerd to pull more allocation metadata."Mitch Phillips2022-04-211-2/+8
|\
| * [GWP-ASan] Enable debuggerd to pull more allocation metadata.Mitch Phillips2022-04-141-2/+8
* | Skip debuggerd tests that do not apply to HWASan.Florian Mayer2022-04-151-0/+11
|/
* Update for accurate unreadable elf files.Christopher Ferris2022-03-151-2/+4
* Dump threads in tombstone fallback path.Christopher Ferris2022-02-161-10/+17
* Fix typo.Christopher Ferris2022-01-311-1/+1
* debuggerd: add the PAC keys to the tombstones.Elliott Hughes2022-01-131-0/+14
* Remove non-protobuf path.Christopher Ferris2021-11-191-0/+211
* Merge "Improvements to tombstone output."Treehugger Robot2021-11-121-13/+53
|\
| * Improvements to tombstone output.Peter Collingbourne2021-11-111-13/+53
* | Merge "Add a human readable description of the tagged_addr_ctrl value to tomb...Peter Collingbourne2021-11-101-1/+2
|\ \ | |/ |/|
| * Add a human readable description of the tagged_addr_ctrl value to tombstones.Peter Collingbourne2021-11-051-1/+2
* | Add a test to verify the dex_pc is correct.Christopher Ferris2021-09-151-0/+122
* | Add fault address marker in proto to tombstone.Christopher Ferris2021-08-231-0/+175
|/
* Remove trailing newlines from abort message.Christopher Ferris2021-08-181-0/+38
* Always use main thread pid for manual dumping.Christopher Ferris2021-07-301-0/+26
* [MTE] Add a HWASan-style tag dump to tombstones.Mitch Phillips2021-06-281-10/+129
* [MTE] Print cause and alloc/dealloc traces to logcat.Mitch Phillips2021-06-011-37/+68
* Merge "Run MTE tests on zero-sized allocations."Peter Collingbourne2021-05-141-1/+6
|\
| * Run MTE tests on zero-sized allocations.Peter Collingbourne2021-05-131-1/+6
* | Merge "Test that out-of-bounds UAF is not detected with MTE."Peter Collingbourne2021-05-131-0/+32
|\ \
| * | Test that out-of-bounds UAF is not detected with MTE.Peter Collingbourne2021-05-121-0/+32
| |/
* | Re-add backtrace note about unreadable elf.Christopher Ferris2021-05-031-0/+56
* | Allow another prctl call.Christopher Ferris2021-04-161-1/+1
|/
* Merge "Support MTE and GWP-ASan features in proto tombstones."Peter Collingbourne2021-03-191-10/+7
|\
| * Support MTE and GWP-ASan features in proto tombstones.Peter Collingbourne2021-03-161-10/+7
* | Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording."Peter Collingbourne2021-03-191-0/+74
|\ \
| * | [GWP-ASan] Add debuggerd end-to-end tests and remove unique wording.Mitch Phillips2021-03-111-0/+74
| |/
* / debuggerd: prepare to abandon ship^Wgdb.Elliott Hughes2021-03-171-8/+13
|/
* Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error...Peter Collingbourne2021-03-111-14/+21
|\
| * Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info().Peter Collingbourne2021-02-121-14/+21
* | Merge "Untag addresses in registers before looking up the mapping."Treehugger Robot2021-03-061-3/+3
|\ \
| * | Untag addresses in registers before looking up the mapping.Peter Collingbourne2021-02-051-3/+3
| |/
* | Don't hard-code number of tombstones.Christopher Ferris2021-02-181-7/+14
* | Fix CrasherTest.smoke in debuggerd_test.Peter Collingbourne2021-02-021-1/+1
|/
* Reland protobuf tombstones.Josh Gao2021-01-261-2/+69
* Revert "tombstoned: make it easier to add more types of outputs."Jerome Gaillard2021-01-261-2/+2
* Revert "tombstoned: support for protobuf fds."Jerome Gaillard2021-01-261-67/+0
* Merge changes from topic "tombstone_proto"Josh Gao2021-01-251-2/+69
|\
| * tombstoned: support for protobuf fds.Josh Gao2021-01-131-0/+67
| * tombstoned: make it easier to add more types of outputs.Josh Gao2021-01-131-2/+2
* | Move debuggerd_test over to mallopt().Elliott Hughes2021-01-151-3/+2
|/
* Remove ANDROID_EXPERIMENTAL_MTE.Peter Collingbourne2021-01-111-12/+12
* Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API.Peter Collingbourne2020-11-181-11/+0
* Fix the expected tagged_addr_ctrl in a test.Peter Collingbourne2020-11-021-1/+1
* Dump the per-thread TAGGED_ADDR_CTRL value if available.Peter Collingbourne2020-09-151-0/+5
* Include memory tags in memory dump output.Peter Collingbourne2020-07-211-0/+50
* Fix dumping of heap memory.Peter Collingbourne2020-07-171-0/+44