1. 3ecc421 Add SIGFPE to crasher. by Elliott Hughes · 10 years ago
  2. b40c503 Add missing arm64 registers. by Elliott Hughes · 10 years ago
  3. cb7aae1 Fix arm emulator "D register out of range for selected VFP version" build failure. by Elliott Hughes · 10 years ago
  4. e7f18e1 Integrate vfp-crasher with crasher. by Elliott Hughes · 10 years ago
  5. 7e77595 Fix LP64 tombstone.cpp build failure. by Elliott Hughes · 10 years ago
  6. 8606eaa Improving maps output. by Brigid Smith · 10 years ago
  7. 17e85c0 debuggerd: synchronize cosmetics to internal by Mark Salyzyn · 10 years ago
  8. e080be5 Merge "Fixed tid/pid mixup in debuggerd gdbclient output." by Elliott Hughes · 10 years ago
  9. 7558295 Fixed tid/pid mixup in debuggerd gdbclient output. by Brigid Smith · 10 years ago
  10. e43290d tombstone: log output header suppressed in crash by Mark Salyzyn · 10 years ago
  11. 80f5969 Print ABI in backtraces. by Michael Wright · 10 years ago
  12. 20c214f Fixed pathname for connecting to debugger. by Brigid Smith · 10 years ago
  13. f473200 Fixing debuggerd header output. by Brigid Smith · 10 years ago
  14. 2e82904 Maps output now marks the fault address location. by Brigid Smith · 10 years ago
  15. e901c1b Fix debuggerd "format '%p'" build breakage. by Elliott Hughes · 10 years ago
  16. e17f267 Updated non-ARM archs to reflect logging changes. by Brigid Smith · 10 years ago
  17. 50eb546 Removed log.quiet and log = NULL cases from debuggerd. by Brigid Smith · 10 years ago
  18. 7b2078e Changed maps output in debuggerd. by Brigid Smith · 10 years ago
  19. 1babede Fixed logcat debug output issue. by Brigid Smith · 10 years ago
  20. 62ba489 Changing how debuggerd filters log messages to different locations. by Brigid Smith · 10 years ago
  21. 20df39a Merge "Adding ABI output to debuggerd tombstones." by Elliott Hughes · 10 years ago
  22. 9c8dacc Adding ABI output to debuggerd tombstones. by Brigid Smith · 10 years ago
  23. 3520086 Fix x86 and x86_64 builds. by Christopher Ferris · 10 years ago
  24. ddde05f Merge "[MIPS64] Build debuggerd for mips64" by Elliott Hughes · 10 years ago
  25. a80b759 [MIPS64] Build debuggerd for mips64 by Duane Sand · 10 years ago
  26. 8c59768 Clean up the debuggerd makefile. by Elliott Hughes · 10 years ago
  27. e4369d6 logd: logcat: debuggerd: audit logs to events and main by Mark Salyzyn · 10 years ago
  28. 6254f32 Fix register dump and back trace after a crash. by Douglas Leung · 10 years ago
  29. a323b50 Teach debuggerd the name of SIGTRAP. by Elliott Hughes · 10 years ago
  30. 27ab751 Remove the broken LED flashing code from debuggerd. by Elliott Hughes · 10 years ago
  31. d9bf2b2 Output correct gdbserver instructions from debuggerd. by Elliott Hughes · 10 years ago
  32. c4afc19 Merge "Add SIGTRAP support to crasher and debuggerd." by Elliott Hughes · 10 years ago
  33. 7e35ae8 Add SIGTRAP support to crasher and debuggerd. by Elliott Hughes · 10 years ago
  34. 989980c logd: logcat: debuggerd: auditd logs to events by Mark Salyzyn · 10 years ago
  35. 99d4a69 Fix mips debuggerd <corkscrew/ptrace.h> build breakage. by Elliott Hughes · 10 years ago
  36. c5bb49a Log stack even if tombstone cannot be created. by Christopher Ferris · 10 years ago
  37. f1a8dfa debuggerd: turn on -Werror by Mark Salyzyn · 10 years ago
  38. 855fcc3 Use the si_code value bionic passes us. by Elliott Hughes · 10 years ago
  39. bd395b9 Add missing si_code values to debuggerd. by Elliott Hughes · 10 years ago
  40. da6b2e2 Improve liblog's fatal logging. by Elliott Hughes · 10 years ago
  41. 99f47a9 logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH by Mark Salyzyn · 10 years ago
  42. 87a6b1d debuggerd: use LOCAL_MULTILIB by Colin Cross · 10 years ago
  43. 579c9bc build debuggerd and debuggerd64 on 64-bit architectures by Colin Cross · 10 years ago
  44. 2e7347d Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." by Nick Kralevich · 10 years ago
  45. 4207df1 Merge "Use stat structure to keep oldest mtime." by Christopher Ferris · 10 years ago
  46. 68bd59f Use stat structure to keep oldest mtime. by Christopher Ferris · 10 years ago
  47. 0df8e4f Use socklen_t instead of int in debuggerd. by Elliott Hughes · 10 years ago
  48. 27a9365 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 10 years ago
  49. 5d9fe77 system/core LP64 cleanup. by Elliott Hughes · 10 years ago
  50. f7b4b51 Fix debuggerd's symbol offset output. by Elliott Hughes · 10 years ago
  51. e9edf7a LP64 should have debuggerd and debuggerd64. by Elliott Hughes · 10 years ago
  52. 6694d3e Remove dead code that looked like part of debuggerd. by Elliott Hughes · 10 years ago
  53. abc60c2 AArch64: Port debuggerd by Kévin PETIT · 11 years ago
  54. c6c194c LP64: Enable debuggerd/libbacktrace/libunwind. by Pavel Chupin · 11 years ago
  55. 4bb4772 debuggerd: a few generic improvements by Kévin PETIT · 11 years ago
  56. d391c9b Merge "Re-enable libunwind for arm." by Christopher Ferris · 10 years ago
  57. df29061 Re-enable libunwind for arm. by Christopher Ferris · 10 years ago
  58. fca0bd1 debuggerd: Support newline split in log messages by Mark Salyzyn · 11 years ago
  59. 22b5cef debuggerd: Incorporate liblog reading API by Mark Salyzyn · 11 years ago
  60. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago
  61. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 11 years ago
  62. d607495 Move to C++ for debuggerd. by Christopher Ferris · 11 years ago
  63. cac5d8c Use the more portable <elf.h> instead of <sys/exec_elf.h>. by Elliott Hughes · 11 years ago
  64. 9846497 Refactor to share map_info amongst threads. by Christopher Ferris · 11 years ago
  65. 9e7d218 Switch ARM debuggerd over to <sys/user.h>. by Elliott Hughes · 11 years ago
  66. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  67. 76e7f5e Switch MIPS over to <sys/user.h>. by Elliott Hughes · 11 years ago
  68. 18ddd42 Remove x86 debuggerd dependencies on non-uapi headers and corkscrew. by Elliott Hughes · 11 years ago
  69. 17e91d4 Rewrite libbacktrace using C++. by Christopher Ferris · 11 years ago
  70. f84f7fa am 9492b6e7: am 2de8102d: Merge "Fix bug in abort message processing." by Christopher Ferris · 11 years ago
  71. dbd2ab4 Fix bug in abort message processing. by Christopher Ferris · 11 years ago
  72. 816c9a6 am fa135f5c: am 7dbe9660: Merge "Update debuggerd to use libbacktrace." by Christopher Ferris · 11 years ago
  73. 365e4ae Update debuggerd to use libbacktrace. by Christopher Ferris · 11 years ago
  74. 9227bd3 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  75. 0246f8f am a570312a: am f265426f: am 596ee9ea: Merge "Improve the crasher stack-overflow command." by Elliott Hughes · 11 years ago
  76. f265426 am 596ee9ea: Merge "Improve the crasher stack-overflow command." by Elliott Hughes · 11 years ago
  77. b1be27e Improve the crasher stack-overflow command. by Elliott Hughes · 11 years ago
  78. 96bcd48 debuggerd: Ignore SIGPIPE by Nick Kralevich · 11 years ago
  79. 65d8ec0 am 6ef0dfec: Merge "Add a new test to crasher to upset dlmalloc." by Elliott Hughes · 11 years ago
  80. 6f40caf Add a new test to crasher to upset dlmalloc. by Elliott Hughes · 11 years ago
  81. 82081f7 am cb6a842c: Merge "Add a stack overflow test to crasher, and document all the options." by Elliott Hughes · 11 years ago
  82. 3808c4e Add a stack overflow test to crasher, and document all the options. by Elliott Hughes · 11 years ago
  83. 300fd6f Fix regression: log mem maps around native fault address by Christopher Tate · 11 years ago
  84. 083b5cc Add liblog by Ying Wang · 11 years ago
  85. 7716aef Uploaded native crash dumps do not include memory contents by Christopher Tate · 11 years ago
  86. e5f8a69 Modify debuggerd to cope with the abort message. by Elliott Hughes · 11 years ago
  87. 707b8bb Modify debuggerd to cope with the abort message. by Elliott Hughes · 11 years ago
  88. ded2e5a debuggerd now notifies the Activity Manager about native crashes by Christopher Tate · 11 years ago
  89. e05093b am 3e77b752: am 0b535558: Merge "Unwinding implementation via eh_frame sections for x86" by Elliott Hughes · 11 years ago
  90. af2cb36 Unwinding implementation via eh_frame sections for x86 by Pavel Chupin · 11 years ago
  91. 3b7c584 am 910b7a8b: am 17361134: Merge "Add a "smash-stack" option to crasher." by Elliott Hughes · 11 years ago
  92. df4200e Add a "smash-stack" option to crasher. by Elliott Hughes · 11 years ago
  93. e8097be am a82985b6: am 7cd45071: Merge "Include page protections in the debuggerd map output." by Elliott Hughes · 12 years ago
  94. d1420be Include page protections in the debuggerd map output. by Elliott Hughes · 12 years ago
  95. c75cbf4 am 3de7fe9f: am 5fb042dd: Merge "Expand crasher with a "thread-" prefix to crash on another thread." by Elliott Hughes · 12 years ago
  96. aa42130 Expand crasher with a "thread-" prefix to crash on another thread. by Elliott Hughes · 12 years ago
  97. 6dc5128 am 435c223d: am 5144fa28: Merge "Add missing signal codes to get_sigcode." by Elliott Hughes · 12 years ago
  98. b080848 Show pid+uid in certain failures by Andy McFadden · 12 years ago
  99. 8f7d443 Add missing signal codes to get_sigcode. by Elliott Hughes · 12 years ago
  100. 3427e80 am a6fb0e05: Merge "Fix debuggerd\'s use of readdir_r(3)." by Elliott Hughes · 12 years ago