Lines Matching refs:ptrace

53 	if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) {  in get_dbginfo()
120 if (ptrace(PTRACE_TRACEME, 0, NULL, 0)) { in test_workload()
223 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
240 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
247 if (ptrace(PTRACE_SET_DEBUGREG, child_pid, 0, wp_addr)) { in ptrace_set_debugreg()
255 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug()
266 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
288 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
298 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
309 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
328 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace()
361 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
368 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
375 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
391 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace()
409 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
418 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
427 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
454 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range()
457 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range()
485 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range_dawr_overlap()
488 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_multi_sethwdebug_range_dawr_overlap()
508 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
517 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
526 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
545 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned_dar()
563 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_dawr_max_range()
611 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_hwbreak()