Lines Matching refs:ptrace

54 	if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) {  in get_dbginfo()
121 if (ptrace(PTRACE_TRACEME, 0, NULL, 0)) { in test_workload()
224 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
241 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
248 if (ptrace(PTRACE_SET_DEBUGREG, child_pid, 0, wp_addr)) { in ptrace_set_debugreg()
256 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug()
267 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
289 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
299 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
310 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
329 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace()
362 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
392 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace()
410 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
419 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
428 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
455 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range()
458 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range()
486 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range_dawr_overlap()
489 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range_dawr_overlap()
509 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
518 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
527 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
546 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned_dar()
564 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_dawr_max_range()
612 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_hwbreak()