Searched refs:remove_fork_catchpoint (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobsd-nat.h37 int remove_fork_catchpoint (int) override;
H A Dfbsd-nat.h87 int remove_fork_catchpoint (int) override;
H A Dlinux-nat.h120 int remove_fork_catchpoint (int) override;
H A Dobsd-nat.c221 obsd_nat_target::remove_fork_catchpoint (int pid) function in class:obsd_nat_target
H A Dtarget-delegates.c56 int remove_fork_catchpoint (int arg0) override;
227 int remove_fork_catchpoint (int arg0) override;
1436 target_ops::remove_fork_catchpoint (int arg0) function in class:target_ops
1438 return this->beneath ()->remove_fork_catchpoint (arg0);
1442 dummy_target::remove_fork_catchpoint (int arg0) function in class:dummy_target
1448 debug_target::remove_fork_catchpoint (int arg0) function in class:debug_target
1451 fprintf_unfiltered (gdb_stdlog, "-> %s->remove_fork_catchpoint (...)\n", this->beneath ()->shortname ());
1452 result = this->beneath ()->remove_fork_catchpoint (arg0);
1453 fprintf_unfiltered (gdb_stdlog, "<- %s->remove_fork_catchpoint (", this->beneath ()->shortname ());
H A Dtarget.h621 virtual int remove_fork_catchpoint (int)
1675 (current_top_target ()->remove_fork_catchpoint) (pid)
H A Dfbsd-nat.c1605 fbsd_nat_target::remove_fork_catchpoint (int pid) function in class:fbsd_nat_target
H A Dlinux-nat.c641 linux_nat_target::remove_fork_catchpoint (int pid)
638 linux_nat_target::remove_fork_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c681 int remove_fork_catchpoint (int) override;
2254 remote_target::remove_fork_catchpoint (int pid)
2252 remote_target::remove_fork_catchpoint (int pid) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobsd-nat.h36 int remove_fork_catchpoint (int) override;
H A Dobsd-nat.c183 obsd_nat_target::remove_fork_catchpoint (int pid) function in class:obsd_nat_target
H A Dfbsd-nat.h94 int remove_fork_catchpoint (int) override;
H A Dlinux-nat.h116 int remove_fork_catchpoint (int) override;
H A Dtarget-delegates.c75 int remove_fork_catchpoint (int arg0) override;
249 int remove_fork_catchpoint (int arg0) override;
1441 target_ops::remove_fork_catchpoint (int arg0) function in class:target_ops
1443 return this->beneath ()->remove_fork_catchpoint (arg0);
1447 dummy_target::remove_fork_catchpoint (int arg0) function in class:dummy_target
1453 debug_target::remove_fork_catchpoint (int arg0) function in class:debug_target
1456 gdb_printf (gdb_stdlog, "-> %s->remove_fork_catchpoint (...)\n", this->beneath ()->shortname ());
1457 result = this->beneath ()->remove_fork_catchpoint (arg0);
1458 gdb_printf (gdb_stdlog, "<- %s->remove_fork_catchpoint (", this->beneath ()->shortname ());
H A Dtarget.h634 virtual int remove_fork_catchpoint (int)
H A Dfbsd-nat.c1651 fbsd_nat_target::remove_fork_catchpoint (int pid) function in class:fbsd_nat_target
H A Dtarget.c317 return current_inferior ()->top_target ()->remove_fork_catchpoint (pid);
H A Dlinux-nat.c530 linux_nat_target::remove_fork_catchpoint (int pid)
527 linux_nat_target::remove_fork_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c677 int remove_fork_catchpoint (int) override;
2388 remote_target::remove_fork_catchpoint (int pid)
2386 remote_target::remove_fork_catchpoint (int pid) function in class:remote_target

Completed in 274 milliseconds