Searched refs:PTRACE_CONT (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace01.c | 42 {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()
|
D | ptrace09.c | 62 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/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_resume.c | 36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 254 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/ |
D | test-runner.c | 262 ptrace(PTRACE_CONT, NULL, NULL); in is_debugger_attached()
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 301 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
|
/third_party/libunwind/ |
D | configure.ac | 59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
|
/third_party/libinput/ |
D | meson.build | 119 config_h.set('PTRACE_CONT', 'PT_CONTINUE')
|
/third_party/libinput/test/ |
D | litest.c | 4422 ptrace(PTRACE_CONT, ppid, NULL, 0); in is_debugger_attached()
|