1. 7c2e7e3 Fix fallback paths for dumping threads. by Christopher Ferris · 3 years ago
  2. 3b7b7ba Use the new AndroidUnwinder object. by Christopher Ferris · 3 years, 3 months ago
  3. c6d4283 Update for SetProcessMemory removal. by Christopher Ferris · 3 years, 1 month ago
  4. b999b82 Dump threads in tombstone fallback path. by Christopher Ferris · 3 years, 4 months ago
  5. bdea3bb Remove non-protobuf path. by Christopher Ferris · 3 years, 7 months ago
  6. 57e19ac Merge "Add a human readable description of the tagged_addr_ctrl value to tombstones." by Peter Collingbourne · 3 years, 7 months ago
  7. 47d784e Add a human readable description of the tagged_addr_ctrl value to tombstones. by Peter Collingbourne · 3 years, 7 months ago
  8. c677606 Update for libunwindstack shared_ptr MapInfos. by Christopher Ferris · 4 years, 5 months ago
  9. 2b98c82 Add CHECK to verify assumptions in the code. by Christopher Ferris · 3 years, 8 months ago
  10. 7aad256 Disable scudo when using svelte config. by Christopher Ferris · 3 years, 8 months ago
  11. e889145 Remove trailing newlines from abort message. by Christopher Ferris · 3 years, 10 months ago
  12. cbf7c46 Avoid using thread cache in unwinder. by yidong zhang · 4 years ago
  13. d8ab48b Update API of MapInfo from libunwindstack by David Srbecky · 4 years, 1 month ago
  14. 31348a7 debuggerd: store commandline instead of process name. by Josh Gao · 4 years, 2 months ago
  15. 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 3 months ago
  16. 8b0a9e0 libdebuggerd: delete unused code. by Josh Gao · 4 years, 3 months ago
  17. 3be6874 Generate text tombstones from proto tombstones by default. by Josh Gao · 4 years, 3 months ago
  18. 0ea08c2 Untag addresses in registers before looking up the mapping. by Peter Collingbourne · 4 years, 4 months ago
  19. 618cea3 Remove use of libbase logging in libdebuggerd. by Josh Gao · 4 years, 4 months ago
  20. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 4 months ago
  21. 1e45d3f Revert "libdebuggerd: add protobuf implementation." by Jerome Gaillard · 4 years, 4 months ago
  22. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 4 months ago
  23. e4adff0 [MTE] Cleanup tagged si_addr refs to fix mappings OOB bug. by Mitch Phillips · 4 years, 4 months ago
  24. 92317d8 libdebuggerd: add protobuf implementation. by Josh Gao · 4 years, 7 months ago
  25. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 4 years, 8 months ago
  26. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 9 months ago
  27. 713ec25 libdebuggerd: do a to-do. by Elliott Hughes · 4 years, 10 months ago
  28. 7b21637 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 4 years, 10 months ago
  29. a660cb3 debuggerd: use One True timestamp function. by Elliott Hughes · 4 years, 10 months ago
  30. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
  31. c5c6d7d Don't include log/log_read.h in log/log.h by Tom Cherry · 5 years ago
  32. cd63cae Merge "Read fault address on arm64 using proposed kernel API." by Peter Collingbourne · 5 years ago
  33. e2b76c5 Merge "Move crash_dump into the runtime APEX." by Peter Collingbourne · 5 years ago
  34. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  35. 907b2d0 Remove ANDROID_LOG_RDONLY, etc by Tom Cherry · 5 years ago
  36. b72e748 Move crash_dump into the runtime APEX. by Peter Collingbourne · 5 years ago
  37. 843f7e6 Create a ProcessInfo structure with the process-wide information from the crasher. by Peter Collingbourne · 5 years ago
  38. e0b4bb1 [GWP-ASan] Add GWP-ASan information to tombstones. by Mitch Phillips · 5 years ago
  39. 627928e debuggerd: remove the raw stack dump. by Elliott Hughes · 5 years ago
  40. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 5 years ago
  41. ba53516 Merge "Include PSTATE in tombstones on arm64." by Treehugger Robot · 6 years ago
  42. bb2f941 Include PSTATE in tombstones on arm64. by Peter Collingbourne · 6 years ago
  43. 441054a Remove old logger_entry_v* formats by Tom Cherry · 6 years ago
  44. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 6 years ago
  45. 39c5b8c Add UID printing to tombstone headers by Misha Wagner · 6 years ago
  46. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  47. 3336c7b Remove include of backtrace/Backtrace.h. by Christopher Ferris · 6 years ago
  48. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  49. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  50. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  51. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  52. 60eb197 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 6 years ago
  53. 6f4644d libdebuggerd: add timestamp to tombstones. by Josh Gao · 6 years ago
  54. df3cec9 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 7 years ago
  55. c637ada Clean up logging code. by Christopher Ferris · 7 years ago
  56. 2baf443 Improve SIGILL support. by Elliott Hughes · 7 years ago
  57. 70d8f28 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  58. 83b8ac2 libdebuggerd: fix out of bounds write. by Josh Gao · 7 years ago
  59. 5d1c14f libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 7 years ago
  60. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  61. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  62. e36afb0 Fix regression caused by libbacktrace API change. by Christopher Ferris · 7 years ago
  63. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  64. 34c2556 debuggerd: restore the location of abort message. by Josh Gao · 7 years ago
  65. def0888 Increased number of Android log lines for tombstones by chirag honnavar · 8 years ago
  66. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  67. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 8 years ago
  68. ab9cf8b Only call one unwinder. by Christopher Ferris · 8 years ago
  69. 4a5a337 Merge "Move some properties users to __system_property_read_callback()" by Tom Cherry · 8 years ago
  70. 31121ca Move some properties users to __system_property_read_callback() by Tom Cherry · 8 years ago
  71. 1ce8e14 libdebuggerd: fix tombstone tests. by Josh Gao · 8 years ago
  72. 868d39a Show the number of VMAs in the tombstone. by Elliott Hughes · 8 years ago
  73. fdc95c9 debuggerd_fallback: print maps. by Josh Gao · 8 years ago
  74. c370666 libdebuggerd: cleanup. by Josh Gao · 8 years ago
  75. 9a8c855 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 8 years ago
  76. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  77. 336a52e Decode ptrace-induced SIGTRAP si_code values. by Elliott Hughes · 8 years ago
  78. 62f5977 libdebuggerd: print the build fingerprint in fallback. by Josh Gao · 8 years ago
  79. 77b00ed libdebuggerd: implement fallback register dumping on arm/aarch64. by Josh Gao · 8 years ago
  80. f5e568e Do not access device maps. by Christopher Ferris · 8 years ago
  81. 57f58f8 crash_dump: fetch process/thread names before dropping privileges. by Josh Gao · 8 years ago
  82. e1aa0ca debuggerd_handler: implement missing fallback functionality. by Josh Gao · 8 years ago
  83. 12b7129 Small debuggerd improvements. by Elliott Hughes · 8 years ago
  84. e73c932 libdebuggerd_handler: in-process crash dumping for seccomped processes. by Josh Gao · 8 years ago
  85. 0ba5359 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 8 years ago
  86. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 9 years ago[Renamed (98%) from debuggerd/tombstone.cpp]
  87. b675f7c Merge "debuggerd: Dump list of open files on process crash." by Treehugger Robot · 9 years ago
  88. 1179eb8 system/core: replace EVENT_TAG_MAP_FILE with NULL by Mark Salyzyn · 9 years ago
  89. 53fb32f debuggerd: Dump list of open files on process crash. by Richard Uhler · 9 years ago
  90. 9f53cac fix regression from android_lookupEventTag_len() by Mark Salyzyn · 9 years ago
  91. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 9 years ago
  92. dafe384 debuggerd: use __android_log_is_debuggable() by Mark Salyzyn · 9 years ago
  93. 37c9451 system/core: drop or replace log/logger.h by Mark Salyzyn · 9 years ago
  94. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  95. 6fff551 Teach debuggerd about SIGSYS SYS_SECCOMP signals. by Elliott Hughes · 9 years ago
  96. f83c792 Update for kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  97. fcf7ab8 Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 9 years ago
  98. 305374c logger: validate hdr_size field in logger entry by Mark Salyzyn · 9 years ago
  99. 344ca5a debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 9 years ago
  100. a04c802 debuggerd: remove unnecessary arguments. by Josh Gao · 9 years ago