Searched defs:dump_type (Results 1 – 8 of 8) sorted by relevance
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 48 static bool send_signal(pid_t pid, const DebuggerdDumpType dump_type) { in send_signal() 68 bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int timeout_ms, in debuggerd_trigger_dump() 254 int dump_backtrace_to_file(pid_t tid, DebuggerdDumpType dump_type, int fd) { in dump_backtrace_to_file() 258 int dump_backtrace_to_file_timeout(pid_t tid, DebuggerdDumpType dump_type, int timeout_secs, in dump_backtrace_to_file_timeout()
|
/system/core/debuggerd/tombstoned/ |
D | tombstoned_client.cpp | 36 DebuggerdDumpType dump_type) { in tombstoned_connect()
|
D | intercept_manager.h | 44 DebuggerdDumpType dump_type = kDebuggerdNativeBacktrace; member
|
D | intercept_manager.cpp | 195 bool InterceptManager::GetIntercept(pid_t pid, DebuggerdDumpType dump_type, in GetIntercept()
|
/system/core/debuggerd/ |
D | debuggerd.cpp | 64 DebuggerdDumpType dump_type = kDebuggerdTombstone; in main() local
|
D | protocol.h | 48 DebuggerdDumpType dump_type; member 63 DebuggerdDumpType dump_type; member
|
D | crash_dump.cpp | 235 static void ParseArgs(int argc, char** argv, pid_t* pseudothread_tid, DebuggerdDumpType* dump_type)… in ParseArgs() 415 DebuggerdDumpType dump_type; in main() local
|
D | debuggerd_test.cpp | 720 __attribute__((noinline)) extern "C" bool raise_debugger_signal(DebuggerdDumpType dump_type) { in raise_debugger_signal() 744 static const auto dump_type = kDebuggerdTombstone; in TEST_F() local 777 static const auto dump_type = kDebuggerdNativeBacktrace; in TEST_F() local
|