Home
last modified time | relevance | path

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

/system/core/debuggerd/common/include/
Ddump_type.h25 kDebuggerdTombstone, enumerator
36 case kDebuggerdTombstone:
/system/core/debuggerd/
Ddebuggerd.cpp64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main()
Ddebuggerd_test.cpp180 void StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type = kDebuggerdTombstone);
1299 if (dump_type != kDebuggerdNativeBacktrace && dump_type != kDebuggerdTombstone) { in raise_debugger_signal()
1317 static const auto dump_type = kDebuggerdTombstone; in TEST_F()
1481 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1486 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
1515 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1548 tombstoned_intercept(pid, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
1553 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
1589 ASSERT_TRUE(tombstoned_connect(self, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
1813 tombstoned_intercept(self, &intercept_fd, &output_fd, &status, kDebuggerdTombstone); in TEST()
Dcrash_dump.cpp259 case kDebuggerdTombstone: in ParseArgs()
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp200 if (interceptor == kDebuggerdTombstone && dump == kDebuggerdTombstoneProto) { in dump_types_compatible()
Dtombstoned.cpp181 case kDebuggerdTombstone: in get_output()