1. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 4 years, 8 months ago
  2. ba53516 Merge "Include PSTATE in tombstones on arm64." by Treehugger Robot · 4 years, 9 months ago
  3. bb2f941 Include PSTATE in tombstones on arm64. by Peter Collingbourne · 4 years, 9 months ago
  4. 441054a Remove old logger_entry_v* formats by Tom Cherry · 4 years, 10 months ago
  5. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 5 years ago
  6. 39c5b8c Add UID printing to tombstone headers by Misha Wagner · 5 years ago
  7. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 5 years ago
  8. 3336c7b Remove include of backtrace/Backtrace.h. by Christopher Ferris · 5 years ago
  9. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 5 years ago
  10. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 6 years ago
  11. 7813345 Add BuildId to frame information. by Christopher Ferris · 5 years ago
  12. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 5 years ago
  13. 60eb197 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 6 years ago
  14. 6f4644d libdebuggerd: add timestamp to tombstones. by Josh Gao · 6 years ago
  15. df3cec9 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 6 years ago
  16. c637ada Clean up logging code. by Christopher Ferris · 6 years ago
  17. 2baf443 Improve SIGILL support. by Elliott Hughes · 6 years ago
  18. 70d8f28 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 6 years ago
  19. 83b8ac2 libdebuggerd: fix out of bounds write. by Josh Gao · 6 years ago
  20. 5d1c14f libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 6 years ago
  21. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 6 years ago
  22. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 6 years ago
  23. e36afb0 Fix regression caused by libbacktrace API change. by Christopher Ferris · 7 years ago
  24. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  25. 34c2556 debuggerd: restore the location of abort message. by Josh Gao · 7 years ago
  26. def0888 Increased number of Android log lines for tombstones by chirag honnavar · 7 years ago
  27. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 7 years ago
  28. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 7 years ago
  29. ab9cf8b Only call one unwinder. by Christopher Ferris · 7 years ago
  30. 4a5a337 Merge "Move some properties users to __system_property_read_callback()" by Tom Cherry · 7 years ago
  31. 31121ca Move some properties users to __system_property_read_callback() by Tom Cherry · 7 years ago
  32. 1ce8e14 libdebuggerd: fix tombstone tests. by Josh Gao · 7 years ago
  33. 868d39a Show the number of VMAs in the tombstone. by Elliott Hughes · 7 years ago
  34. fdc95c9 debuggerd_fallback: print maps. by Josh Gao · 7 years ago
  35. c370666 libdebuggerd: cleanup. by Josh Gao · 7 years ago
  36. 9a8c855 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 7 years ago
  37. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 7 years ago
  38. 336a52e Decode ptrace-induced SIGTRAP si_code values. by Elliott Hughes · 7 years ago
  39. 62f5977 libdebuggerd: print the build fingerprint in fallback. by Josh Gao · 7 years ago
  40. 77b00ed libdebuggerd: implement fallback register dumping on arm/aarch64. by Josh Gao · 7 years ago
  41. f5e568e Do not access device maps. by Christopher Ferris · 7 years ago
  42. 57f58f8 crash_dump: fetch process/thread names before dropping privileges. by Josh Gao · 7 years ago
  43. e1aa0ca debuggerd_handler: implement missing fallback functionality. by Josh Gao · 7 years ago
  44. 12b7129 Small debuggerd improvements. by Elliott Hughes · 7 years ago
  45. e73c932 libdebuggerd_handler: in-process crash dumping for seccomped processes. by Josh Gao · 7 years ago
  46. 0ba5359 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 7 years ago
  47. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 8 years ago[Renamed (98%) from debuggerd/tombstone.cpp]
  48. b675f7c Merge "debuggerd: Dump list of open files on process crash." by Treehugger Robot · 8 years ago
  49. 1179eb8 system/core: replace EVENT_TAG_MAP_FILE with NULL by Mark Salyzyn · 8 years ago
  50. 53fb32f debuggerd: Dump list of open files on process crash. by Richard Uhler · 8 years ago
  51. 9f53cac fix regression from android_lookupEventTag_len() by Mark Salyzyn · 8 years ago
  52. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  53. dafe384 debuggerd: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  54. 37c9451 system/core: drop or replace log/logger.h by Mark Salyzyn · 8 years ago
  55. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  56. 6fff551 Teach debuggerd about SIGSYS SYS_SECCOMP signals. by Elliott Hughes · 8 years ago
  57. f83c792 Update for kernel headers v4.7.2. by Christopher Ferris · 8 years ago
  58. fcf7ab8 Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 8 years ago
  59. 305374c logger: validate hdr_size field in logger entry by Mark Salyzyn · 8 years ago
  60. 344ca5a debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 8 years ago
  61. a04c802 debuggerd: remove unnecessary arguments. by Josh Gao · 8 years ago
  62. 3a14004 Fix race condition updating local map data. by Christopher Ferris · 8 years ago
  63. 157f272 Fix null pointer dereference. by Christopher Ferris · 8 years ago
  64. 99235e9 Fix problem with wait_for_gdb. by Christopher Ferris · 8 years ago
  65. 8fb38ae Connect to activity manager as root. by Christopher Ferris · 8 years ago
  66. 5d56e28 Newer kernels added SEGV_BNDERR. by Christopher Ferris · 8 years ago
  67. 7c89f9e debuggerd: fix several bugs caused by fork/setuid change. by Josh Gao · 9 years ago
  68. e7a9e52 debuggerd: fork and drop privileges when dumping. by Josh Gao · 9 years ago
  69. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  70. f393831 bionic no longer sends SIGPIPE to debuggerd. by Elliott Hughes · 9 years ago
  71. b36b592 Replace all _LOG error calls with ALOGE. by Christopher Ferris · 9 years ago
  72. 862fe02 Change the 64 bit map address format. by Christopher Ferris · 9 years ago
  73. e8bc77e Refactor dump_memory function. by Christopher Ferris · 9 years ago
  74. 6e96403 Switch UniquePtr to std::unique_ptr. by Christopher Ferris · 9 years ago
  75. 30c942c Prevent crashes if a map cannot be created. by Christopher Ferris · 9 years ago
  76. 5c88568 Add offset to map data. by Christopher Ferris · 9 years ago
  77. b0412a5 All debuggerd log output marked fatal. by Christopher Ferris · 9 years ago
  78. 2106f4b Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  79. a21bd93 Print the build id of shared libraries if present. by Christopher Ferris · 9 years ago
  80. 2d3f38a liblog: introduce ANDROID_LOG_* flags by Mark Salyzyn · 10 years ago
  81. ab9e7dc Do not dump maps/memory/code of sibling threads. by Christopher Ferris · 9 years ago
  82. 12385e3 Move map data into backtrace data proper. by Christopher Ferris · 9 years ago
  83. c184d56 #include <arpa/inet.h> for htonl. by Elliott Hughes · 10 years ago
  84. d4c7a1c am a11ac455: Merge "Fix debuggerd issues." by Christopher Ferris · 10 years ago
  85. 1072f91 Fix debuggerd issues. by Christopher Ferris · 10 years ago
  86. c326115 am 75ef453e: am 2f40ddf3: Merge "Do not suppress maps dump when si_addr<PAGE_SIZE" by Dmitriy Ivanov · 10 years ago
  87. f10aa3a Do not suppress maps dump when si_addr<PAGE_SIZE by Dmitriy Ivanov · 10 years ago
  88. a9d3ed3 am 1d497f8a: am cddc97cb: Merge "debuggerd: tombstone: suppress logger request for logd process" by Mark Salyzyn · 10 years ago
  89. 45ae446 debuggerd: tombstone: suppress logger request for logd process by Mark Salyzyn · 10 years ago
  90. 04f9b2a debuggerd: use O_NOFOLLOW|O_CLOEXEC for tombstones by Nick Kralevich · 10 years ago
  91. 7e77595 Fix LP64 tombstone.cpp build failure. by Elliott Hughes · 10 years ago
  92. 8606eaa Improving maps output. by Brigid Smith · 10 years ago
  93. 17e85c0 debuggerd: synchronize cosmetics to internal by Mark Salyzyn · 10 years ago
  94. e43290d tombstone: log output header suppressed in crash by Mark Salyzyn · 10 years ago
  95. 80f5969 Print ABI in backtraces. by Michael Wright · 10 years ago
  96. f473200 Fixing debuggerd header output. by Brigid Smith · 10 years ago
  97. 2e82904 Maps output now marks the fault address location. by Brigid Smith · 10 years ago
  98. 50eb546 Removed log.quiet and log = NULL cases from debuggerd. by Brigid Smith · 10 years ago
  99. 7b2078e Changed maps output in debuggerd. by Brigid Smith · 10 years ago
  100. 62ba489 Changing how debuggerd filters log messages to different locations. by Brigid Smith · 10 years ago