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.cpp64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main()
Ddebuggerd_test.cpp167 void StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type = kDebuggerdTombstone);
1033 if (dump_type != kDebuggerdNativeBacktrace && dump_type != kDebuggerdTombstone) { in raise_debugger_signal()
1051 static const auto dump_type = kDebuggerdTombstone; in TEST_F()
1215 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1220 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
1249 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1282 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1287 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp332 tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdTombstone); in crash_handler()
Ddebuggerd_handler.cpp317 return kDebuggerdTombstone; in get_dump_type()