Home
last modified time | relevance | path

Searched defs:dump_type (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp36 DebuggerdDumpType dump_type) { in tombstoned_connect()
41 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect()
H A Dintercept_manager.h44 DebuggerdDumpType dump_type = kDebuggerdNativeBacktrace; member
H A Dintercept_manager.cpp207 bool InterceptManager::GetIntercept(pid_t pid, DebuggerdDumpType dump_type, in GetIntercept()
H A Dtombstoned.cpp163 std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) { in get_output()
/aosp14/system/core/debuggerd/
H A Dtombstone_handler.cpp42 DebuggerdDumpType dump_type) { in connect_tombstone_server_microdroid()
101 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in connect_tombstone_server()
H A Ddebuggerd.cpp64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main() local
H A Dprotocol.h48 DebuggerdDumpType dump_type; member
63 DebuggerdDumpType dump_type; member
H A Dcrash_dump.cpp251 static void ParseArgs(int argc, char** argv, pid_t* pseudothread_tid, DebuggerdDumpType* dump_type)… in ParseArgs()
458 DebuggerdDumpType dump_type; in main() local
H A Ddebuggerd_test.cpp1332 __attribute__((__noinline__)) extern "C" bool raise_debugger_signal(DebuggerdDumpType dump_type) { in raise_debugger_signal()
1366 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local
1396 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local
1419 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local
1450 static const auto dump_type = kDebuggerdNativeBacktrace; in TEST_F() local
1480 static const auto dump_type = kDebuggerdNativeBacktrace; in TEST_F() local
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp117 bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int timeout_ms, in debuggerd_trigger_dump()
300 int dump_backtrace_to_file(pid_t tid, DebuggerdDumpType dump_type, int fd) { in dump_backtrace_to_file()
304 int dump_backtrace_to_file_timeout(pid_t tid, DebuggerdDumpType dump_type, int timeout_secs, in dump_backtrace_to_file_timeout()
/aosp14/system/core/debuggerd/rust/tombstoned_client/
H A Dwrapper.cpp26 int& proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect_files()