android_system_core/debuggerd
Josh Gao c40a7515eb debuggerd: don't leave a zombie child if crash_dump is killed.
If crash_dump dies before it gets a chance to write to the pipe we use
to let the debugged-process know that it successfully started, we
weren't cleaning up the child we fork to start it, leaving a zombie
child.

Bug: http://b/152119184
Test: debuggerd_test
Change-Id: Id01cc05f693995e9998941774f74ab8e3d8b4d8a
2020-04-10 10:09:39 -07:00
..
client [GWP-ASan] Add GWP-ASan information to tombstones. 2020-02-18 16:49:50 -08:00
common/include
crasher Create a debugger_process_info data structure with the process info pointers. 2020-03-24 17:23:15 -07:00
handler debuggerd: don't leave a zombie child if crash_dump is killed. 2020-04-10 10:09:39 -07:00
include/debuggerd Create a debugger_process_info data structure with the process info pointers. 2020-03-24 17:23:15 -07:00
libdebuggerd Merge "Read fault address on arm64 using proposed kernel API." 2020-03-30 21:40:58 +00:00
seccomp_policy
tombstoned debuggerd: increase the default limit on tombstones to 32. 2019-09-26 14:36:01 -07:00
.clang-format
Android.bp Merge "Move crash_dump into the runtime APEX." 2020-03-30 19:03:41 +00:00
MODULE_LICENSE_APACHE2
OWNERS
crash_dump.cpp Read fault address on arm64 using proposed kernel API. 2020-03-27 20:00:06 -07:00
debuggerd.cpp debuggerd: add support for Java traces. 2018-06-14 15:40:06 -07:00
debuggerd_benchmark.cpp
debuggerd_test.cpp Read fault address on arm64 using proposed kernel API. 2020-03-27 20:00:06 -07:00
protocol.h Create a debugger_process_info data structure with the process info pointers. 2020-03-24 17:23:15 -07:00
util.cpp debuggerd: switch to base::{Send,Receive}FileDescriptors. 2019-02-13 13:21:54 -08:00
util.h debuggerd: switch to base::{Send,Receive}FileDescriptors. 2019-02-13 13:21:54 -08:00