1. 2a61fb7 Refactor dump_memory function. by Christopher Ferris · 10 years ago
  2. 92fe66e Don't use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 10 years ago
  3. bd38f86 Switch UniquePtr to std::unique_ptr. by Christopher Ferris · 10 years ago
  4. a294369 Prevent crashes if a map cannot be created. by Christopher Ferris · 10 years ago
  5. fe0983a Add offset to map data. by Christopher Ferris · 10 years ago
  6. ac2e11b All debuggerd log output marked fatal. by Christopher Ferris · 10 years ago
  7. 808f4fd Add load base to map for relocation packing. by Christopher Ferris · 10 years ago
  8. 7c9bcac Use WriteFully in debuggerd to talk to ActivityManager. by Elliott Hughes · 10 years ago
  9. aa05520 Fix alignment when reading note segment. by Yabin Cui · 10 years ago
  10. a473fef Print the build id of shared libraries if present. by Christopher Ferris · 10 years ago
  11. 166e1f8 Add backtrace support for mips64. by Douglas Leung · 10 years ago
  12. eae52fb liblog: introduce ANDROID_LOG_* flags by Mark Salyzyn · 10 years ago
  13. 333e282 Do not dump maps/memory/code of sibling threads. by Christopher Ferris · 10 years ago
  14. 12385e3 Move map data into backtrace data proper. by Christopher Ferris · 10 years ago
  15. b817094 Remove the pt_regs_mips_t structure. by Christopher Ferris · 10 years ago
  16. 9774df6 Move 32 bit/64 bit check into debuggerd. by Christopher Ferris · 10 years ago
  17. c184d56 #include <arpa/inet.h> for htonl. by Elliott Hughes · 10 years ago
  18. 2331b95 Make crasher smash-stack work. by Yabin Cui · 10 years ago
  19. 052fc0a Print ASCII near register for all archs by Dmitriy Ivanov · 10 years ago
  20. 80b88cb Move debuggerd to libc++. by Dan Albert · 10 years ago
  21. d4c7a1c am a11ac455: Merge "Fix debuggerd issues." by Christopher Ferris · 10 years ago
  22. 1072f91 Fix debuggerd issues. by Christopher Ferris · 10 years ago
  23. 845867b am d88323b2: Merge "Add volatile to avoid clang optimization." by Chih-Hung Hsieh · 10 years ago
  24. a1ff475 Add volatile to avoid clang optimization. by Chih-Hung Hsieh · 10 years ago
  25. 55fbad6 am c3e6eb21: Merge "Move ABI: line below header when dumping stacks." into lmp-dev by Jeff Brown · 11 years ago
  26. 9b12d53 Move ABI: line below header when dumping stacks. by Jeff Brown · 11 years ago
  27. a639b97 Do not suppress maps dump when si_addr<PAGE_SIZE by Dmitriy Ivanov · 11 years ago
  28. c326115 am 75ef453e: am 2f40ddf3: Merge "Do not suppress maps dump when si_addr<PAGE_SIZE" by Dmitriy Ivanov · 11 years ago
  29. f10aa3a Do not suppress maps dump when si_addr<PAGE_SIZE by Dmitriy Ivanov · 11 years ago
  30. a9d3ed3 am 1d497f8a: am cddc97cb: Merge "debuggerd: tombstone: suppress logger request for logd process" by Mark Salyzyn · 11 years ago
  31. 45ae446 debuggerd: tombstone: suppress logger request for logd process by Mark Salyzyn · 11 years ago
  32. 2f2e79d debuggerd: tombstone: suppress logger request for logd process by Mark Salyzyn · 11 years ago
  33. 166cfe6 Added default constructor for log_t. by Brigid Smith · 11 years ago
  34. d753da3 am c70ebca4: am 6bc762b2: Merge "Add SELinux MAC to debuggerd." by Nick Kralevich · 11 years ago
  35. 69b8003 Add SELinux MAC to debuggerd. by Stephen Smalley · 11 years ago
  36. 8d21369 am 4a95a209: am 719fd238: Merge "Added default constructor for log_t." by Elliott Hughes · 11 years ago
  37. c75a02f Added default constructor for log_t. by Brigid Smith · 11 years ago
  38. 04f9b2a debuggerd: use O_NOFOLLOW|O_CLOEXEC for tombstones by Nick Kralevich · 11 years ago
  39. e9f7361 Add SIGFPE to crasher. by Elliott Hughes · 11 years ago
  40. aae5d43 Add missing arm64 registers. by Elliott Hughes · 11 years ago
  41. 3ecc421 Add SIGFPE to crasher. by Elliott Hughes · 11 years ago
  42. b40c503 Add missing arm64 registers. by Elliott Hughes · 11 years ago
  43. cb7aae1 Fix arm emulator "D register out of range for selected VFP version" build failure. by Elliott Hughes · 11 years ago
  44. e7f18e1 Integrate vfp-crasher with crasher. by Elliott Hughes · 11 years ago
  45. 7e77595 Fix LP64 tombstone.cpp build failure. by Elliott Hughes · 11 years ago
  46. 8606eaa Improving maps output. by Brigid Smith · 11 years ago
  47. 17e85c0 debuggerd: synchronize cosmetics to internal by Mark Salyzyn · 11 years ago
  48. e080be5 Merge "Fixed tid/pid mixup in debuggerd gdbclient output." by Elliott Hughes · 11 years ago
  49. 7558295 Fixed tid/pid mixup in debuggerd gdbclient output. by Brigid Smith · 11 years ago
  50. e43290d tombstone: log output header suppressed in crash by Mark Salyzyn · 11 years ago
  51. 80f5969 Print ABI in backtraces. by Michael Wright · 11 years ago
  52. 20c214f Fixed pathname for connecting to debugger. by Brigid Smith · 11 years ago
  53. f473200 Fixing debuggerd header output. by Brigid Smith · 11 years ago
  54. 2e82904 Maps output now marks the fault address location. by Brigid Smith · 11 years ago
  55. e901c1b Fix debuggerd "format '%p'" build breakage. by Elliott Hughes · 11 years ago
  56. e17f267 Updated non-ARM archs to reflect logging changes. by Brigid Smith · 11 years ago
  57. 50eb546 Removed log.quiet and log = NULL cases from debuggerd. by Brigid Smith · 11 years ago
  58. 7b2078e Changed maps output in 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. 20df39a Merge "Adding ABI output to debuggerd tombstones." by Elliott Hughes · 11 years ago
  62. 9c8dacc Adding ABI output to debuggerd tombstones. by Brigid Smith · 11 years ago
  63. 3520086 Fix x86 and x86_64 builds. by Christopher Ferris · 11 years ago
  64. ddde05f Merge "[MIPS64] Build debuggerd for mips64" by Elliott Hughes · 11 years ago
  65. a80b759 [MIPS64] Build debuggerd for mips64 by Duane Sand · 11 years ago
  66. 8c59768 Clean up the debuggerd makefile. by Elliott Hughes · 11 years ago
  67. e4369d6 logd: logcat: debuggerd: audit logs to events and main by Mark Salyzyn · 11 years ago
  68. 6254f32 Fix register dump and back trace after a crash. by Douglas Leung · 11 years ago
  69. a323b50 Teach debuggerd the name of SIGTRAP. by Elliott Hughes · 11 years ago
  70. 27ab751 Remove the broken LED flashing code from debuggerd. by Elliott Hughes · 11 years ago
  71. d9bf2b2 Output correct gdbserver instructions from debuggerd. by Elliott Hughes · 11 years ago
  72. c4afc19 Merge "Add SIGTRAP support to crasher and debuggerd." by Elliott Hughes · 11 years ago
  73. 7e35ae8 Add SIGTRAP support to crasher and debuggerd. by Elliott Hughes · 11 years ago
  74. 989980c logd: logcat: debuggerd: auditd logs to events by Mark Salyzyn · 11 years ago
  75. 99d4a69 Fix mips debuggerd <corkscrew/ptrace.h> build breakage. by Elliott Hughes · 11 years ago
  76. c5bb49a Log stack even if tombstone cannot be created. by Christopher Ferris · 11 years ago
  77. f1a8dfa debuggerd: turn on -Werror by Mark Salyzyn · 11 years ago
  78. 855fcc3 Use the si_code value bionic passes us. by Elliott Hughes · 11 years ago
  79. bd395b9 Add missing si_code values to debuggerd. by Elliott Hughes · 11 years ago
  80. da6b2e2 Improve liblog's fatal logging. by Elliott Hughes · 11 years ago
  81. 99f47a9 logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH by Mark Salyzyn · 11 years ago
  82. 87a6b1d debuggerd: use LOCAL_MULTILIB by Colin Cross · 11 years ago
  83. 579c9bc build debuggerd and debuggerd64 on 64-bit architectures by Colin Cross · 11 years ago
  84. 2e7347d Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." by Nick Kralevich · 11 years ago
  85. 4207df1 Merge "Use stat structure to keep oldest mtime." by Christopher Ferris · 11 years ago
  86. 68bd59f Use stat structure to keep oldest mtime. by Christopher Ferris · 11 years ago
  87. 0df8e4f Use socklen_t instead of int in debuggerd. by Elliott Hughes · 11 years ago
  88. 27a9365 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 11 years ago
  89. 5d9fe77 system/core LP64 cleanup. by Elliott Hughes · 11 years ago
  90. f7b4b51 Fix debuggerd's symbol offset output. by Elliott Hughes · 11 years ago
  91. e9edf7a LP64 should have debuggerd and debuggerd64. by Elliott Hughes · 11 years ago
  92. 6694d3e Remove dead code that looked like part of debuggerd. by Elliott Hughes · 11 years ago
  93. abc60c2 AArch64: Port debuggerd by Kévin PETIT · 11 years ago
  94. c6c194c LP64: Enable debuggerd/libbacktrace/libunwind. by Pavel Chupin · 11 years ago
  95. 4bb4772 debuggerd: a few generic improvements by Kévin PETIT · 11 years ago
  96. d391c9b Merge "Re-enable libunwind for arm." by Christopher Ferris · 11 years ago
  97. df29061 Re-enable libunwind for arm. by Christopher Ferris · 11 years ago
  98. fca0bd1 debuggerd: Support newline split in log messages by Mark Salyzyn · 11 years ago
  99. 22b5cef debuggerd: Incorporate liblog reading API by Mark Salyzyn · 11 years ago
  100. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago