Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c341 event_child->status_pending_p = 0; in check_removed_breakpoint()
351 status_pending_p (struct inferior_list_entry *entry, void *dummy) in status_pending_p() function
355 if (process->status_pending_p) in status_pending_p()
368 return process->status_pending_p; in status_pending_p()
442 find_inferior (&all_processes, status_pending_p, NULL); in linux_wait_for_event()
449 if (event_child->status_pending_p in linux_wait_for_event()
456 if (event_child->status_pending_p) in linux_wait_for_event()
462 event_child->status_pending_p = 0; in linux_wait_for_event()
805 process->status_pending_p = 1; in wait_for_sigstop()
1033 if (process->status_pending_p) in resume_status_pending_p()
[all …]
H A Dlinux-low.h91 int status_pending_p; member
H A DChangeLog364 (check_removed_breakpoints, status_pending_p): New functions.