Searched refs:ptrace (Results 1 – 2 of 2) sorted by relevance
/art/tools/timeout_dumper/ |
D | timeout_dumper.cc | 332 namespace ptrace { namespace 363 if (::ptrace(PTRACE_ATTACH, tid, 0, 0) != 0) { in PtraceSiblings() 396 if (0 != ::ptrace(PTRACE_GETREGSET, forked_pid, /* NT_PRSTATUS */ 1, &io_vec)) { in DumpABI() 599 CHECK_EQ(0, ::ptrace(PTRACE_ATTACH, forked_pid, 0, 0)); in DumpProcess() 600 std::set<pid_t> tids = ptrace::PtraceSiblings(forked_pid); in DumpProcess() 603 ptrace::DumpABI(forked_pid); in DumpProcess()
|
/art/test/137-cfi/ |
D | cfi.cc | 210 if (ptrace(PTRACE_SEIZE, pid, 0, 0)) { in Java_Main_unwindOtherProcess() 254 if (ptrace(PTRACE_DETACH, pid, 0, 0) != 0) { in Java_Main_unwindOtherProcess()
|