Searched refs:kDebuggerdTombstone (Results 1 – 5 of 5) sorted by relevance
/system/core/debuggerd/common/include/ |
D | dump_type.h | 25 kDebuggerdTombstone, enumerator 35 case kDebuggerdTombstone:
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 159 void StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type = kDebuggerdTombstone); 726 if (dump_type != kDebuggerdNativeBacktrace && dump_type != kDebuggerdTombstone) { in raise_debugger_signal() 744 static const auto dump_type = kDebuggerdTombstone; in TEST_F() 908 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST() 913 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST() 942 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST() 975 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST() 980 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
|
D | debuggerd.cpp | 64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main()
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 331 tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdTombstone); in crash_handler()
|
D | debuggerd_handler.cpp | 315 return kDebuggerdTombstone; in get_dump_type()
|