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

  /src/external/gpl3/gdb/dist/gdb/
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-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)",
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
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
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.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-delegates.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)",
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
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

Completed in 64 milliseconds