Home
last modified time | relevance | path

Searched refs:kDebuggerdTombstone (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/common/include/
Ddump_type.h25 kDebuggerdTombstone, enumerator
35 case kDebuggerdTombstone:
/system/core/debuggerd/
Ddebuggerd_test.cpp159 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()
Ddebuggerd.cpp64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp331 tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdTombstone); in crash_handler()
Ddebuggerd_handler.cpp315 return kDebuggerdTombstone; in get_dump_type()