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