Searched refs:ptrace_sethwdebug (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 241 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug() function 348 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 355 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 362 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 378 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact_kernel_userspace() 396 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 405 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 414 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 432 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_unaligned() 441 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_unaligned() [all …]
|