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

  /src/external/gpl3/gdb/dist/gdb/
obsd-nat.c 156 /* Target hook for follow_fork. */
159 obsd_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:obsd_nat_target
163 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
process-stratum-target.c 97 process_stratum_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:process_stratum_target
rs6000-aix-nat.c 103 void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override;
457 rs6000_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:rs6000_nat_target
467 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
fbsd-nat.c 2188 /* Target hook for follow_fork. On entry and at return inferior_ptid is
2192 fbsd_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:fbsd_nat_target
2196 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
target-delegates-gen.c 78 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
255 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
1463 target_ops::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:target_ops
1465 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1469 dummy_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:dummy_target
1475 debug_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:debug_target
1477 target_debug_printf_nofunc ("-> %s->follow_fork (...)", this->beneath ()->shortname ());
1478 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1479 target_debug_printf_nofunc ("<- %s->follow_fork (%s, %s, %s, %s, %s)",
linux-nat.c 512 /* Target hook for follow_fork. */
515 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid,
519 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
513 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:linux_nat_target
infrun.c 748 follow_fork ()
1176 follow_fork and kept them stopped until now. It should therefore not be
1185 /* On non-stop targets, we stopped all the inferior's threads in follow_fork,
3562 thread as the current thread (TP) thanks to follow_fork, as
3616 if (!follow_fork ())
6408 should_resume = follow_fork ();
747 follow_fork () function
  /src/external/gpl3/gdb.old/dist/gdb/
obsd-nat.c 155 /* Target hook for follow_fork. */
158 obsd_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:obsd_nat_target
162 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
process-stratum-target.c 97 process_stratum_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:process_stratum_target
rs6000-aix-nat.c 102 void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override;
456 rs6000_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:rs6000_nat_target
466 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
fbsd-nat.c 2187 /* Target hook for follow_fork. On entry and at return inferior_ptid is
2191 fbsd_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:fbsd_nat_target
2195 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
target-delegates.c 78 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
255 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
1463 target_ops::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:target_ops
1465 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1469 dummy_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:dummy_target
1475 debug_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:debug_target
1477 target_debug_printf_nofunc ("-> %s->follow_fork (...)", this->beneath ()->shortname ());
1478 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1479 target_debug_printf_nofunc ("<- %s->follow_fork (%s, %s, %s, %s, %s)",
linux-nat.c 512 /* Target hook for follow_fork. */
515 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid,
519 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
513 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:linux_nat_target
infrun.c 744 follow_fork ()
1172 follow_fork and kept them stopped until now. It should therefore not be
1181 /* On non-stop targets, we stopped all the inferior's threads in follow_fork,
3557 thread as the current thread (TP) thanks to follow_fork, as
3611 if (!follow_fork ())
6403 should_resume = follow_fork ();
743 follow_fork () function

Completed in 56 milliseconds