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

  /src/external/gpl3/gdb/dist/gdb/
fbsd-nat.c 2266 fbsd_nat_target::remove_vfork_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates-gen.c 77 int remove_vfork_catchpoint (int arg0) override;
254 int remove_vfork_catchpoint (int arg0) override;
1438 target_ops::remove_vfork_catchpoint (int arg0) function in class:target_ops
1440 return this->beneath ()->remove_vfork_catchpoint (arg0);
1444 dummy_target::remove_vfork_catchpoint (int arg0) function in class:dummy_target
1450 debug_target::remove_vfork_catchpoint (int arg0) function in class:debug_target
1452 target_debug_printf_nofunc ("-> %s->remove_vfork_catchpoint (...)", this->beneath ()->shortname ());
1454 = this->beneath ()->remove_vfork_catchpoint (arg0);
1455 target_debug_printf_nofunc ("<- %s->remove_vfork_catchpoint (%s) = %s",
linux-nat.c 629 linux_nat_target::remove_vfork_catchpoint (int pid)
626 linux_nat_target::remove_vfork_catchpoint (int pid) function in class:linux_nat_target
remote.c 1144 int remove_vfork_catchpoint (int) override;
2771 remote_target::remove_vfork_catchpoint (int pid)
2770 remote_target::remove_vfork_catchpoint (int pid) function in class:remote_target
  /src/external/gpl3/gdb.old/dist/gdb/
fbsd-nat.c 2265 fbsd_nat_target::remove_vfork_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates.c 77 int remove_vfork_catchpoint (int arg0) override;
254 int remove_vfork_catchpoint (int arg0) override;
1438 target_ops::remove_vfork_catchpoint (int arg0) function in class:target_ops
1440 return this->beneath ()->remove_vfork_catchpoint (arg0);
1444 dummy_target::remove_vfork_catchpoint (int arg0) function in class:dummy_target
1450 debug_target::remove_vfork_catchpoint (int arg0) function in class:debug_target
1452 target_debug_printf_nofunc ("-> %s->remove_vfork_catchpoint (...)", this->beneath ()->shortname ());
1454 = this->beneath ()->remove_vfork_catchpoint (arg0);
1455 target_debug_printf_nofunc ("<- %s->remove_vfork_catchpoint (%s) = %s",
linux-nat.c 629 linux_nat_target::remove_vfork_catchpoint (int pid)
626 linux_nat_target::remove_vfork_catchpoint (int pid) function in class:linux_nat_target
remote.c 1114 int remove_vfork_catchpoint (int) override;
2736 remote_target::remove_vfork_catchpoint (int pid)
2735 remote_target::remove_vfork_catchpoint (int pid) function in class:remote_target

Completed in 93 milliseconds