1. c08a34e Move tombstone_proto_to_text out of libdebuggerd. by Siim Sammul · 1 year, 9 months ago
  2. 6aa7249 Add new segv type SEGV_CPERR. by Christopher Ferris · 1 year, 9 months ago
  3. f9cd73f Remove floating point register cruft. by Elliott Hughes · 2 years, 5 months ago
  4. 3b7b7ba Use the new AndroidUnwinder object. by Christopher Ferris · 3 years, 5 months ago
  5. c95047d Update for accurate unreadable elf files. by Christopher Ferris · 3 years, 5 months ago
  6. d13ea52 debuggerd: add the PAC keys to the tombstones. by Elliott Hughes · 3 years, 7 months ago
  7. a44f269 Merge "Improvements to tombstone output." by Treehugger Robot · 3 years, 9 months ago
  8. 773acaa Improvements to tombstone output. by Peter Collingbourne · 3 years, 9 months ago
  9. 47d784e Add a human readable description of the tagged_addr_ctrl value to tombstones. by Peter Collingbourne · 3 years, 9 months ago
  10. c31ccb4 Update for new TRAP_PERF value. by Christopher Ferris · 4 years, 1 month ago
  11. 1a1f7d7 Support MTE and GWP-ASan features in proto tombstones. by Peter Collingbourne · 4 years, 5 months ago
  12. 95b026f Update for new kernel 5.11 headers. by Christopher Ferris · 4 years, 6 months ago
  13. 618cea3 Remove use of libbase logging in libdebuggerd. by Josh Gao · 4 years, 6 months ago
  14. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 6 months ago
  15. 1e45d3f Revert "libdebuggerd: add protobuf implementation." by Jerome Gaillard · 4 years, 6 months ago
  16. 92317d8 libdebuggerd: add protobuf implementation. by Josh Gao · 4 years, 9 months ago
  17. cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 7 months ago
  18. 6ddc2c5 Update for v5.10 kernel headers. by Christopher Ferris · 4 years, 8 months ago
  19. ebc78cc Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 4 years, 9 months ago
  20. 7b21637 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 5 years ago
  21. ba1bd64 Merge "debuggerd: use One True timestamp function." by Elliott Hughes · 5 years ago
  22. a660cb3 debuggerd: use One True timestamp function. by Elliott Hughes · 5 years ago
  23. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 5 years ago
  24. b1fcedb Adjust conditions for dumping the memory around a register. by Peter Collingbourne · 5 years ago
  25. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 5 years ago
  26. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
  27. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  28. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 6 years ago
  29. aadebd8 Add variadic logging to libdebuggerd internal. by Mitch Phillips · 6 years ago
  30. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  31. 3336c7b Remove include of backtrace/Backtrace.h. by Christopher Ferris · 6 years ago
  32. 461baeb Update for v4.19 kernel headers. by Christopher Ferris · 7 years ago
  33. 432791e Add support for new defines in v4.17.3 headers. by Christopher Ferris · 7 years ago
  34. 70d8f28 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  35. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  36. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  37. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 8 years ago
  38. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  39. c370666 libdebuggerd: cleanup. by Josh Gao · 8 years ago
  40. bf2dd48 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  41. 57f58f8 crash_dump: fetch process/thread names before dropping privileges. by Josh Gao · 8 years ago
  42. 97258aa Define _LOG as a weak symbol. by Chenjie Luo · 8 years ago
  43. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 9 years ago[Renamed (95%) from debuggerd/utility.cpp]
  44. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 9 years ago
  45. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  46. f5a960a debuggerd: remove useless timeout from wait_for_signal. by Josh Gao · 9 years ago
  47. 99235e9 Fix problem with wait_for_gdb. by Christopher Ferris · 9 years ago
  48. 7c89f9e debuggerd: fix several bugs caused by fork/setuid change. by Josh Gao · 10 years ago
  49. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  50. 456abba Dump memory going from unreadable to readable. by Christopher Ferris · 10 years ago
  51. b36b592 Replace all _LOG error calls with ALOGE. by Christopher Ferris · 10 years ago
  52. e8bc77e Refactor dump_memory function. by Christopher Ferris · 10 years ago
  53. b0412a5 All debuggerd log output marked fatal. by Christopher Ferris · 10 years ago
  54. b7cd09b Use WriteFully in debuggerd to talk to ActivityManager. by Elliott Hughes · 10 years ago
  55. 052fc0a Print ASCII near register for all archs by Dmitriy Ivanov · 11 years ago
  56. 1072f91 Fix debuggerd issues. by Christopher Ferris · 11 years ago
  57. c75a02f Added default constructor for log_t. by Brigid Smith · 11 years ago
  58. 50eb546 Removed log.quiet and log = NULL cases from debuggerd. by Brigid Smith · 11 years ago
  59. 1babede Fixed logcat debug output issue. by Brigid Smith · 11 years ago
  60. 62ba489 Changing how debuggerd filters log messages to different locations. by Brigid Smith · 11 years ago
  61. 99f47a9 logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH by Mark Salyzyn · 11 years ago
  62. c6c194c LP64: Enable debuggerd/libbacktrace/libunwind. by Pavel Chupin · 12 years ago
  63. 4bb4772 debuggerd: a few generic improvements by Kévin PETIT · 12 years ago
  64. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 12 years ago
  65. d607495 Move to C++ for debuggerd. by Christopher Ferris · 12 years ago[Renamed from debuggerd/utility.c]
  66. 261ff50 Merge "Init the abort_msg_address value." by Christopher Ferris · 12 years ago