1. 22035cc Display offset in backtraces if necessary. by Christopher Ferris · 2 years, 6 months ago
  2. 1d79a07 [MTE] add link to SAC docs to tombstones by Florian Mayer · 2 years, 6 months ago
  3. 8b91862 [Refactor] move memory map printing to helper by Florian Mayer · 2 years, 6 months ago
  4. 3d11890 Merge "[MTE] warn about async crashes being imprecise" by Florian Mayer · 2 years, 7 months ago
  5. 5fcdfd2 [MTE] warn about async crashes being imprecise by Florian Mayer · 2 years, 7 months ago
  6. a812f45 Merge "Pass fault address to GWP-ASan's changed API." by Treehugger Robot · 2 years, 7 months ago
  7. 30a2528 Handle scudo_ring_buffer_size = 0 by Florian Mayer · 2 years, 7 months ago
  8. 8a34b17 Pass fault address to GWP-ASan's changed API. by Mitch Phillips · 2 years, 7 months ago
  9. bd49c38 Use scudo_ring_buffer_size from process_info by Florian Mayer · 2 years, 8 months ago
  10. fac411d Remove unnecessary logging. by Christopher Ferris · 2 years, 9 months ago
  11. 8c0101b Add tomstone proto support for riscv64 by Liu Cunyuan · 2 years, 10 months ago
  12. 7827991 Fix scudo MTE tests. by Peter Collingbourne · 3 years, 1 month ago
  13. d17cefe Merge "Fix scudo fault address processing." by Christopher Ferris · 3 years, 2 months ago
  14. 7c2e7e3 Fix fallback paths for dumping threads. by Christopher Ferris · 3 years, 2 months ago
  15. 381b89c Fix scudo fault address processing. by liyong · 3 years, 3 months ago
  16. 3b7b7ba Use the new AndroidUnwinder object. by Christopher Ferris · 3 years, 5 months ago
  17. 5411905 Merge "[GWP-ASan] Enable debuggerd to pull more allocation metadata." by Mitch Phillips · 3 years, 4 months ago
  18. c6d4283 Update for SetProcessMemory removal. by Christopher Ferris · 3 years, 4 months ago
  19. 1e09699 [GWP-ASan] Enable debuggerd to pull more allocation metadata. by Mitch Phillips · 3 years, 5 months ago
  20. c95047d Update for accurate unreadable elf files. by Christopher Ferris · 3 years, 5 months ago
  21. a6fac88 Remove dead non-proto tombstone reporting code. by Peter Collingbourne · 3 years, 5 months ago
  22. b999b82 Dump threads in tombstone fallback path. by Christopher Ferris · 3 years, 6 months ago
  23. 9453199 Merge "debuggerd: add the PAC keys to the tombstones." by Elliott Hughes · 3 years, 7 months ago
  24. d13ea52 debuggerd: add the PAC keys to the tombstones. by Elliott Hughes · 3 years, 7 months ago
  25. 22ad09b Update for MapInfo objects in frame data. by Christopher Ferris · 3 years, 9 months ago
  26. bdea3bb Remove non-protobuf path. by Christopher Ferris · 3 years, 9 months ago
  27. a44f269 Merge "Improvements to tombstone output." by Treehugger Robot · 3 years, 9 months ago
  28. 773acaa Improvements to tombstone output. by Peter Collingbourne · 3 years, 9 months ago
  29. 57e19ac Merge "Add a human readable description of the tagged_addr_ctrl value to tombstones." by Peter Collingbourne · 3 years, 9 months ago
  30. 47d784e Add a human readable description of the tagged_addr_ctrl value to tombstones. by Peter Collingbourne · 3 years, 9 months ago
  31. c677606 Update for libunwindstack shared_ptr MapInfos. by Christopher Ferris · 4 years, 7 months ago
  32. 2e1e76b Merge "Revert "strerror: incl enum name"" by Steven Moreland · 3 years, 10 months ago
  33. dde8fef Revert "strerror: incl enum name" by Steven Moreland · 3 years, 10 months ago
  34. 79de514 Merge "strerror: incl enum name" by Elliott Hughes · 3 years, 10 months ago
  35. 2b98c82 Add CHECK to verify assumptions in the code. by Christopher Ferris · 3 years, 10 months ago
  36. be17619 Merge "Disable scudo when using svelte config." by Christopher Ferris · 3 years, 11 months ago
  37. 7aad256 Disable scudo when using svelte config. by Christopher Ferris · 3 years, 11 months ago
  38. 575bce5 strerror: incl enum name by Steven Moreland · 3 years, 11 months ago
  39. 32d3cdd libdebuggerd: fix process uptime. by Elliott Hughes · 3 years, 11 months ago
  40. 7e4c2a8 Add fault address marker in proto to tombstone. by Christopher Ferris · 4 years ago
  41. e889145 Remove trailing newlines from abort message. by Christopher Ferris · 4 years ago
  42. c31ccb4 Update for new TRAP_PERF value. by Christopher Ferris · 4 years, 1 month ago
  43. 9e52385 Merge "[MTE] Add a HWASan-style tag dump to tombstones." by Treehugger Robot · 4 years, 1 month ago
  44. 5ddcea2 [MTE] Add a HWASan-style tag dump to tombstones. by Mitch Phillips · 4 years, 4 months ago
  45. cbf7c46 Avoid using thread cache in unwinder. by yidong zhang · 4 years, 2 months ago
  46. 78f0670 [MTE] Print cause and alloc/dealloc traces to logcat. by Mitch Phillips · 4 years, 2 months ago
  47. d8ab48b Update API of MapInfo from libunwindstack by David Srbecky · 4 years, 3 months ago
  48. fe751c5 Re-add backtrace note about unreadable elf. by Christopher Ferris · 4 years, 4 months ago
  49. 007d794 Merge "debuggerd: store commandline instead of process name." by Josh Gao · 4 years, 4 months ago
  50. 31348a7 debuggerd: store commandline instead of process name. by Josh Gao · 4 years, 4 months ago
  51. 847b2a3 Adjust libunwindstack MapInfo API by David Srbecky · 4 years, 5 months ago
  52. 777148f Merge "libdebuggerd: store process uptime." by Josh Gao · 4 years, 5 months ago
  53. f4a40c0 Merge "Support MTE and GWP-ASan features in proto tombstones." by Peter Collingbourne · 4 years, 5 months ago
  54. d0f5eb5 Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording." by Peter Collingbourne · 4 years, 5 months ago
  55. b68b073 debuggerd: remove unused file. by Elliott Hughes · 4 years, 5 months ago
  56. 1a1f7d7 Support MTE and GWP-ASan features in proto tombstones. by Peter Collingbourne · 4 years, 5 months ago
  57. 7168a21 [GWP-ASan] Add debuggerd end-to-end tests and remove unique wording. by Mitch Phillips · 4 years, 5 months ago
  58. 90947d4 Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 5 months ago
  59. 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 5 months ago
  60. dbb83de libdebuggerd: store process uptime. by Josh Gao · 4 years, 5 months ago
  61. 8b0a9e0 libdebuggerd: delete unused code. by Josh Gao · 4 years, 5 months ago
  62. d57652f Merge "Update for new kernel 5.11 headers." by Christopher Ferris · 4 years, 6 months ago
  63. 3be6874 Generate text tombstones from proto tombstones by default. by Josh Gao · 4 years, 6 months ago
  64. 95b026f Update for new kernel 5.11 headers. by Christopher Ferris · 4 years, 6 months ago
  65. bb4b49c Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 7 months ago
  66. 2aaad2a [GWP-ASan] Update metadata field name. by Mitch Phillips · 4 years, 6 months ago
  67. 0ea08c2 Untag addresses in registers before looking up the mapping. by Peter Collingbourne · 4 years, 6 months ago
  68. 618cea3 Remove use of libbase logging in libdebuggerd. by Josh Gao · 4 years, 6 months ago
  69. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 6 months ago
  70. 1e45d3f Revert "libdebuggerd: add protobuf implementation." by Jerome Gaillard · 4 years, 6 months ago
  71. a50f61f Revert "Fix build breakage." by Jerome Gaillard · 4 years, 6 months ago
  72. 675cb30 Fix build breakage. by Josh Gao · 4 years, 6 months ago
  73. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 6 months ago
  74. e4adff0 [MTE] Cleanup tagged si_addr refs to fix mappings OOB bug. by Mitch Phillips · 4 years, 7 months ago
  75. 92317d8 libdebuggerd: add protobuf implementation. by Josh Gao · 4 years, 9 months ago
  76. cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 8 months ago
  77. 6ddc2c5 Update for v5.10 kernel headers. by Christopher Ferris · 4 years, 8 months ago
  78. 8efcd63 Adjust to MapInfo to new api. by David Srbecky · 4 years, 9 months ago
  79. ebc78cc Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 4 years, 9 months ago
  80. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 4 years, 11 months ago
  81. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 5 years ago
  82. 713ec25 libdebuggerd: do a to-do. by Elliott Hughes · 5 years ago
  83. 7b21637 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 5 years ago
  84. ba1bd64 Merge "debuggerd: use One True timestamp function." by Elliott Hughes · 5 years ago
  85. a660cb3 debuggerd: use One True timestamp function. by Elliott Hughes · 5 years ago
  86. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 5 years ago
  87. b1fcedb Adjust conditions for dumping the memory around a register. by Peter Collingbourne · 5 years ago
  88. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 5 years ago
  89. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
  90. c5c6d7d Don't include log/log_read.h in log/log.h by Tom Cherry · 5 years ago
  91. cd63cae Merge "Read fault address on arm64 using proposed kernel API." by Peter Collingbourne · 5 years ago
  92. e2b76c5 Merge "Move crash_dump into the runtime APEX." by Peter Collingbourne · 5 years ago
  93. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  94. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 5 years ago
  95. 907b2d0 Remove ANDROID_LOG_RDONLY, etc by Tom Cherry · 5 years ago
  96. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 5 years ago
  97. b72e748 Move crash_dump into the runtime APEX. by Peter Collingbourne · 5 years ago
  98. 843f7e6 Create a ProcessInfo structure with the process-wide information from the crasher. by Peter Collingbourne · 5 years ago
  99. e0b4bb1 [GWP-ASan] Add GWP-ASan information to tombstones. by Mitch Phillips · 5 years ago
  100. 627928e debuggerd: remove the raw stack dump. by Elliott Hughes · 6 years ago