| /src/external/gpl3/gdb/dist/gdb/ |
| netbsd-nat.c | 722 /* Implement the "set_syscall_catchpoint" target_ops method. */ 725 nbsd_nat_target::set_syscall_catchpoint (int pid, bool needed, function in class:nbsd_nat_target
|
| fbsd-nat.c | 2305 fbsd_nat_target::set_syscall_catchpoint (int pid, bool needed, function in class:fbsd_nat_target
|
| target-delegates-gen.c | 83 int set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) override; 260 int set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) override; 1584 target_ops::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:target_ops 1586 return this->beneath ()->set_syscall_catchpoint (arg0, arg1, arg2, arg3); 1590 dummy_target::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:dummy_target 1596 debug_target::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:debug_target 1598 target_debug_printf_nofunc ("-> %s->set_syscall_catchpoint (...)", this->beneath ()->shortname ()); 1600 = this->beneath ()->set_syscall_catchpoint (arg0, arg1, arg2, arg3); 1601 target_debug_printf_nofunc ("<- %s->set_syscall_catchpoint (%s, %s, %s, %s) = %s",
|
| linux-nat.c | 647 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 644 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count, function in class:linux_nat_target
|
| remote.c | 921 int set_syscall_catchpoint (int, bool, int, 3132 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 3130 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, function in class:remote_target
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| netbsd-nat.c | 725 /* Implement the "set_syscall_catchpoint" target_ops method. */ 728 nbsd_nat_target::set_syscall_catchpoint (int pid, bool needed, function in class:nbsd_nat_target
|
| fbsd-nat.c | 2304 fbsd_nat_target::set_syscall_catchpoint (int pid, bool needed, function in class:fbsd_nat_target
|
| target-delegates.c | 83 int set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) override; 260 int set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) override; 1584 target_ops::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:target_ops 1586 return this->beneath ()->set_syscall_catchpoint (arg0, arg1, arg2, arg3); 1590 dummy_target::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:dummy_target 1596 debug_target::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3) function in class:debug_target 1598 target_debug_printf_nofunc ("-> %s->set_syscall_catchpoint (...)", this->beneath ()->shortname ()); 1600 = this->beneath ()->set_syscall_catchpoint (arg0, arg1, arg2, arg3); 1601 target_debug_printf_nofunc ("<- %s->set_syscall_catchpoint (%s, %s, %s, %s) = %s",
|
| linux-nat.c | 647 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 644 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count, function in class:linux_nat_target
|
| remote.c | 894 int set_syscall_catchpoint (int, bool, int, 3097 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 3095 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, function in class:remote_target
|