Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
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()
849 && (process->status_pending_p || process->pending_signals != NULL in linux_resume_one_process()
[all …]
Dlinux-low.h91 int status_pending_p; member
DChangeLog364 (check_removed_breakpoints, status_pending_p): New functions.