• Home
  • Raw
  • Download

Lines Matching refs:ptrace

50 	if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) {  in get_dbginfo()
117 if (ptrace(PTRACE_TRACEME, 0, NULL, 0)) { in test_workload()
202 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
219 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
226 if (ptrace(PTRACE_SET_DEBUGREG, child_pid, 0, wp_addr)) { in ptrace_set_debugreg()
234 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug()
245 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
267 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
277 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
288 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
322 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
329 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
336 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
354 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
363 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
372 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
390 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
399 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
408 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned()
427 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned_dar()
445 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_dawr_max_range()
489 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_hwbreak()