Home
last modified time | relevance | path

Searched refs:has_vforked (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhppah-nat.c420 int has_vforked; in child_follow_fork() local
424 has_vforked = (last_status.kind == TARGET_WAITKIND_VFORKED); in child_follow_fork()
435 if (! has_vforked) in child_follow_fork()
483 if (has_vforked) in child_follow_fork()
489 if (! has_vforked) in child_follow_fork()
512 if (!has_vforked) in child_follow_fork()
516 if (has_vforked) in child_follow_fork()
H A Dlinux-nat.c284 int has_vforked; in child_follow_fork() local
288 has_vforked = (last_status.kind == TARGET_WAITKIND_VFORKED); in child_follow_fork()
309 if (has_vforked) in child_follow_fork()
367 if (! has_vforked) in child_follow_fork()
395 if (has_vforked) in child_follow_fork()
H A DChangeLog-19981396 (resume): Remove 3 local variables: Child_pid, has_forked, has_vforked.