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

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c 713 /* Implement the "remove_exec_catchpoint" target_ops method. */
716 nbsd_nat_target::remove_exec_catchpoint (int pid) function in class:nbsd_nat_target
fbsd-nat.c 2298 fbsd_nat_target::remove_exec_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates-gen.c 81 int remove_exec_catchpoint (int arg0) override;
258 int remove_exec_catchpoint (int arg0) override;
1536 target_ops::remove_exec_catchpoint (int arg0) function in class:target_ops
1538 return this->beneath ()->remove_exec_catchpoint (arg0);
1542 dummy_target::remove_exec_catchpoint (int arg0) function in class:dummy_target
1548 debug_target::remove_exec_catchpoint (int arg0) function in class:debug_target
1550 target_debug_printf_nofunc ("-> %s->remove_exec_catchpoint (...)", this->beneath ()->shortname ());
1552 = this->beneath ()->remove_exec_catchpoint (arg0);
1553 target_debug_printf_nofunc ("<- %s->remove_exec_catchpoint (%s) = %s",
linux-nat.c 641 linux_nat_target::remove_exec_catchpoint (int pid)
638 linux_nat_target::remove_exec_catchpoint (int pid) function in class:linux_nat_target
remote.c 1146 int remove_exec_catchpoint (int) override;
2789 remote_target::remove_exec_catchpoint (int pid)
2788 remote_target::remove_exec_catchpoint (int pid) function in class:remote_target
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c 713 /* Implement the "remove_exec_catchpoint" target_ops method. */
716 nbsd_nat_target::remove_exec_catchpoint (int pid) function in class:nbsd_nat_target
fbsd-nat.c 2298 fbsd_nat_target::remove_exec_catchpoint (int pid) function in class:fbsd_nat_target
target-delegates-gen.c 81 int remove_exec_catchpoint (int arg0) override;
262 int remove_exec_catchpoint (int arg0) override;
1544 target_ops::remove_exec_catchpoint (int arg0) function in class:target_ops
1546 return this->beneath ()->remove_exec_catchpoint (arg0);
1550 dummy_target::remove_exec_catchpoint (int arg0) function in class:dummy_target
1556 debug_target::remove_exec_catchpoint (int arg0) function in class:debug_target
1558 target_debug_printf_nofunc ("-> %s->remove_exec_catchpoint (...)", this->beneath ()->shortname ());
1560 = this->beneath ()->remove_exec_catchpoint (arg0);
1561 target_debug_printf_nofunc ("<- %s->remove_exec_catchpoint (%s) = %s",
linux-nat.c 637 linux_nat_target::remove_exec_catchpoint (int pid)
634 linux_nat_target::remove_exec_catchpoint (int pid) function in class:linux_nat_target
remote.c 1148 int remove_exec_catchpoint (int) override;
2797 remote_target::remove_exec_catchpoint (int pid)
2796 remote_target::remove_exec_catchpoint (int pid) function in class:remote_target

Completed in 39 milliseconds