- 39a1730 Make pbtombstone a host tool. by Peter Collingbourne · 1 year, 3 months ago
- 469b62a Use fallback linker allocator in trace_handler. by Christopher Ferris · 9 months ago
- 1e7b7cb Move variable only used on aarch64. by Christopher Ferris · 9 months ago
- df5ae06 Small clean-up of debuggerd test. by Christopher Ferris · 10 months ago
- 2f77c2a Clean up usage of 32 bit/64 bit checks. by Christopher Ferris · 1 year, 1 month ago
- 7bfbe41 Fix fallback signal issue. by Xiaohui Niu · 1 year, 1 month ago
- 9216490 Temporarily disable mte_illegal_setjump by Florian Mayer · 1 year, 2 months ago
- a2f5335 [GWP-ASan] [debuggerd] Change test to handle default recoverable by Mitch Phillips · 1 year, 2 months ago
- 1fef1b1 Update test for more accurate memtag_handle_longjmp by Florian Mayer · 1 year, 3 months ago
- e6462f9 Add test for invalid setjmp in MTE by Florian Mayer · 1 year, 3 months ago
- bc22703 debuggerd_test: fix invalid regexs by Ryan Prichard · 1 year, 3 months ago
- 920d95b use new location of crash_detail API by Florian Mayer · 1 year, 4 months ago
- aced3aa Add tests for android_replace_crash_detail_[name|data] by Florian Mayer · 1 year, 4 months ago
- 5fa6663 Read data set by android_add_crash_detail into tombstone. by Florian Mayer · 1 year, 4 months ago
- 20f50ec Avoid sleep in test. by Christopher Ferris · 1 year, 5 months ago
- 2be4bed raise debuggerd_test timeout by Steven Moreland · 1 year, 5 months ago
- 1503890 Update to support new shared_ptr returns. by Christopher Ferris · 1 year, 7 months ago
- 38ab045 debuggerd_test: Scale timeouts by HwTimeoutMultiplier by Mattias Simonsson · 1 year, 7 months ago
- b92b52c Add ability to handle multiple intercepts per pid. by Christopher Ferris · 1 year, 8 months ago
- 3a0833c Fix potential miscellaneous debuggerd issues. by Christopher Ferris · 1 year, 10 months ago
- 786dac3 Update some fs_mgr/debuggerd to use getpagesize() instead of PAGE_SIZE by Kelvin Zhang · 2 years ago
- 98d6242 Limit the number of log messages in a tombstone. by Christopher Ferris · 2 years ago
- bda1064 Re-add code to skip gettings logs on logd crashes. by Christopher Ferris · 2 years, 1 month ago
- 857e29c riscv64: fix debuggerd_test build. by Elliott Hughes · 2 years, 2 months ago
- b3bf57d Merge "Accept SEGV_MTESERR in CrasherTest.mte_async test." by Treehugger Robot · 2 years, 3 months ago
- 91e816a Accept SEGV_MTESERR in CrasherTest.mte_async test. by Peter Collingbourne · 2 years, 3 months ago
- 70aa219 [gwp-asan] fix tests under clang coverage, and extend invariants by Mitch Phillips · 2 years, 3 months ago
- 6e0eb99 Merge "Add recoverable GWP-ASan." by Mitch Phillips · 2 years, 4 months ago
- 18ce542 Add recoverable GWP-ASan. by Mitch Phillips · 2 years, 4 months ago
- 22035cc Display offset in backtraces if necessary. by Christopher Ferris · 2 years, 4 months ago
- 3f4d036 Add riscv support for heap_addr_in_register by haocheng.zy@linux.alibaba.com · 2 years, 9 months ago
- 361455e Harden CrasherTest::Trap under sanitizers. by Evgenii Stepanov · 2 years, 8 months ago
- b795d6f Fix the build with a newer LLVM. by Elliott Hughes · 2 years, 9 months ago
- 7c2e7e3 Fix fallback paths for dumping threads. by Christopher Ferris · 3 years ago
- 303c6be Fix check for thread unwind. by Christopher Ferris · 3 years ago
- 5411905 Merge "[GWP-ASan] Enable debuggerd to pull more allocation metadata." by Mitch Phillips · 3 years, 1 month ago
- b497929 Skip debuggerd tests that do not apply to HWASan. by Florian Mayer · 3 years, 2 months ago
- 1e09699 [GWP-ASan] Enable debuggerd to pull more allocation metadata. by Mitch Phillips · 3 years, 2 months ago
- c95047d Update for accurate unreadable elf files. by Christopher Ferris · 3 years, 3 months ago
- b999b82 Dump threads in tombstone fallback path. by Christopher Ferris · 3 years, 4 months ago
- 16a7bc2 Fix typo. by Christopher Ferris · 3 years, 4 months ago
- d13ea52 debuggerd: add the PAC keys to the tombstones. by Elliott Hughes · 3 years, 5 months ago
- bdea3bb Remove non-protobuf path. by Christopher Ferris · 3 years, 7 months ago
- a44f269 Merge "Improvements to tombstone output." by Treehugger Robot · 3 years, 7 months ago
- 773acaa Improvements to tombstone output. by Peter Collingbourne · 3 years, 7 months ago
- 57e19ac Merge "Add a human readable description of the tagged_addr_ctrl value to tombstones." by Peter Collingbourne · 3 years, 7 months ago
- 47d784e Add a human readable description of the tagged_addr_ctrl value to tombstones. by Peter Collingbourne · 3 years, 7 months ago
- 2038cc7 Add a test to verify the dex_pc is correct. by Christopher Ferris · 3 years, 9 months ago
- 7e4c2a8 Add fault address marker in proto to tombstone. by Christopher Ferris · 3 years, 9 months ago
- e889145 Remove trailing newlines from abort message. by Christopher Ferris · 3 years, 10 months ago
- a3e9a0b Always use main thread pid for manual dumping. by Christopher Ferris · 3 years, 10 months ago
- 5ddcea2 [MTE] Add a HWASan-style tag dump to tombstones. by Mitch Phillips · 4 years, 1 month ago
- 78f0670 [MTE] Print cause and alloc/dealloc traces to logcat. by Mitch Phillips · 4 years ago
- 93406da Merge "Run MTE tests on zero-sized allocations." by Peter Collingbourne · 4 years, 1 month ago
- aa54479 Run MTE tests on zero-sized allocations. by Peter Collingbourne · 4 years, 1 month ago
- fc7852b Merge "Test that out-of-bounds UAF is not detected with MTE." by Peter Collingbourne · 4 years, 1 month ago
- dc47634 Test that out-of-bounds UAF is not detected with MTE. by Peter Collingbourne · 4 years, 1 month ago
- fe751c5 Re-add backtrace note about unreadable elf. by Christopher Ferris · 4 years, 2 months ago
- 6702256 Allow another prctl call. by Christopher Ferris · 4 years, 2 months ago
- f4a40c0 Merge "Support MTE and GWP-ASan features in proto tombstones." by Peter Collingbourne · 4 years, 2 months ago
- d0f5eb5 Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording." by Peter Collingbourne · 4 years, 2 months ago
- e4781d5 debuggerd: prepare to abandon ship^Wgdb. by Elliott Hughes · 4 years, 3 months ago
- 1a1f7d7 Support MTE and GWP-ASan features in proto tombstones. by Peter Collingbourne · 4 years, 3 months ago
- 7168a21 [GWP-ASan] Add debuggerd end-to-end tests and remove unique wording. by Mitch Phillips · 4 years, 3 months ago
- 90947d4 Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 3 months ago
- 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 3 months ago
- 35da288 Don't hard-code number of tombstones. by Christopher Ferris · 4 years, 3 months ago
- bb4b49c Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 5 months ago
- 0ea08c2 Untag addresses in registers before looking up the mapping. by Peter Collingbourne · 4 years, 4 months ago
- 939d074 Fix CrasherTest.smoke in debuggerd_test. by Peter Collingbourne · 4 years, 4 months ago
- 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 4 months ago
- eda96ed Revert "tombstoned: make it easier to add more types of outputs." by Jerome Gaillard · 4 years, 4 months ago
- 5ec54d1 Revert "tombstoned: support for protobuf fds." by Jerome Gaillard · 4 years, 4 months ago
- 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 4 months ago
- 03b283a Move debuggerd_test over to mallopt(). by Elliott Hughes · 4 years, 5 months ago
- 1091d24 tombstoned: support for protobuf fds. by Josh Gao · 4 years, 6 months ago
- e2aa621 tombstoned: make it easier to add more types of outputs. by Josh Gao · 4 years, 6 months ago
- cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 5 months ago
- 71ad495 Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 4 years, 7 months ago
- 2b6764a Fix the expected tagged_addr_ctrl in a test. by Peter Collingbourne · 4 years, 7 months ago
- 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 9 months ago
- fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 4 years, 11 months ago
- 10e428d Fix dumping of heap memory. by Peter Collingbourne · 4 years, 11 months ago
- bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 5 years ago
- f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
- f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
- a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 5 years ago
- 67d52aa [debuggerd] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
- 11555f0 Increase timeouts. by Christopher Ferris · 6 years ago
- 172b0a0 Add TEMP_FAILURE_RETRY where appropriate. by Christopher Ferris · 6 years ago
- ab60668 Allow getrlimit/ugetrlimit syscalls in tests. by Christopher Ferris · 6 years ago
- 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 6 years ago
- afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 6 years ago
- 5f87bbd debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 6 years ago
- 2b22ae1 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
- 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
- bf06a40 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
- 3249b3a Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
- 8972270 Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
- 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago