Searched refs:waitval (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c868 int waitval = 0; local
870 waitpid (inferior_ptid.pid (), &waitval, WNOHANG);
881 ourstatus->value.integer = WEXITSTATUS (waitval);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c849 int waitval = 0; local
851 waitpid (inferior_ptid.pid (), &waitval, WNOHANG);
860 ourstatus->set_exited (WEXITSTATUS (waitval));

Completed in 278 milliseconds