Home
last modified time | relevance | path

Searched refs:vfork_child (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/console-tools/
H A Dopenvt.c112 static NOINLINE void vfork_child(char **argv) in vfork_child() function
186 vfork_child(argv); in openvt_main()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dinferior.c228 inf->vfork_parent->vfork_child = NULL; in exit_inferior_1()
231 if (inf->vfork_child != NULL) in exit_inferior_1()
233 inf->vfork_child->vfork_parent = NULL; in exit_inferior_1()
234 inf->vfork_child = NULL; in exit_inferior_1()
547 if (inf->vfork_child) in print_inferior()
550 uiout->field_signed ("vfork-child", inf->vfork_child->num); in print_inferior()
H A Dinferior.h505 inferior *vfork_child = NULL; variable
H A Dlinux-nat.c1589 if (inf->vfork_child != NULL) in resume_lwp()
2418 if (inf->vfork_child != NULL) in stop_wait_callback()
H A Dinfrun.c498 parent_inf->vfork_child = child_inf; in follow_fork_inferior()
601 gdb_assert (parent_inf->vfork_child == NULL); in follow_fork_inferior()
604 parent_inf->vfork_child = child_inf; in follow_fork_inferior()
930 inf->vfork_parent->vfork_child = NULL; in handle_vfork_child_exec_or_exit()
H A DChangeLog-20091832 <vfork_parent, vfork_child, pending_detach>
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinferior.c269 inf->vfork_parent->vfork_child = NULL; in exit_inferior_1()
272 if (inf->vfork_child != NULL) in exit_inferior_1()
274 inf->vfork_child->vfork_parent = NULL; in exit_inferior_1()
275 inf->vfork_child = NULL; in exit_inferior_1()
603 if (inf->vfork_child) in print_inferior()
606 ui_out_field_int (uiout, "vfork-child", inf->vfork_child->num); in print_inferior()
H A Dinferior.h468 struct inferior *vfork_child; member
H A Dlinux-nat.c750 parent_inf->vfork_child = child_inf; in linux_child_follow_fork()
909 gdb_assert (parent_inf->vfork_child == NULL); in linux_child_follow_fork()
912 parent_inf->vfork_child = child_inf; in linux_child_follow_fork()
1892 if (inf->vfork_child != NULL) in resume_lwp()
2846 if (inf->vfork_child != NULL) in stop_wait_callback()
H A Dinfrun.c744 inf->vfork_parent->vfork_child = NULL; in handle_vfork_child_exec_or_exit()
784 inf->vfork_parent->vfork_child = NULL; in handle_vfork_child_exec_or_exit()
H A DChangeLog-20091832 <vfork_parent, vfork_child, pending_detach>
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dinferior.c280 inf->vfork_parent->vfork_child = NULL; in exit_inferior_1()
600 if (inf->vfork_child) in print_inferior()
603 ui_out_field_int (uiout, "vfork-child", inf->vfork_child->num); in print_inferior()
H A Dinferior.h490 struct inferior *vfork_child; member
H A Dlinux-nat.c763 parent_inf->vfork_child = child_inf; in linux_child_follow_fork()
922 gdb_assert (parent_inf->vfork_child == NULL); in linux_child_follow_fork()
925 parent_inf->vfork_child = child_inf; in linux_child_follow_fork()
1844 if (lp->stopped && inf->vfork_child != NULL) in resume_callback()
2690 if (inf->vfork_child != NULL) in stop_wait_callback()
H A Dinfrun.c670 inf->vfork_parent->vfork_child = NULL; in handle_vfork_child_exec_or_exit()
709 inf->vfork_parent->vfork_child = NULL; in handle_vfork_child_exec_or_exit()
H A DChangeLog-20091832 <vfork_parent, vfork_child, pending_detach>