Home
last modified time | relevance | path

Searched refs:PTRACE_CONT (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace01.c42 {0, PTRACE_CONT, 1, 0, "Testing PTRACE_CONT without child handler"},
43 {1, PTRACE_CONT, 1, 0, "Testing PTRACE_CONT with child handler"},
114 if ((tc->request == PTRACE_CONT && in run()
Dptrace09.c62 SAFE_PTRACE(PTRACE_CONT, child_pid, NULL, NULL); in run()
75 SAFE_PTRACE(PTRACE_CONT, child_pid, NULL, NULL); in run()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h18 #define PTRACE_CONT 7 macro
52 #define PT_CONTINUE PTRACE_CONT
/third_party/musl/ndk_musl_include/sys/
Dptrace.h18 #define PTRACE_CONT 7 macro
52 #define PT_CONTINUE PTRACE_CONT
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h18 #define PTRACE_CONT 7 macro
52 #define PT_CONTINUE PTRACE_CONT
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h18 #define PTRACE_CONT 7 macro
52 #define PT_CONTINUE PTRACE_CONT
/third_party/musl/include/sys/
Dptrace.h18 #define PTRACE_CONT 7 macro
52 #define PT_CONTINUE PTRACE_CONT
/third_party/libunwind/src/ptrace/
D_UPT_resume.c36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
/third_party/ltp/testcases/kernel/controllers/freezer/
Dvfork.c254 if (ptrace(PTRACE_CONT, process, NULL, NULL) == -1) in do_trace()
357 if (ptrace(PTRACE_CONT, child, NULL, NULL) == in main()
/third_party/wayland_standard/tests/
Dtest-runner.c262 ptrace(PTRACE_CONT, NULL, NULL); in is_debugger_attached()
/third_party/libunwind/tests/
Dtest-ptrace.c301 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
/third_party/libunwind/
Dconfigure.ac59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
/third_party/libinput/
Dmeson.build119 config_h.set('PTRACE_CONT', 'PT_CONTINUE')
/third_party/libinput/test/
Dlitest.c4422 ptrace(PTRACE_CONT, ppid, NULL, 0); in is_debugger_attached()