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