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

  /src/external/gpl3/gdb.old/dist/gdb/
fbsd-nat.h 110 int remove_vfork_catchpoint (int) override;
linux-nat.h 118 int remove_vfork_catchpoint (int) override;
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",
target.h 659 virtual int remove_vfork_catchpoint (int)
fbsd-nat.c 2266 fbsd_nat_target::remove_vfork_catchpoint (int pid) function in class:fbsd_nat_target
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
target.c 309 return current_inferior ()->top_target ()->remove_vfork_catchpoint (pid);
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/dist/gdb/
fbsd-nat.h 110 int remove_vfork_catchpoint (int) override;
linux-nat.h 121 int remove_vfork_catchpoint (int) override;
target-delegates-gen.c 77 int remove_vfork_catchpoint (int arg0) override;
258 int remove_vfork_catchpoint (int arg0) override;
1446 target_ops::remove_vfork_catchpoint (int arg0) function in class:target_ops
1448 return this->beneath ()->remove_vfork_catchpoint (arg0);
1452 dummy_target::remove_vfork_catchpoint (int arg0) function in class:dummy_target
1458 debug_target::remove_vfork_catchpoint (int arg0) function in class:debug_target
1460 target_debug_printf_nofunc ("-> %s->remove_vfork_catchpoint (...)", this->beneath ()->shortname ());
1462 = this->beneath ()->remove_vfork_catchpoint (arg0);
1463 target_debug_printf_nofunc ("<- %s->remove_vfork_catchpoint (%s) = %s",
target.h 659 virtual int remove_vfork_catchpoint (int)
fbsd-nat.c 2266 fbsd_nat_target::remove_vfork_catchpoint (int pid) function in class:fbsd_nat_target
linux-nat.c 625 linux_nat_target::remove_vfork_catchpoint (int pid)
622 linux_nat_target::remove_vfork_catchpoint (int pid) function in class:linux_nat_target
target.c 309 return current_inferior ()->top_target ()->remove_vfork_catchpoint (pid);
remote.c 1146 int remove_vfork_catchpoint (int) override;
2779 remote_target::remove_vfork_catchpoint (int pid)
2778 remote_target::remove_vfork_catchpoint (int pid) function in class:remote_target

Completed in 47 milliseconds