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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.h46 int remove_exec_catchpoint (int pid) override;
H A Dfbsd-nat.h95 int remove_exec_catchpoint (int) override;
H A Dlinux-nat.h125 int remove_exec_catchpoint (int) override;
H A Dtarget-delegates.c61 int remove_exec_catchpoint (int arg0) override;
232 int remove_exec_catchpoint (int arg0) override;
1568 target_ops::remove_exec_catchpoint (int arg0) function in class:target_ops
1570 return this->beneath ()->remove_exec_catchpoint (arg0);
1574 dummy_target::remove_exec_catchpoint (int arg0) function in class:dummy_target
1580 debug_target::remove_exec_catchpoint (int arg0) function in class:debug_target
1583 fprintf_unfiltered (gdb_stdlog, "-> %s->remove_exec_catchpoint (...)\n", this->beneath ()->shortname ());
1584 result = this->beneath ()->remove_exec_catchpoint (arg0);
1585 fprintf_unfiltered (gdb_stdlog, "<- %s->remove_exec_catchpoint (", this->beneath ()->shortname ());
H A Dnbsd-nat.c724 /* Implement the "remove_exec_catchpoint" target_ops method. */
727 nbsd_nat_target::remove_exec_catchpoint (int pid) function in class:nbsd_nat_target
H A Dtarget.h631 virtual int remove_exec_catchpoint (int)
1707 (current_top_target ()->remove_exec_catchpoint) (pid)
H A Dfbsd-nat.c1651 fbsd_nat_target::remove_exec_catchpoint (int pid) function in class:fbsd_nat_target
H A Dlinux-nat.c665 linux_nat_target::remove_exec_catchpoint (int pid)
662 linux_nat_target::remove_exec_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c685 int remove_exec_catchpoint (int) override;
2294 remote_target::remove_exec_catchpoint (int pid)
2292 remote_target::remove_exec_catchpoint (int pid) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.h45 int remove_exec_catchpoint (int pid) override;
H A Dfbsd-nat.h101 int remove_exec_catchpoint (int) override;
H A Dlinux-nat.h121 int remove_exec_catchpoint (int) override;
H A Dnetbsd-nat.c720 /* Implement the "remove_exec_catchpoint" target_ops method. */
723 nbsd_nat_target::remove_exec_catchpoint (int pid) function in class:nbsd_nat_target
H A Dtarget-delegates.c80 int remove_exec_catchpoint (int arg0) override;
254 int remove_exec_catchpoint (int arg0) override;
1575 target_ops::remove_exec_catchpoint (int arg0) function in class:target_ops
1577 return this->beneath ()->remove_exec_catchpoint (arg0);
1581 dummy_target::remove_exec_catchpoint (int arg0) function in class:dummy_target
1587 debug_target::remove_exec_catchpoint (int arg0) function in class:debug_target
1590 gdb_printf (gdb_stdlog, "-> %s->remove_exec_catchpoint (...)\n", this->beneath ()->shortname ());
1591 result = this->beneath ()->remove_exec_catchpoint (arg0);
1592 gdb_printf (gdb_stdlog, "<- %s->remove_exec_catchpoint (", this->beneath ()->shortname ());
H A Dtarget.h644 virtual int remove_exec_catchpoint (int)
H A Dfbsd-nat.c1695 fbsd_nat_target::remove_exec_catchpoint (int pid) function in class:fbsd_nat_target
H A Dtarget.c349 return current_inferior ()->top_target ()->remove_exec_catchpoint (pid);
H A Dlinux-nat.c554 linux_nat_target::remove_exec_catchpoint (int pid)
551 linux_nat_target::remove_exec_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c681 int remove_exec_catchpoint (int) override;
2428 remote_target::remove_exec_catchpoint (int pid)
2426 remote_target::remove_exec_catchpoint (int pid) function in class:remote_target

Completed in 529 milliseconds