HomeSort by: relevance | last modified time | path
    Searched defs:remove_fork_catchpoint (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
obsd-nat.c 183 obsd_nat_target::remove_fork_catchpoint (int pid) function in class:obsd_nat_target
rs6000-aix-nat.c 108 int remove_fork_catchpoint (int) override;
491 rs6000_nat_target::remove_fork_catchpoint (int pid) function in class:rs6000_nat_target
fbsd-nat.c 2254 fbsd_nat_target::remove_fork_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates-gen.c 75 int remove_fork_catchpoint (int arg0) override;
252 int remove_fork_catchpoint (int arg0) override;
1388 target_ops::remove_fork_catchpoint (int arg0) function in class:target_ops
1390 return this->beneath ()->remove_fork_catchpoint (arg0);
1394 dummy_target::remove_fork_catchpoint (int arg0) function in class:dummy_target
1400 debug_target::remove_fork_catchpoint (int arg0) function in class:debug_target
1402 target_debug_printf_nofunc ("-> %s->remove_fork_catchpoint (...)", this->beneath ()->shortname ());
1404 = this->beneath ()->remove_fork_catchpoint (arg0);
1405 target_debug_printf_nofunc ("<- %s->remove_fork_catchpoint (%s) = %s",
linux-nat.c 617 linux_nat_target::remove_fork_catchpoint (int pid)
614 linux_nat_target::remove_fork_catchpoint (int pid) function in class:linux_nat_target
remote.c 1142 int remove_fork_catchpoint (int) override;
2753 remote_target::remove_fork_catchpoint (int pid)
2752 remote_target::remove_fork_catchpoint (int pid) function in class:remote_target
  /src/external/gpl3/gdb.old/dist/gdb/
obsd-nat.c 182 obsd_nat_target::remove_fork_catchpoint (int pid) function in class:obsd_nat_target
rs6000-aix-nat.c 107 int remove_fork_catchpoint (int) override;
490 rs6000_nat_target::remove_fork_catchpoint (int pid) function in class:rs6000_nat_target
fbsd-nat.c 2253 fbsd_nat_target::remove_fork_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates.c 75 int remove_fork_catchpoint (int arg0) override;
252 int remove_fork_catchpoint (int arg0) override;
1388 target_ops::remove_fork_catchpoint (int arg0) function in class:target_ops
1390 return this->beneath ()->remove_fork_catchpoint (arg0);
1394 dummy_target::remove_fork_catchpoint (int arg0) function in class:dummy_target
1400 debug_target::remove_fork_catchpoint (int arg0) function in class:debug_target
1402 target_debug_printf_nofunc ("-> %s->remove_fork_catchpoint (...)", this->beneath ()->shortname ());
1404 = this->beneath ()->remove_fork_catchpoint (arg0);
1405 target_debug_printf_nofunc ("<- %s->remove_fork_catchpoint (%s) = %s",
linux-nat.c 617 linux_nat_target::remove_fork_catchpoint (int pid)
614 linux_nat_target::remove_fork_catchpoint (int pid) function in class:linux_nat_target
remote.c 1112 int remove_fork_catchpoint (int) override;
2718 remote_target::remove_fork_catchpoint (int pid)
2717 remote_target::remove_fork_catchpoint (int pid) function in class:remote_target

Completed in 82 milliseconds