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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.h 132 void follow_clone (ptid_t) override;
target-delegates-gen.c 79 void follow_clone (ptid_t arg0) override;
256 void follow_clone (ptid_t arg0) override;
1489 target_ops::follow_clone (ptid_t arg0) function in class:target_ops
1491 this->beneath ()->follow_clone (arg0);
1495 dummy_target::follow_clone (ptid_t arg0) function in class:dummy_target
1501 debug_target::follow_clone (ptid_t arg0) function in class:debug_target
1503 target_debug_printf_nofunc ("-> %s->follow_clone (...)", this->beneath ()->shortname ());
1504 this->beneath ()->follow_clone (arg0);
1505 target_debug_printf_nofunc ("<- %s->follow_clone (%s)",
target.h 667 virtual void follow_clone (ptid_t child_ptid)
linux-nat.c 1979 linux_nat_target::follow_clone (ptid_t child_ptid)
2112 /* Save the status again, we'll use it in follow_clone. */
1973 linux_nat_target::follow_clone (ptid_t child_ptid) function in class:linux_nat_target
remote.c 1139 void follow_clone (ptid_t child_ptid) override;
6578 remote_target::follow_clone (ptid_t child_ptid)
7777 catchpoint and have not yet called follow_fork/follow_clone, which
infrun.c 6413 inf->top_target ()->follow_clone (ecs->ws.child_ptid ());
  /src/external/gpl3/gdb/dist/gdb/
linux-nat.h 135 void follow_clone (ptid_t) override;
target-delegates-gen.c 79 void follow_clone (ptid_t arg0) override;
260 void follow_clone (ptid_t arg0) override;
1497 target_ops::follow_clone (ptid_t arg0) function in class:target_ops
1499 this->beneath ()->follow_clone (arg0);
1503 dummy_target::follow_clone (ptid_t arg0) function in class:dummy_target
1509 debug_target::follow_clone (ptid_t arg0) function in class:debug_target
1511 target_debug_printf_nofunc ("-> %s->follow_clone (...)", this->beneath ()->shortname ());
1512 this->beneath ()->follow_clone (arg0);
1513 target_debug_printf_nofunc ("<- %s->follow_clone (%s)",
target.h 667 virtual void follow_clone (ptid_t child_ptid)
linux-nat.c 1975 linux_nat_target::follow_clone (ptid_t child_ptid)
2112 /* Save the status again, we'll use it in follow_clone. */
1969 linux_nat_target::follow_clone (ptid_t child_ptid) function in class:linux_nat_target
remote.c 1141 void follow_clone (ptid_t child_ptid) override;
6608 remote_target::follow_clone (ptid_t child_ptid)
7807 catchpoint and have not yet called follow_fork/follow_clone, which
infrun.c 6424 inf->top_target ()->follow_clone (ecs->ws.child_ptid ());

Completed in 65 milliseconds