1. bb4b49c Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 5 months ago
  2. 76e1e30 Reland protobuf tombstones. by Josh Gao · 4 years, 4 months ago
  3. eda96ed Revert "tombstoned: make it easier to add more types of outputs." by Jerome Gaillard · 4 years, 4 months ago
  4. 5ec54d1 Revert "tombstoned: support for protobuf fds." by Jerome Gaillard · 4 years, 4 months ago
  5. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 4 years, 4 months ago
  6. 03b283a Move debuggerd_test over to mallopt(). by Elliott Hughes · 4 years, 5 months ago
  7. 1091d24 tombstoned: support for protobuf fds. by Josh Gao · 4 years, 6 months ago
  8. e2aa621 tombstoned: make it easier to add more types of outputs. by Josh Gao · 4 years, 6 months ago
  9. cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 5 months ago
  10. 71ad495 Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 4 years, 7 months ago
  11. 2b6764a Fix the expected tagged_addr_ctrl in a test. by Peter Collingbourne · 4 years, 7 months ago
  12. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 9 months ago
  13. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 4 years, 11 months ago
  14. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 4 years, 11 months ago
  15. bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 5 years ago
  16. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 5 years ago
  17. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 5 years ago
  18. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 5 years ago
  19. 67d52aa [debuggerd] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  20. 11555f0 Increase timeouts. by Christopher Ferris · 6 years ago
  21. 172b0a0 Add TEMP_FAILURE_RETRY where appropriate. by Christopher Ferris · 6 years ago
  22. ab60668 Allow getrlimit/ugetrlimit syscalls in tests. by Christopher Ferris · 6 years ago
  23. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 6 years ago
  24. afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 6 years ago
  25. 5f87bbd debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 6 years ago
  26. 2b22ae1 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
  27. 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  28. bf06a40 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
  29. 3249b3a Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  30. 8972270 Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
  31. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 7 years ago
  32. 70adac6 debuggerd_fallback: don't recursively abort. by Josh Gao · 7 years ago
  33. e04ca27 debuggerd: add seccomp policies and tests. by Josh Gao · 7 years ago
  34. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  35. 2b2ae0c crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  36. cdea750 crash_dump: don't inherit environment from parent. by Josh Gao · 8 years ago
  37. c38057a Add missing includes. by Dan Albert · 8 years ago
  38. fd13bf0 crash_dump: print the identity of tracers. by Josh Gao · 8 years ago
  39. 26cbafb Debuggerd: Fix debuggerd_test by Andreas Gampe · 8 years ago
  40. 58778e1 debuggerd_test: find backtrace frame in all lines in CrasherTest by Jaesung Chung · 8 years ago
  41. ca5e908 tombstoned: turn on java trace support + unit tests. by Narayan Kamath · 8 years ago
  42. 5675f3c debuggerd_client: increase pipe buffer size to max. by Josh Gao · 8 years ago
  43. a73df60 tombstoned: allow intercepts for java traces. by Narayan Kamath · 8 years ago
  44. 2d377cd tombstoned: Add a shared library version of libtombstoned_client... by Narayan Kamath · 8 years ago
  45. 2e7b8e2 debuggerd_handler: use syscall(__NR_get[pt]id) instead of get[pt]id. by Josh Gao · 8 years ago
  46. e06f2a4 debuggerd_handler: don't assume that abort message implies fatal. by Josh Gao · 8 years ago
  47. 8b951f5 Merge changes Ib8369088,I743433bc by Josh Gao · 8 years ago
  48. 951cf70 debuggerd_test: remove useless pipe. by Josh Gao · 8 years ago
  49. a5199a9 debuggerd_test: add test for process/thread names. by Josh Gao · 8 years ago
  50. 352a845 tombstoned: add tests for b/36685795. by Josh Gao · 8 years ago
  51. 460b336 tombstoned: fix a race between intercept and crash_dump. by Josh Gao · 8 years ago
  52. 502cfd2 debuggerd_test: add capability test. by Josh Gao · 8 years ago
  53. c3c8c02 debuggerd_handler: don't use waitpid(..., __WCLONE). by Josh Gao · 8 years ago
  54. 7a0ee64 debuggerd_test: improve error when crasher fails to exec. by Josh Gao · 8 years ago
  55. a7d7eb6 debuggerd_test: fix crasher path. by Josh Gao · 8 years ago
  56. fca7ca3 debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0. by Josh Gao · 8 years ago
  57. 7c6e313 crash_dump: set a watchdog timer. by Josh Gao · 8 years ago
  58. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 9 years ago