summaryrefslogtreecommitdiff
path: root/debuggerd/handler
AgeCommit message (Expand)Author
2024-04-03Fix typo in comment.Elliott Hughes
2024-03-19Merge "[MTE] Implement permissive (recoverable) MTE for apps" into mainMitch Phillips
2024-03-19[MTE] Implement permissive (recoverable) MTE for appsMitch Phillips
2024-02-29Use _Fork().Elliott Hughes
2024-02-13Read data set by android_add_crash_detail into tombstone.Florian Mayer
2023-12-04Use scudo_stack_depot_size from process_infoFlorian Mayer
2023-08-09debuggerd: fix passing of fdsan_table to crash_dumpTomislav Novak
2023-06-27Update some fs_mgr/debuggerd to use getpagesize() instead of PAGE_SIZEKelvin Zhang
2023-05-25Check get_gwp_asan_callbacks before calling.Christopher Ferris
2023-02-07Recoverable GWP-ASan: Don't tell ActivityManagerMitch Phillips
2023-02-01Add recoverable GWP-ASan.Mitch Phillips
2023-01-10Merge "Use scudo_ring_buffer_size from process_info"Florian Mayer
2023-01-05Merge "debuggerd: show syscall in SYS_SECCOMP one-liners."Elliott Hughes
2023-01-05Use scudo_ring_buffer_size from process_infoFlorian Mayer
2023-01-05debuggerd: show syscall in SYS_SECCOMP one-liners.Elliott Hughes
2022-12-21static_assert to catch struct mismatches earlierFlorian Mayer
2022-10-03[MTE] add device config for permissive modeFlorian Mayer
2022-09-16Merge "Do not use GetBoolProperty in signal handler"Florian Mayer
2022-09-16Do not use GetBoolProperty in signal handlerFlorian Mayer
2022-09-13[MTE] only upgrade to SYNC mode for MTE crashesFlorian Mayer
2022-06-15Merge "Add permissive MTE mode."Florian Mayer
2022-05-27Fix fallback paths for dumping threads.Christopher Ferris
2022-05-25Add permissive MTE mode.Florian Mayer
2022-05-12Use the new AndroidUnwinder object.Christopher Ferris
2022-04-19Update for SetProcessMemory removal.Christopher Ferris
2022-02-16Dump threads in tombstone fallback path.Christopher Ferris
2021-07-30Always use main thread pid for manual dumping.Christopher Ferris
2021-06-18debuggerd: unify licenses.Elliott Hughes
2021-06-14Avoid thread cache in unwinder.Christopher Ferris
2021-03-17debuggerd: prepare to abandon ship^Wgdb.Elliott Hughes
2021-01-26Reland protobuf tombstones.Josh Gao
2021-01-26Revert "libdebuggerd: add protobuf implementation."Jerome Gaillard
2021-01-25Merge changes from topic "tombstone_proto"Josh Gao
2021-01-21libdebuggerd: add protobuf implementation.Josh Gao
2021-01-19Remove unnecessary #includes.Elliott Hughes
2020-11-13Switch to the new kernel API for obtaining fault address tag bits.Peter Collingbourne
2020-10-01Merge "Improve error message in debuggerd fallback handler."Treehugger Robot
2020-09-25Improve error message in debuggerd fallback handler.Josh Gao
2020-09-24Add arch member into Unwinder object.Christopher Ferris
2020-04-10debuggerd: don't leave a zombie child if crash_dump is killed.Josh Gao
2020-03-30Merge "Read fault address on arm64 using proposed kernel API."Peter Collingbourne
2020-03-30Merge "Create a debugger_process_info data structure with the process info po...Peter Collingbourne
2020-03-27Read fault address on arm64 using proposed kernel API.Peter Collingbourne
2020-03-24Create a debugger_process_info data structure with the process info pointers.Peter Collingbourne
2020-03-18Move crash_dump into the runtime APEX.Peter Collingbourne
2020-02-18[GWP-ASan] Add GWP-ASan information to tombstones.Mitch Phillips
2020-01-17debuggerd_handler: increase thread stack size.Josh Gao
2019-12-17debuggerd: switch to using platform headers for DEBUGGER_SIGNAL.Josh Gao
2019-10-10[debuggerd] fix -Wreorder-init-listNick Desaulniers
2019-04-16debuggerd: call setsid in our children.Josh Gao