1. 22b5cef debuggerd: Incorporate liblog reading API by Mark Salyzyn · 11 years ago
  2. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago
  3. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 11 years ago
  4. d607495 Move to C++ for debuggerd. by Christopher Ferris · 11 years ago
  5. cac5d8c Use the more portable <elf.h> instead of <sys/exec_elf.h>. by Elliott Hughes · 11 years ago
  6. 9846497 Refactor to share map_info amongst threads. by Christopher Ferris · 11 years ago
  7. 9e7d218 Switch ARM debuggerd over to <sys/user.h>. by Elliott Hughes · 11 years ago
  8. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  9. 76e7f5e Switch MIPS over to <sys/user.h>. by Elliott Hughes · 11 years ago
  10. 18ddd42 Remove x86 debuggerd dependencies on non-uapi headers and corkscrew. by Elliott Hughes · 11 years ago
  11. 17e91d4 Rewrite libbacktrace using C++. by Christopher Ferris · 12 years ago
  12. f84f7fa am 9492b6e7: am 2de8102d: Merge "Fix bug in abort message processing." by Christopher Ferris · 12 years ago
  13. dbd2ab4 Fix bug in abort message processing. by Christopher Ferris · 12 years ago
  14. 816c9a6 am fa135f5c: am 7dbe9660: Merge "Update debuggerd to use libbacktrace." by Christopher Ferris · 12 years ago
  15. 365e4ae Update debuggerd to use libbacktrace. by Christopher Ferris · 12 years ago
  16. 9227bd3 Move liblog headers to system/core/include/log by Colin Cross · 12 years ago
  17. 0246f8f am a570312a: am f265426f: am 596ee9ea: Merge "Improve the crasher stack-overflow command." by Elliott Hughes · 12 years ago
  18. f265426 am 596ee9ea: Merge "Improve the crasher stack-overflow command." by Elliott Hughes · 12 years ago
  19. b1be27e Improve the crasher stack-overflow command. by Elliott Hughes · 12 years ago
  20. 96bcd48 debuggerd: Ignore SIGPIPE by Nick Kralevich · 12 years ago
  21. 65d8ec0 am 6ef0dfec: Merge "Add a new test to crasher to upset dlmalloc." by Elliott Hughes · 12 years ago
  22. 6f40caf Add a new test to crasher to upset dlmalloc. by Elliott Hughes · 12 years ago
  23. 82081f7 am cb6a842c: Merge "Add a stack overflow test to crasher, and document all the options." by Elliott Hughes · 12 years ago
  24. 3808c4e Add a stack overflow test to crasher, and document all the options. by Elliott Hughes · 12 years ago
  25. 300fd6f Fix regression: log mem maps around native fault address by Christopher Tate · 12 years ago
  26. 083b5cc Add liblog by Ying Wang · 12 years ago
  27. 7716aef Uploaded native crash dumps do not include memory contents by Christopher Tate · 12 years ago
  28. e5f8a69 Modify debuggerd to cope with the abort message. by Elliott Hughes · 12 years ago
  29. 707b8bb Modify debuggerd to cope with the abort message. by Elliott Hughes · 12 years ago
  30. ded2e5a debuggerd now notifies the Activity Manager about native crashes by Christopher Tate · 12 years ago
  31. e05093b am 3e77b752: am 0b535558: Merge "Unwinding implementation via eh_frame sections for x86" by Elliott Hughes · 12 years ago
  32. af2cb36 Unwinding implementation via eh_frame sections for x86 by Pavel Chupin · 12 years ago
  33. 3b7c584 am 910b7a8b: am 17361134: Merge "Add a "smash-stack" option to crasher." by Elliott Hughes · 12 years ago
  34. df4200e Add a "smash-stack" option to crasher. by Elliott Hughes · 12 years ago
  35. e8097be am a82985b6: am 7cd45071: Merge "Include page protections in the debuggerd map output." by Elliott Hughes · 12 years ago
  36. d1420be Include page protections in the debuggerd map output. by Elliott Hughes · 12 years ago
  37. c75cbf4 am 3de7fe9f: am 5fb042dd: Merge "Expand crasher with a "thread-" prefix to crash on another thread." by Elliott Hughes · 12 years ago
  38. aa42130 Expand crasher with a "thread-" prefix to crash on another thread. by Elliott Hughes · 12 years ago
  39. 6dc5128 am 435c223d: am 5144fa28: Merge "Add missing signal codes to get_sigcode." by Elliott Hughes · 12 years ago
  40. b080848 Show pid+uid in certain failures by Andy McFadden · 12 years ago
  41. 8f7d443 Add missing signal codes to get_sigcode. by Elliott Hughes · 12 years ago
  42. 3427e80 am a6fb0e05: Merge "Fix debuggerd\'s use of readdir_r(3)." by Elliott Hughes · 12 years ago
  43. c463d2c Fix debuggerd's use of readdir_r(3). by Elliott Hughes · 12 years ago
  44. 2a36ae5 am 7b88a90d: Merge "Remove HAVE_SELINUX guards" by Kenny Root · 13 years ago
  45. b5982bf Remove HAVE_SELINUX guards by Kenny Root · 13 years ago
  46. c47b772 Dump 256 bytes per chunk pointed by general-purpose registers. by Ben Cheng · 13 years ago
  47. d7760c1 Print the revision number in the tombstone file. by Ben Cheng · 13 years ago
  48. 231e3c8 [MIPS] debuggerd and libcorkscrew support by Chris Dearman · 13 years ago
  49. f1186f3 restorecon tombstone directory. by rpcraig · 13 years ago
  50. f87d9c8 am 9cec175c: Remove a stray newline in the backtrace output. by Jeff Brown · 13 years ago
  51. 536b81a resolved conflicts for merge of 053b8654 to jb-dev-plus-aosp by Jeff Brown · 13 years ago
  52. 9cec175 Remove a stray newline in the backtrace output. by Jeff Brown · 13 years ago
  53. 053b865 Enhance native stack dumps. by Jeff Brown · 13 years ago
  54. 5820a99 Fix build by Jean-Baptiste Queru · 13 years ago
  55. 424e07f Reduce suicidal tendencies by Andy McFadden · 13 years ago
  56. 19b39f3 Improve backtrace formatting. by Jeff Brown · 13 years ago
  57. fb9804b Print the tombstone path. by Jeff Brown · 13 years ago
  58. f0c5872 Improve stack unwinder robustness. by Jeff Brown · 13 years ago
  59. 9524e41 Add support for explicitly dumping native stacks. by Jeff Brown · 14 years ago
  60. 13e715b Use libcorkscrew in debuggerd. by Jeff Brown · 14 years ago
  61. 08dedcf Enable verbose register memory dumps by Andy McFadden · 14 years ago
  62. e5cc539 Add log summary to tombstones by Andy McFadden · 14 years ago
  63. f2eae5a Enhance debuggerd memory dumps by Andy McFadden · 14 years ago
  64. 41e0cef Append log data to tombstones by Andy McFadden · 14 years ago
  65. 136dcc5 Show maps near native fault address by Andy McFadden · 14 years ago
  66. 655835b Don't stall waiting for target to crash by Andy McFadden · 14 years ago
  67. 44e12ec debuggerd can't handle debuggerd crashes by Andy McFadden · 14 years ago
  68. 953907f am 716104b4: am 771f5146: am 4c0b9e3d: Merge "Fix crash reporting on x86 platform." by Vladimir Chtchetkine · 14 years ago
  69. 716104b am 771f5146: am 4c0b9e3d: Merge "Fix crash reporting on x86 platform." by Vladimir Chtchetkine · 14 years ago
  70. 714d9de Fix crash reporting on x86 platform. by Vladimir Chtchetkine · 14 years ago
  71. e2f7123 Revert "Debuggerd now outputs the offset of libc.so on the device as a separate item." by Brian Carlstrom · 14 years ago
  72. dce4d06 Fix overflow prevention code in memory dump. by Ben Cheng · 14 years ago
  73. 2c25991 debuggerd: Fix missing include. by David 'Digit' Turner · 14 years ago
  74. cecec9d remove crasher and vfp-crasher from standard builds by Brian Swetland · 14 years ago
  75. 02526d4 debuggerd: properly unblock signal handler. by David 'Digit' Turner · 14 years ago
  76. 3227b5c Prevent rollover when dumping data around PC, SP, etc. by Paul Eastham · 14 years ago
  77. 660c8b7 am cbb9257a: Merge "Fix debuggerd (native crash dump)." by Jean-Baptiste Queru · 14 years ago
  78. 0b4836f Fix debuggerd (native crash dump). by Mike Dodd · 14 years ago
  79. 584b8e3 Fix debuggerd (native crash dump). by Mike Dodd · 14 years ago
  80. abf7378 am 44659e90: am d3f59eab: Merge "debuggerd: IA version" by Jean-Baptiste Queru · 14 years ago
  81. 44659e9 am d3f59eab: Merge "debuggerd: IA version" by Jean-Baptiste Queru · 14 years ago
  82. 5599029 Manual merge of 144773f9 by Jean-Baptiste Queru · 14 years ago
  83. 144773f am e382cc99: Merge "debuggerd: Reorganize to facilitate IA commit" by Jean-Baptiste Queru · 14 years ago
  84. 6cc4923 debuggerd: IA version by Bruce Beare · 15 years ago
  85. 8492490 debuggerd: Reorganize to facilitate IA commit by Bruce Beare · 15 years ago
  86. 503818e am 5c5ff87d: am 83c6b052: Print out the signal code along with signal number and address. by Carl Shapiro · 15 years ago
  87. 5c5ff87 am 83c6b052: Print out the signal code along with signal number and address. by Carl Shapiro · 15 years ago
  88. 83c6b05 Print out the signal code along with signal number and address. by Carl Shapiro · 15 years ago
  89. c031a3b Debuggerd now outputs the offset of libc.so on the device as a separate item. by Hristo Bojinov · 15 years ago
  90. 7fdcc43 am 89118032: Merge "Fix bug in debuggerd so it can successfully find the exidx section in libraries. This should fix the bug where the exception stack wasn\'t being printed past the PC." into gingerbread by Mike Dodd · 15 years ago
  91. 6b65747 Fix bug in debuggerd so it can successfully find the exidx section in by Mike Dodd · 15 years ago
  92. 75a1d21 merge from open-source master by The Android Open Source Project · 15 years ago
  93. ae7b91b debuggerd: Show function names in tombstone backtraces by Meng Hu · 15 years ago
  94. e951f60 Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16 by Colin Cross · 15 years ago
  95. 2854db8 Bug fix for pre-NEON platforms and enhancement for JIT debugging. by Ben Cheng · 15 years ago
  96. bdcff7d Dump VFP registers and status word when native app crashes. by Ben Cheng · 15 years ago
  97. 0927990 Add missing symbol type directives. by Doug Kwan · 15 years ago
  98. 3bfdcc9 Minor tweaks to debuggerd. by Andy McFadden · 15 years ago
  99. 09e7137 Print code around PC and LR in the inline log. by Ben Cheng · 16 years ago
  100. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago