Searched refs:follow_fork (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfork-running-state.exp24 proc do_test { detach_on_fork follow_fork non_stop schedule_multiple } {
62 if {$detach_on_fork == "off" || $follow_fork == "child"} {
68 gdb_test_no_output "set follow-fork $follow_fork"
87 if {$detach_on_fork == "off" || $follow_fork == "child"} {
101 if {$detach_on_fork == "on" && $follow_fork == "child"} {
115 set test "only $follow_fork marked running"
121 gdb_assert [string eq $follow_fork "parent"] $test
124 gdb_assert [string eq $follow_fork "child"] $test
133 if {$detach_on_fork == "off" || $follow_fork == "parent"} {
136 if {$detach_on_fork == "off" || $follow_fork
[all...]
H A Dstep-over-syscall.exp254 proc break_cond_on_syscall { syscall follow_fork detach_on_fork } {
271 gdb_test "set follow-fork-mode $follow_fork"
297 if { $follow_fork == "child" } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfork-running-state.exp24 proc do_test { detach_on_fork follow_fork non_stop schedule_multiple } {
61 if {$detach_on_fork == "off" || $follow_fork == "child"} {
67 gdb_test_no_output "set follow-fork $follow_fork"
86 if {$detach_on_fork == "off" || $follow_fork == "child"} {
100 if {$detach_on_fork == "on" && $follow_fork == "child"} {
114 set test "only $follow_fork marked running"
120 gdb_assert [string eq $follow_fork "parent"] $test
123 gdb_assert [string eq $follow_fork "child"] $test
132 if {$detach_on_fork == "off" || $follow_fork == "parent"} {
135 if {$detach_on_fork == "off" || $follow_fork
[all...]
H A Dstep-over-syscall.exp323 proc break_cond_on_syscall { syscall follow_fork detach_on_fork } {
340 gdb_test "set follow-fork-mode $follow_fork"
366 if { $follow_fork == "child" } {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobsd-nat.h33 bool follow_fork (bool, bool) override;
H A Dfbsd-nat.h84 bool follow_fork (bool, bool) override;
H A Dlinux-nat.h136 bool follow_fork (bool, bool) override;
H A Dobsd-nat.c193 /* Target hook for follow_fork. On entry and at return inferior_ptid is
197 obsd_nat_target::follow_fork (bool follow_child, bool detach_fork) function in class:obsd_nat_target
H A Dtarget-delegates.c59 bool follow_fork (bool arg0, bool arg1) override;
230 bool follow_fork (bool arg0, bool arg1) override;
1514 target_ops::follow_fork (bool arg0, bool arg1) function in class:target_ops
1516 return this->beneath ()->follow_fork (arg0, arg1);
1520 dummy_target::follow_fork (bool arg0, bool arg1) function in class:dummy_target
1526 debug_target::follow_fork (bool arg0, bool arg1) function in class:debug_target
1529 fprintf_unfiltered (gdb_stdlog, "-> %s->follow_fork (...)\n", this->beneath ()->shortname ());
1530 result = this->beneath ()->follow_fork (arg0, arg1);
1531 fprintf_unfiltered (gdb_stdlog, "<- %s->follow_fork (", this->beneath ()->shortname ());
H A Dfbsd-nat.c1548 /* Target hook for follow_fork. On entry and at return inferior_ptid is
1552 fbsd_nat_target::follow_fork (bool follow_child, bool detach_fork) function in class:fbsd_nat_target
H A Dtarget.h627 virtual bool follow_fork (bool, bool)
H A Dinfrun.c693 follow_fork ()
2939 if (!follow_fork ())
5416 bool should_resume = follow_fork ();
692 follow_fork () function
H A Dtarget.c2123 return current_top_target ()->follow_fork (follow_child, detach_fork);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobsd-nat.h32 void follow_fork (inferior *inf, ptid_t, target_waitkind, bool, bool) override;
H A Dobsd-nat.c156 /* 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,
H A Dprocess-stratum-target.h77 /* Default implementation of follow_fork.
82 void follow_fork (inferior *child_inf, ptid_t child_ptid,
H A Dfbsd-nat.h91 void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override;
H A Dprocess-stratum-target.c112 process_stratum_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:process_stratum_target
H A Dlinux-nat.h130 void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override;
H A Drs6000-aix-nat.c100 void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override;
290 rs6000_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:rs6000_nat_target
300 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
H A Dfbsd-nat.c1592 /* Target hook for follow_fork. On entry and at return inferior_ptid is
1596 fbsd_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:fbsd_nat_target
1600 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
H A Dtarget-delegates.c78 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
252 void follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) override;
1519 target_ops::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:target_ops
1521 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1525 dummy_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:dummy_target
1531 debug_target::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4) function in class:debug_target
1533 gdb_printf (gdb_stdlog, "-> %s->follow_fork (...)\n", this->beneath ()->shortname ());
1534 this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
1535 gdb_printf (gdb_stdlog, "<- %s->follow_fork (", this->beneath ()->shortname ());
H A Dlinux-nat.c425 /* Target hook for follow_fork. */
428 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid,
432 inf_ptrace_target::follow_fork (child_inf, child_ptid, fork_kind,
426 linux_nat_target::follow_fork (inferior *child_inf, ptid_t child_ptid, function in class:linux_nat_target
H A Dtarget.h640 virtual void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool)
1707 /* Call the follow_fork method on the current target stack.
H A Dinfrun.c695 follow_fork ()
1074 follow_fork and kept them stopped until now. It should therefore not be
1083 /* On non-stop targets, we stopped all the inferior's threads in follow_fork,
3147 if (!follow_fork ())
5702 bool should_resume = follow_fork ();
694 follow_fork () function

Completed in 409 milliseconds

12