1. 7e2ede1 Fix two clang-tidy issues in crasher.cpp. by Stephen Hines · 7 years ago
  2. 41963d0 Merge "crash_dump: annotate intended fallthrough." by Treehugger Robot · 7 years ago
  3. 90b04ce crash_dump: annotate intended fallthrough. by Josh Gao · 7 years ago
  4. d95c279 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
  5. e5189d8 Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  6. 321d089 debuggerd_client: improve error logging. by Josh Gao · 7 years ago
  7. 4707832 libdebuggerd: decode fdsan owner tags. by Josh Gao · 7 years ago
  8. 0e1e5a6 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
  9. ed5cd59 debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL). by Josh Gao · 7 years ago
  10. 7eb53b1 debuggerd: delete accidentally merged log spam. by Josh Gao · 7 years ago
  11. b3b96db libdebuggerd: extract and print the fdsan table. by Josh Gao · 7 years ago
  12. c9fe5af crash_dump: pass the address of the fdsan table. by Josh Gao · 7 years ago
  13. fe558a6 crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)). by Josh Gao · 7 years ago
  14. 39d0afe debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  15. 2bdc87e Clean up logging code. by Christopher Ferris · 7 years ago
  16. 94bc051 Add support for new defines in v4.17.3 headers. by Christopher Ferris · 7 years ago
  17. 29ad107 Merge "debuggerd: add support for Java traces." by Treehugger Robot · 7 years ago
  18. 1c4e987 debuggerd: add support for Java traces. by Josh Gao · 7 years ago
  19. a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  20. bcda585 Improve SIGILL support. by Elliott Hughes · 7 years ago
  21. 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
  22. c12f72c Merge "debuggerd: fix CrasherTest.seccomp_crash_oom." by Treehugger Robot · 7 years ago
  23. fde0883 debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  24. de27064 Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  25. 24e4632 Merge "Remove unnecessary references to libunwind." by Christopher Ferris · 7 years ago
  26. 2518a99 Remove unnecessary references to libunwind. by Christopher Ferris · 7 years ago
  27. acde727 tombstoned: make missing O_TMPFILE workaround actually work around. by Josh Gao · 7 years ago
  28. f83261b tombstoned: don't bail out if we fail to unlink a file that isn't there. by Josh Gao · 7 years ago
  29. 7332328 Merge "tombstoned: don't create tombstones for failed dumps." by android-build-prod (mdb) · 7 years ago
  30. b6359fe Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
  31. 801319a Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  32. 8ee4114 Merge "crash_dump: defuse our signal handlers earlier." by android-build-prod (mdb) · 7 years ago
  33. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  34. 3b329d9 crash_dump: defuse our signal handlers earlier. by Josh Gao · 7 years ago
  35. 3c70520 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  36. 8ecaac4 libdebuggerd: fix out of bounds write. by Josh Gao · 7 years ago
  37. 854db1c libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 7 years ago
  38. 666ec64 tombstoned: don't create tombstones for failed dumps. by Josh Gao · 7 years ago
  39. 2ac351b debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  40. 9a7faaf Mark crash_dump.policy as not supported on mips by Dan Willemsen · 7 years ago
  41. dca69eb debuggerd_fallback: don't recursively abort. by Josh Gao · 7 years ago
  42. 386ebe6 Merge "bpfmt." by Treehugger Robot · 7 years ago
  43. 830092d debuggerd seccomp: explain why we define PROT_READ/WRITE. by Josh Gao · 7 years ago
  44. d2b96b0 Define PROT_READ and PROT_WRITE when generating the policy files by Justin Yun · 7 years ago
  45. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  46. 04364c8 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  47. 386da4c debuggerd_fallback: fix race. by Josh Gao · 7 years ago
  48. 040993a debuggerd: update policy for recent sigaction changes. by Josh Gao · 7 years ago
  49. bfa1dd4 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 7 years ago
  50. 6819296 Fix regression caused by libbacktrace API change. by Christopher Ferris · 7 years ago
  51. 2960476 Merge "debuggerd: add seccomp policies and tests." by Josh Gao · 7 years ago
  52. 5277613 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  53. 4375a43 debuggerd: add seccomp policies and tests. by Josh Gao · 7 years ago
  54. 62d63fe Merge "debuggerd_handler: set PR_SET_PTRACER before running crash_dump." by Treehugger Robot · 7 years ago
  55. e64510c Merge "Change seccomp to the system filter" by Treehugger Robot · 7 years ago
  56. 370d387 debuggerd_handler: set PR_SET_PTRACER before running crash_dump. by Luis Hector Chavez · 7 years ago
  57. fb54fa9 Change seccomp to the system filter by Victor Hsieh · 7 years ago
  58. 76088a6 debuggerd: restore the location of abort message. by Josh Gao · 7 years ago
  59. 7d7226f debuggerd: wait for dump completion on crashes. by Josh Gao · 7 years ago
  60. 8614157 Merge "base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test." by Treehugger Robot · 7 years ago
  61. 1723e52 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  62. 4817a01 debuggerd: add pause time benchmark. by Josh Gao · 7 years ago
  63. bee252b Increased number of Android log lines for tombstones by chirag honnavar · 8 years ago
  64. 84b1930 crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  65. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  66. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  67. 025451e Demand read load bias for a map. by Christopher Ferris · 7 years ago
  68. 29d5b17 Force call the fallback handler. by Christopher Ferris · 7 years ago
  69. fddf97e Merge "crash_dump: don't inherit environment from parent." by Treehugger Robot · 7 years ago
  70. 6b32b0c crash_dump: don't inherit environment from parent. by Josh Gao · 7 years ago
  71. 89fbca6 Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
  72. 8a17bf8 Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
  73. 459ab14 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
  74. 8e3cc2f Only call one unwinder. by Christopher Ferris · 7 years ago
  75. 2e4c980 Merge "Move some properties users to __system_property_read_callback()" by Tom Cherry · 8 years ago
  76. ccb7008 Merge "Add missing includes." by Treehugger Robot · 8 years ago
  77. 74c3ada Add missing includes. by Dan Albert · 8 years ago
  78. 1765274 Move some properties users to __system_property_read_callback() by Tom Cherry · 8 years ago
  79. 45a026b libdebuggerd: fix tombstone tests. by Josh Gao · 8 years ago
  80. 9fb98ca Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 8 years ago
  81. d9c3c37 Show the number of VMAs in the tombstone. by Elliott Hughes · 8 years ago
  82. 86c344e Merge "Add a new unwind method on error." by Christopher Ferris · 8 years ago
  83. 53abdc7 tombstoned: fix another call to evconnlistener_new. by Josh Gao · 8 years ago
  84. fdc8b61 Add a new unwind method on error. by Christopher Ferris · 8 years ago
  85. ccdad6b Merge "Enable HAS_VFP_D32 for 32-bit armv8 crasher" by Isaac Chen · 8 years ago
  86. 89cdeef Enable HAS_VFP_D32 for 32-bit armv8 crasher by Isaac Chen · 8 years ago
  87. ef915d2 Merge "tombstoned: Fix calls to evconnlistener_new." by Narayan Kamath · 8 years ago
  88. dccfc64 Merge "debuggerd_fallback: print maps." by Treehugger Robot · 8 years ago
  89. e89d34b debuggerd_fallback: print maps. by Josh Gao · 8 years ago
  90. 93bdf19 tombstoned: Fix calls to evconnlistener_new. by Narayan Kamath · 8 years ago
  91. a60734e Recommend using pid instead of tid for gdbclient.py by dimitry · 8 years ago
  92. 261feeb libdebuggerd: cleanup. by Josh Gao · 8 years ago
  93. 28818da base: add Pipe and Socketpair wrappers. by Josh Gao · 8 years ago
  94. a6e703a Define current ABI string in android-base/macros.h by dimitry · 8 years ago
  95. 37612b1 Merge "crash_dump: print the identity of tracers." by Treehugger Robot · 8 years ago
  96. e70ea7d crash_dump: print the identity of tracers. by Josh Gao · 8 years ago
  97. 0c851fd Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 8 years ago
  98. c552ec3 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 8 years ago
  99. c997f41 debuggerd_handler: print pid and process name. by Josh Gao · 8 years ago
  100. 05fddcb Stop asking for old versions of C++ in system/core. by Elliott Hughes · 8 years ago