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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobsd-nat.h35 int insert_fork_catchpoint (int) override;
H A Dfbsd-nat.h86 int insert_fork_catchpoint (int) override;
H A Dlinux-nat.h119 int insert_fork_catchpoint (int) override;
H A Dobsd-nat.c215 obsd_nat_target::insert_fork_catchpoint (int pid) function in class:obsd_nat_target
H A Dtarget-delegates.c55 int insert_fork_catchpoint (int arg0) override;
226 int insert_fork_catchpoint (int arg0) override;
1410 target_ops::insert_fork_catchpoint (int arg0) function in class:target_ops
1412 return this->beneath ()->insert_fork_catchpoint (arg0);
1416 dummy_target::insert_fork_catchpoint (int arg0) function in class:dummy_target
1422 debug_target::insert_fork_catchpoint (int arg0) function in class:debug_target
1425 fprintf_unfiltered (gdb_stdlog, "-> %s->insert_fork_catchpoint (...)\n", this->beneath ()->shortname ());
1426 result = this->beneath ()->insert_fork_catchpoint (arg0);
1427 fprintf_unfiltered (gdb_stdlog, "<- %s->insert_fork_catchpoint (", this->beneath ()->shortname ());
H A Dtarget.h619 virtual int insert_fork_catchpoint (int)
1672 (current_top_target ()->insert_fork_catchpoint) (pid)
H A Dfbsd-nat.c1599 fbsd_nat_target::insert_fork_catchpoint (int pid) function in class:fbsd_nat_target
H A Dlinux-nat.c635 linux_nat_target::insert_fork_catchpoint (int pid)
632 linux_nat_target::insert_fork_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c680 int insert_fork_catchpoint (int) override;
2243 remote_target::insert_fork_catchpoint (int pid)
2241 remote_target::insert_fork_catchpoint (int pid) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobsd-nat.h34 int insert_fork_catchpoint (int) override;
H A Dobsd-nat.c177 obsd_nat_target::insert_fork_catchpoint (int pid) function in class:obsd_nat_target
H A Dfbsd-nat.h93 int insert_fork_catchpoint (int) override;
H A Dlinux-nat.h115 int insert_fork_catchpoint (int) override;
H A Dtarget-delegates.c74 int insert_fork_catchpoint (int arg0) override;
248 int insert_fork_catchpoint (int arg0) override;
1415 target_ops::insert_fork_catchpoint (int arg0) function in class:target_ops
1417 return this->beneath ()->insert_fork_catchpoint (arg0);
1421 dummy_target::insert_fork_catchpoint (int arg0) function in class:dummy_target
1427 debug_target::insert_fork_catchpoint (int arg0) function in class:debug_target
1430 gdb_printf (gdb_stdlog, "-> %s->insert_fork_catchpoint (...)\n", this->beneath ()->shortname ());
1431 result = this->beneath ()->insert_fork_catchpoint (arg0);
1432 gdb_printf (gdb_stdlog, "<- %s->insert_fork_catchpoint (", this->beneath ()->shortname ());
H A Dtarget.h632 virtual int insert_fork_catchpoint (int)
H A Dfbsd-nat.c1645 fbsd_nat_target::insert_fork_catchpoint (int pid) function in class:fbsd_nat_target
H A Dtarget.c309 return current_inferior ()->top_target ()->insert_fork_catchpoint (pid);
H A Dlinux-nat.c524 linux_nat_target::insert_fork_catchpoint (int pid)
521 linux_nat_target::insert_fork_catchpoint (int pid) function in class:linux_nat_target
H A Dremote.c676 int insert_fork_catchpoint (int) override;
2377 remote_target::insert_fork_catchpoint (int pid)
2375 remote_target::insert_fork_catchpoint (int pid) function in class:remote_target

Completed in 528 milliseconds