Home
last modified time | relevance | path

Searched refs:ptrace (Results 1 – 2 of 2) sorted by relevance

/art/tools/signal_dumper/
Dsignal_dumper.cc329 namespace ptrace { namespace
360 if (::ptrace(PTRACE_ATTACH, tid, 0, 0) != 0) { in PtraceSiblings()
391 if (0 != ::ptrace(PTRACE_GETREGSET, forked_pid, /* NT_PRSTATUS */ 1, &io_vec)) { in DumpABI()
574 CHECK_EQ(0, ::ptrace(PTRACE_ATTACH, forked_pid, 0, 0)); in DumpProcess()
575 std::set<pid_t> tids = ptrace::PtraceSiblings(forked_pid); in DumpProcess()
578 ptrace::DumpABI(forked_pid); in DumpProcess()
/art/test/137-cfi/
Dcfi.cc261 if (ptrace(PTRACE_SEIZE, pid, 0, 0)) { in Java_Main_unwindOtherProcess()
294 if (ptrace(PTRACE_DETACH, pid, 0, 0) != 0) { in Java_Main_unwindOtherProcess()