1. 786dac3 Update some fs_mgr/debuggerd to use getpagesize() instead of PAGE_SIZE by Kelvin Zhang · 2 years, 2 months ago
  2. 98d6242 Limit the number of log messages in a tombstone. by Christopher Ferris · 2 years, 2 months ago
  3. bda1064 Re-add code to skip gettings logs on logd crashes. by Christopher Ferris · 2 years, 3 months ago
  4. 857e29c riscv64: fix debuggerd_test build. by Elliott Hughes · 2 years, 5 months ago
  5. b3bf57d Merge "Accept SEGV_MTESERR in CrasherTest.mte_async test." by Treehugger Robot · 2 years, 5 months ago
  6. 91e816a Accept SEGV_MTESERR in CrasherTest.mte_async test. by Peter Collingbourne · 2 years, 5 months ago
  7. 70aa219 [gwp-asan] fix tests under clang coverage, and extend invariants by Mitch Phillips · 2 years, 5 months ago
  8. 6e0eb99 Merge "Add recoverable GWP-ASan." by Mitch Phillips · 2 years, 6 months ago
  9. 18ce542 Add recoverable GWP-ASan. by Mitch Phillips · 2 years, 7 months ago
  10. 22035cc Display offset in backtraces if necessary. by Christopher Ferris · 2 years, 6 months ago
  11. 3f4d036 Add riscv support for heap_addr_in_register by haocheng.zy@linux.alibaba.com · 2 years, 11 months ago
  12. 361455e Harden CrasherTest::Trap under sanitizers. by Evgenii Stepanov · 2 years, 10 months ago
  13. b795d6f Fix the build with a newer LLVM. by Elliott Hughes · 2 years, 11 months ago
  14. 7c2e7e3 Fix fallback paths for dumping threads. by Christopher Ferris · 3 years, 2 months ago
  15. 303c6be Fix check for thread unwind. by Christopher Ferris · 3 years, 2 months ago
  16. 5411905 Merge "[GWP-ASan] Enable debuggerd to pull more allocation metadata." by Mitch Phillips · 3 years, 3 months ago
  17. b497929 Skip debuggerd tests that do not apply to HWASan. by Florian Mayer · 3 years, 4 months ago
  18. 1e09699 [GWP-ASan] Enable debuggerd to pull more allocation metadata. by Mitch Phillips · 3 years, 4 months ago
  19. c95047d Update for accurate unreadable elf files. by Christopher Ferris · 3 years, 5 months ago
  20. b999b82 Dump threads in tombstone fallback path. by Christopher Ferris · 3 years, 6 months ago
  21. 16a7bc2 Fix typo. by Christopher Ferris · 3 years, 6 months ago
  22. d13ea52 debuggerd: add the PAC keys to the tombstones. by Elliott Hughes · 3 years, 7 months ago
  23. bdea3bb Remove non-protobuf path. by Christopher Ferris · 3 years, 9 months ago
  24. a44f269 Merge "Improvements to tombstone output." by Treehugger Robot · 3 years, 9 months ago
  25. 773acaa Improvements to tombstone output. by Peter Collingbourne · 3 years, 9 months ago
  26. 57e19ac Merge "Add a human readable description of the tagged_addr_ctrl value to tombstones." by Peter Collingbourne · 3 years, 9 months ago
  27. 47d784e Add a human readable description of the tagged_addr_ctrl value to tombstones. by Peter Collingbourne · 3 years, 9 months ago
  28. 2038cc7 Add a test to verify the dex_pc is correct. by Christopher Ferris · 3 years, 11 months ago
  29. 7e4c2a8 Add fault address marker in proto to tombstone. by Christopher Ferris · 4 years ago
  30. e889145 Remove trailing newlines from abort message. by Christopher Ferris · 4 years ago
  31. a3e9a0b Always use main thread pid for manual dumping. by Christopher Ferris · 4 years ago
  32. 5ddcea2 [MTE] Add a HWASan-style tag dump to tombstones. by Mitch Phillips · 4 years, 4 months ago
  33. 78f0670 [MTE] Print cause and alloc/dealloc traces to logcat. by Mitch Phillips · 4 years, 2 months ago
  34. 93406da Merge "Run MTE tests on zero-sized allocations." by Peter Collingbourne · 4 years, 3 months ago
  35. aa54479 Run MTE tests on zero-sized allocations. by Peter Collingbourne · 4 years, 3 months ago
  36. fc7852b Merge "Test that out-of-bounds UAF is not detected with MTE." by Peter Collingbourne · 4 years, 3 months ago
  37. dc47634 Test that out-of-bounds UAF is not detected with MTE. by Peter Collingbourne · 4 years, 3 months ago
  38. fe751c5 Re-add backtrace note about unreadable elf. by Christopher Ferris · 4 years, 4 months ago
  39. 6702256 Allow another prctl call. by Christopher Ferris · 4 years, 4 months ago
  40. f4a40c0 Merge "Support MTE and GWP-ASan features in proto tombstones." by Peter Collingbourne · 4 years, 5 months ago
  41. d0f5eb5 Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording." by Peter Collingbourne · 4 years, 5 months ago
  42. e4781d5 debuggerd: prepare to abandon ship^Wgdb. by Elliott Hughes · 4 years, 5 months ago
  43. 1a1f7d7 Support MTE and GWP-ASan features in proto tombstones. by Peter Collingbourne · 4 years, 5 months ago
  44. 7168a21 [GWP-ASan] Add debuggerd end-to-end tests and remove unique wording. by Mitch Phillips · 4 years, 5 months ago
  45. 90947d4 Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 5 months ago
  46. 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 5 months ago
  47. 35da288 Don't hard-code number of tombstones. by Christopher Ferris · 4 years, 6 months ago
  48. bb4b49c Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 7 months ago
  49. 0ea08c2 Untag addresses in registers before looking up the mapping. by Peter Collingbourne · 4 years, 6 months ago
  50. 939d074 Fix CrasherTest.smoke in debuggerd_test. by Peter Collingbourne · 4 years, 6 months ago
  51. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 6 months ago
  52. eda96ed Revert "tombstoned: make it easier to add more types of outputs." by Jerome Gaillard · 4 years, 6 months ago
  53. 5ec54d1 Revert "tombstoned: support for protobuf fds." by Jerome Gaillard · 4 years, 6 months ago
  54. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 6 months ago
  55. 03b283a Move debuggerd_test over to mallopt(). by Elliott Hughes · 4 years, 7 months ago
  56. 1091d24 tombstoned: support for protobuf fds. by Josh Gao · 4 years, 8 months ago
  57. e2aa621 tombstoned: make it easier to add more types of outputs. by Josh Gao · 4 years, 9 months ago
  58. cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 8 months ago
  59. 71ad495 Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 4 years, 9 months ago
  60. 2b6764a Fix the expected tagged_addr_ctrl in a test. by Peter Collingbourne · 4 years, 9 months ago
  61. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 11 months ago
  62. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 5 years ago
  63. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 5 years ago
  64. bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 5 years ago
  65. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
  66. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  67. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 6 years ago
  68. 67d52aa [debuggerd] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  69. 11555f0 Increase timeouts. by Christopher Ferris · 6 years ago
  70. 172b0a0 Add TEMP_FAILURE_RETRY where appropriate. by Christopher Ferris · 6 years ago
  71. ab60668 Allow getrlimit/ugetrlimit syscalls in tests. by Christopher Ferris · 6 years ago
  72. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 6 years ago
  73. afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 6 years ago
  74. 5f87bbd debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 7 years ago
  75. 2b22ae1 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
  76. 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  77. bf06a40 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
  78. 3249b3a Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  79. 8972270 Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
  80. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  81. 70adac6 debuggerd_fallback: don't recursively abort. by Josh Gao · 7 years ago
  82. e04ca27 debuggerd: add seccomp policies and tests. by Josh Gao · 8 years ago
  83. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  84. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  85. cdea750 crash_dump: don't inherit environment from parent. by Josh Gao · 8 years ago
  86. c38057a Add missing includes. by Dan Albert · 8 years ago
  87. fd13bf0 crash_dump: print the identity of tracers. by Josh Gao · 8 years ago
  88. 26cbafb Debuggerd: Fix debuggerd_test by Andreas Gampe · 8 years ago
  89. 58778e1 debuggerd_test: find backtrace frame in all lines in CrasherTest by Jaesung Chung · 8 years ago
  90. ca5e908 tombstoned: turn on java trace support + unit tests. by Narayan Kamath · 8 years ago
  91. 5675f3c debuggerd_client: increase pipe buffer size to max. by Josh Gao · 8 years ago
  92. a73df60 tombstoned: allow intercepts for java traces. by Narayan Kamath · 8 years ago
  93. 2d377cd tombstoned: Add a shared library version of libtombstoned_client... by Narayan Kamath · 8 years ago
  94. 2e7b8e2 debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id. by Josh Gao · 8 years ago
  95. e06f2a4 debuggerd_handler: don't assume that abort message implies fatal. by Josh Gao · 8 years ago
  96. 8b951f5 Merge changes Ib8369088,I743433bc by Josh Gao · 8 years ago
  97. 951cf70 debuggerd_test: remove useless pipe. by Josh Gao · 8 years ago
  98. a5199a9 debuggerd_test: add test for process/thread names. by Josh Gao · 8 years ago
  99. 352a845 tombstoned: add tests for b/36685795. by Josh Gao · 8 years ago
  100. 460b336 tombstoned: fix a race between intercept and crash_dump. by Josh Gao · 8 years ago