Home
last modified time | relevance | path

Searched refs:status_pending (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/
Dfbsd-low.c317 event_child->status_pending = 0; in check_removed_breakpoint()
425 event_child->lwpid, event_child->status_pending); in fbsd_wait_for_event()
426 wstat = event_child->status_pending; in fbsd_wait_for_event()
428 event_child->status_pending = 0; in fbsd_wait_for_event()
745 process->status_pending = wstat; in wait_for_sigstop()
Dfbsd-low.h94 int status_pending; member