1. 786dac3 Update some fs_mgr/debuggerd to use getpagesize() instead of PAGE_SIZE by Kelvin Zhang · 2 years, 3 months ago
  2. 004a167 Check get_gwp_asan_callbacks before calling. by Christopher Ferris · 2 years, 3 months ago
  3. 8fe5127 Recoverable GWP-ASan: Don't tell ActivityManager by Mitch Phillips · 2 years, 7 months ago
  4. 18ce542 Add recoverable GWP-ASan. by Mitch Phillips · 2 years, 8 months ago
  5. fe9d832 Merge "Use scudo_ring_buffer_size from process_info" by Florian Mayer · 2 years, 8 months ago
  6. c0748f0 Merge "debuggerd: show syscall in SYS_SECCOMP one-liners." by Elliott Hughes · 2 years, 8 months ago
  7. bd49c38 Use scudo_ring_buffer_size from process_info by Florian Mayer · 2 years, 9 months ago
  8. d32733d debuggerd: show syscall in SYS_SECCOMP one-liners. by Elliott Hughes · 2 years, 8 months ago
  9. ab644a0 static_assert to catch struct mismatches earlier by Florian Mayer · 2 years, 9 months ago
  10. 7a60790 [MTE] add device config for permissive mode by Florian Mayer · 3 years ago
  11. 1ee1567 Merge "Do not use GetBoolProperty in signal handler" by Florian Mayer · 3 years ago
  12. 094917d Do not use GetBoolProperty in signal handler by Florian Mayer · 3 years ago
  13. d705c2d [MTE] only upgrade to SYNC mode for MTE crashes by Florian Mayer · 3 years ago
  14. 514c41c Merge "Add permissive MTE mode." by Florian Mayer · 3 years, 3 months ago
  15. 7c2e7e3 Fix fallback paths for dumping threads. by Christopher Ferris · 3 years, 3 months ago
  16. a8aa25d Add permissive MTE mode. by Florian Mayer · 4 years ago
  17. 3b7b7ba Use the new AndroidUnwinder object. by Christopher Ferris · 3 years, 6 months ago
  18. c6d4283 Update for SetProcessMemory removal. by Christopher Ferris · 3 years, 5 months ago
  19. b999b82 Dump threads in tombstone fallback path. by Christopher Ferris · 3 years, 7 months ago
  20. a3e9a0b Always use main thread pid for manual dumping. by Christopher Ferris · 4 years, 1 month ago
  21. b20a3aa debuggerd: unify licenses. by Elliott Hughes · 4 years, 3 months ago
  22. 0c787f0 Avoid thread cache in unwinder. by Christopher Ferris · 4 years, 3 months ago
  23. e4781d5 debuggerd: prepare to abandon ship^Wgdb. by Elliott Hughes · 4 years, 6 months ago
  24. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 7 months ago
  25. 1e45d3f Revert "libdebuggerd: add protobuf implementation." by Jerome Gaillard · 4 years, 7 months ago
  26. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 7 months ago
  27. 92317d8 libdebuggerd: add protobuf implementation. by Josh Gao · 4 years, 10 months ago
  28. d8af5b5 Remove unnecessary #includes. by Elliott Hughes · 4 years, 8 months ago
  29. ebc78cc Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 4 years, 10 months ago
  30. d0642a3 Merge "Improve error message in debuggerd fallback handler." by Treehugger Robot · 5 years ago
  31. 6808300 Improve error message in debuggerd fallback handler. by Josh Gao · 5 years ago
  32. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 5 years ago
  33. c40a751 debuggerd: don't leave a zombie child if crash_dump is killed. by Josh Gao · 5 years ago
  34. cd63cae Merge "Read fault address on arm64 using proposed kernel API." by Peter Collingbourne · 5 years ago
  35. 5677803 Merge "Create a debugger_process_info data structure with the process info pointers." by Peter Collingbourne · 5 years ago
  36. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  37. f3d542f Create a debugger_process_info data structure with the process info pointers. by Peter Collingbourne · 6 years ago
  38. b72e748 Move crash_dump into the runtime APEX. by Peter Collingbourne · 5 years ago
  39. e0b4bb1 [GWP-ASan] Add GWP-ASan information to tombstones. by Mitch Phillips · 6 years ago
  40. 55c7ed4 debuggerd_handler: increase thread stack size. by Josh Gao · 6 years ago
  41. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 6 years ago
  42. 67d52aa [debuggerd] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  43. 18cb681 debuggerd: call setsid in our children. by Josh Gao · 6 years ago
  44. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  45. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 8 years ago
  46. 5e8d68c debuggerd_handler: demote abort on exec failure to log. by Josh Gao · 6 years ago
  47. 60eb197 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 7 years ago
  48. 08163cb debuggerd_fallback: fix fd leak. by Josh Gao · 7 years ago
  49. 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  50. 4843c18 debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL). by Josh Gao · 7 years ago
  51. 9da1f51 crash_dump: pass the address of the fdsan table. by Josh Gao · 7 years ago
  52. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  53. d2b15dd debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  54. 70d8f28 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  55. 70adac6 debuggerd_fallback: don't recursively abort. by Josh Gao · 8 years ago
  56. c531ed6 debuggerd_fallback: fix race. by Josh Gao · 8 years ago
  57. 4841e74 debuggerd_handler: set PR_SET_PTRACER before running crash_dump. by Luis Hector Chavez · 8 years ago
  58. 7302097 debuggerd: wait for dump completion on crashes. by Josh Gao · 8 years ago
  59. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  60. 664d2a9 Force call the fallback handler. by Christopher Ferris · 8 years ago
  61. cdea750 crash_dump: don't inherit environment from parent. by Josh Gao · 8 years ago
  62. c370666 libdebuggerd: cleanup. by Josh Gao · 8 years ago
  63. fdf832d base: add Pipe and Socketpair wrappers. by Josh Gao · 8 years ago
  64. 81e6c0b debuggerd_handler: print pid and process name. by Josh Gao · 8 years ago
  65. a73df60 tombstoned: allow intercepts for java traces. by Narayan Kamath · 8 years ago
  66. 2d377cd tombstoned: Add a shared library version of libtombstoned_client... by Narayan Kamath · 8 years ago
  67. 2e7b8e2 debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id. by Josh Gao · 8 years ago
  68. ac22578 Move libc_logging to libasync_safe. by Christopher Ferris · 8 years ago
  69. e06f2a4 debuggerd_handler: don't assume that abort message implies fatal. by Josh Gao · 8 years ago
  70. 561da6a "Requested dump for tid XXX" message shouldn't be fatal. by Elliott Hughes · 8 years ago
  71. ec91809 debuggerd_handler: restore errno. by Josh Gao · 8 years ago
  72. e1aa0ca debuggerd_handler: implement missing fallback functionality. by Josh Gao · 9 years ago
  73. 5ad965b crash_dump: fix overflow. by Josh Gao · 9 years ago
  74. e73c932 libdebuggerd_handler: in-process crash dumping for seccomped processes. by Josh Gao · 9 years ago
  75. 60515bf debuggerd_handler: don't use snprintf in handler. by Josh Gao · 9 years ago
  76. 2f11a25 debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump. by Josh Gao · 9 years ago
  77. d206963 debuggerd_handler: raise capabilities before running crash_dump. by Josh Gao · 9 years ago
  78. c3c8c02 debuggerd_handler: don't use waitpid(..., __WCLONE). by Josh Gao · 9 years ago
  79. 54ef57d debuggerd_handler: fix prctl return value check. by Josh Gao · 9 years ago
  80. 279cb8b Merge changes from topic 'debuggerd_ambient' by Josh Gao · 9 years ago
  81. b3ee52e debuggerd_handler: don't use clone(..., SIGCHLD, ...) by Josh Gao · 9 years ago
  82. 7ae426c debuggerd_handler: raise ambient capset before execing. by Josh Gao · 9 years ago
  83. 6462bb4 debuggerd_handler: add and use fatal_errno. by Josh Gao · 9 years ago
  84. 4ed00c8 debuggerd_handler: improve nonfatal signal message. by Josh Gao · 9 years ago
  85. e5288f2 debuggerd_handler: remove PR_SET_DUMPABLE check. by Josh Gao · 9 years ago
  86. 7e14d02 debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes. by Josh Gao · 9 years ago
  87. 529b306 debuggerd_handler: don't resend nonfatal signals when not dumping. by Josh Gao · 9 years ago
  88. fca7ca3 debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0. by Josh Gao · 9 years ago
  89. 5759411 crash_dump: clear the default crash handlers. by Josh Gao · 9 years ago
  90. b64dd85 debuggerd_handler: actually wait for pseudothread to exit. by Josh Gao · 9 years ago
  91. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 9 years ago