Home
last modified time | relevance | path

Searched refs:ptrace_attach_thread (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/
Dutility.h85 bool ptrace_attach_thread(pid_t pid, pid_t tid);
Dbacktrace.cpp91 if (!attached && !ptrace_attach_thread(pid, tid)) { in dump_thread()
Dutility.cpp223 bool ptrace_attach_thread(pid_t pid, pid_t tid) { function
Ddebuggerd.cpp381 if (!ptrace_attach_thread(request.pid, request.tid)) { in handle_request()
Dtombstone.cpp450 if (!ptrace_attach_thread(pid, new_tid)) { in dump_sibling_thread_report()