1. 777148f Merge "libdebuggerd: store process uptime." by Josh Gao · 4 years, 9 months ago
  2. f4a40c0 Merge "Support MTE and GWP-ASan features in proto tombstones." by Peter Collingbourne · 4 years, 9 months ago
  3. d0f5eb5 Merge "[GWP-ASan] Add debuggerd end-to-end tests and remove unique wording." by Peter Collingbourne · 4 years, 9 months ago
  4. 15ab143 Merge "debuggerd: prepare to abandon ship^Wgdb." by Treehugger Robot · 4 years, 9 months ago
  5. d9bb710 Merge "Add support for a hw_timeout_multiplier system property." by Peter Collingbourne · 4 years, 9 months ago
  6. e4781d5 debuggerd: prepare to abandon ship^Wgdb. by Elliott Hughes · 4 years, 9 months ago
  7. bb03b36 Merge "Ignore deliberate free() of non-heap memory" by Pirama Arumuga Nainar · 4 years, 9 months ago
  8. 982e2a5 Ignore deliberate free() of non-heap memory by Pirama Arumuga Nainar · 4 years, 9 months ago
  9. b68b073 debuggerd: remove unused file. by Elliott Hughes · 4 years, 9 months ago
  10. 1a1f7d7 Support MTE and GWP-ASan features in proto tombstones. by Peter Collingbourne · 4 years, 10 months ago
  11. 7168a21 [GWP-ASan] Add debuggerd end-to-end tests and remove unique wording. by Mitch Phillips · 4 years, 10 months ago
  12. fb5eac9 Add support for a hw_timeout_multiplier system property. by Peter Collingbourne · 4 years, 10 months ago
  13. 90947d4 Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 10 months ago
  14. 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 10 months ago
  15. dbb83de libdebuggerd: store process uptime. by Josh Gao · 4 years, 10 months ago
  16. 8b0a9e0 libdebuggerd: delete unused code. by Josh Gao · 4 years, 10 months ago
  17. d69ad69 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 4 years, 10 months ago
  18. d57652f Merge "Update for new kernel 5.11 headers." by Christopher Ferris · 4 years, 10 months ago
  19. a4807cb Merge "Don't hard-code number of tombstones." by Christopher Ferris · 4 years, 10 months ago
  20. 3be6874 Generate text tombstones from proto tombstones by default. by Josh Gao · 4 years, 10 months ago
  21. 35da288 Don't hard-code number of tombstones. by Christopher Ferris · 4 years, 10 months ago
  22. 95b026f Update for new kernel 5.11 headers. by Christopher Ferris · 4 years, 10 months ago
  23. c3a206c Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Elliott Hughes · 4 years, 10 months ago
  24. 187b7d1 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 4 years, 11 months ago
  25. bb4b49c Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 5 years ago
  26. 517d64f Merge "tombstone.proto: reserve numbers for future growth." by Josh Gao · 4 years, 11 months ago
  27. fc4fb21 tombstone.proto: reserve numbers for future growth. by Josh Gao · 4 years, 11 months ago
  28. 2aaad2a [GWP-ASan] Update metadata field name. by Mitch Phillips · 4 years, 11 months ago
  29. 4abe7c4 Merge "Unlink the tombstone proto file before linking the temporary fd." by Treehugger Robot · 4 years, 11 months ago
  30. 1e1d920 Unlink the tombstone proto file before linking the temporary fd. by Peter Collingbourne · 4 years, 11 months ago
  31. 0ea08c2 Untag addresses in registers before looking up the mapping. by Peter Collingbourne · 4 years, 11 months ago
  32. 3a2f885 Merge "Let system_server truncate tombstones." by Josh Gao · 4 years, 11 months ago
  33. 4b24f09 Merge "Expose libtombstone_proto srcs." by Josh Gao · 4 years, 11 months ago
  34. 939d074 Fix CrasherTest.smoke in debuggerd_test. by Peter Collingbourne · 5 years ago
  35. 88846a2 Let system_server truncate tombstones. by Josh Gao · 5 years ago
  36. d3df0ae Expose libtombstone_proto srcs. by Josh Gao · 5 years ago
  37. 2a55e1a Scale timeouts in debuggerd and llkd. by Evgenii Stepanov · 5 years ago
  38. 618cea3 Remove use of libbase logging in libdebuggerd. by Josh Gao · 5 years ago
  39. 76e1e30 Reland protobuf tombstones. by Josh Gao · 5 years ago
  40. e156ede Revert "tombstoned: switch from goto to RAII." by Jerome Gaillard · 5 years ago
  41. eda96ed Revert "tombstoned: make it easier to add more types of outputs." by Jerome Gaillard · 5 years ago
  42. 5ec54d1 Revert "tombstoned: support for protobuf fds." by Jerome Gaillard · 5 years ago
  43. 1e45d3f Revert "libdebuggerd: add protobuf implementation." by Jerome Gaillard · 5 years ago
  44. a50f61f Revert "Fix build breakage." by Jerome Gaillard · 5 years ago
  45. 675cb30 Fix build breakage. by Josh Gao · 5 years ago
  46. 6bf6a9f Merge changes from topic "tombstone_proto" by Josh Gao · 5 years ago
  47. 1d792bf Merge "[MTE] Cleanup tagged si_addr refs to fix mappings OOB bug." by Mitch Phillips · 5 years ago
  48. e4adff0 [MTE] Cleanup tagged si_addr refs to fix mappings OOB bug. by Mitch Phillips · 5 years ago
  49. 92317d8 libdebuggerd: add protobuf implementation. by Josh Gao · 5 years ago
  50. d8af5b5 Remove unnecessary #includes. by Elliott Hughes · 5 years ago
  51. 03b283a Move debuggerd_test over to mallopt(). by Elliott Hughes · 5 years ago
  52. 1091d24 tombstoned: support for protobuf fds. by Josh Gao · 5 years ago
  53. e2aa621 tombstoned: make it easier to add more types of outputs. by Josh Gao · 5 years ago
  54. 9a61f68 tombstoned: switch from goto to RAII. by Josh Gao · 5 years ago
  55. cd27807 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
  56. 6ddc2c5 Update for v5.10 kernel headers. by Christopher Ferris · 5 years ago
  57. 8efcd63 Adjust to MapInfo to new api. by David Srbecky · 5 years ago
  58. 48c35f0 Merge "Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API." by Peter Collingbourne · 5 years ago
  59. 71ad495 Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 5 years ago
  60. ebc78cc Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 5 years ago
  61. 485505c Merge "Fix the expected tagged_addr_ctrl in a test." by Treehugger Robot · 5 years ago
  62. 2b6764a Fix the expected tagged_addr_ctrl in a test. by Peter Collingbourne · 5 years ago
  63. 2ec92cf libdebuggerd_handler_fallback: make vendor_ramdisk_available. by Yifan Hong · 5 years ago
  64. 81c94cd Start tombstoned early in post-fs-data. by Josh Gao · 5 years ago
  65. d0642a3 Merge "Improve error message in debuggerd fallback handler." by Treehugger Robot · 5 years ago
  66. 6808300 Improve error message in debuggerd fallback handler. by Josh Gao · 5 years ago
  67. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 5 years ago
  68. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 5 years ago
  69. 713ec25 libdebuggerd: do a to-do. by Elliott Hughes · 5 years ago
  70. 7b21637 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 5 years ago
  71. ba1bd64 Merge "debuggerd: use One True timestamp function." by Elliott Hughes · 5 years ago
  72. a660cb3 debuggerd: use One True timestamp function. by Elliott Hughes · 5 years ago
  73. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 5 years ago
  74. b1fcedb Adjust conditions for dumping the memory around a register. by Peter Collingbourne · 5 years ago
  75. d00a577 Statically link libminijail to debuggerd_test. by Peter Collingbourne · 5 years ago
  76. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 5 years ago
  77. bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 6 years ago
  78. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 6 years ago
  79. c5c6d7d Don't include log/log_read.h in log/log.h by Tom Cherry · 6 years ago
  80. c40a751 debuggerd: don't leave a zombie child if crash_dump is killed. by Josh Gao · 6 years ago
  81. cd63cae Merge "Read fault address on arm64 using proposed kernel API." by Peter Collingbourne · 6 years ago
  82. 5677803 Merge "Create a debugger_process_info data structure with the process info pointers." by Peter Collingbourne · 6 years ago
  83. e2b76c5 Merge "Move crash_dump into the runtime APEX." by Peter Collingbourne · 6 years ago
  84. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 6 years ago
  85. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 6 years ago
  86. f3d542f Create a debugger_process_info data structure with the process info pointers. by Peter Collingbourne · 6 years ago
  87. 7581e86 Merge "Remove ANDROID_LOG_RDONLY, etc" by Tom Cherry · 6 years ago
  88. 907b2d0 Remove ANDROID_LOG_RDONLY, etc by Tom Cherry · 6 years ago
  89. 6d4e47a Merge "Remove use of static libdexfile to avoid linking in ART internal code." by Martin Stjernholm · 6 years ago
  90. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 6 years ago
  91. a2cc893 Remove use of static libdexfile to avoid linking in ART internal code. by Martin Stjernholm · 6 years ago
  92. b72e748 Move crash_dump into the runtime APEX. by Peter Collingbourne · 6 years ago
  93. 151e748 Merge "debuggerd: add an opt-out for OEMs that would rather collect core dumps." by Elliott Hughes · 6 years ago
  94. 843f7e6 Create a ProcessInfo structure with the process-wide information from the crasher. by Peter Collingbourne · 6 years ago
  95. 530ab81 debuggerd: add an opt-out for OEMs that would rather collect core dumps. by Elliott Hughes · 6 years ago
  96. f77f6f0 Remove various bits of dead code and unused workarounds. by Elliott Hughes · 6 years ago
  97. e0b4bb1 [GWP-ASan] Add GWP-ASan information to tombstones. by Mitch Phillips · 6 years ago
  98. bd3ba78 build crash_dump.policy files using Android.bp by Ray Essick · 6 years ago
  99. f8c0350 Merge "debuggerd: remove the raw stack dump." by Elliott Hughes · 6 years ago
  100. 627928e debuggerd: remove the raw stack dump. by Elliott Hughes · 6 years ago