Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp332 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) { in get_dump_type()
342 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); in debuggerd_dispatch_pseudothread() local
621 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
H A Dgwp_asan.cpp71 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
H A Dtombstone_proto.cpp438 const ThreadInfo& thread_info, bool memory_dump = false) { in dump_thread()
/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp485 std::map<pid_t, ThreadInfo> thread_info; in main() local