Home
last modified time | relevance | path

Searched refs:procfs_wait (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dnto-procfs.c62 static ptid_t procfs_wait (ptid_t, struct target_waitstatus *);
609 procfs_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in procfs_wait() function
1271 procfs_ops.to_wait = procfs_wait; in init_procfs_ops()
H A Dprocfs.c128 static ptid_t procfs_wait (ptid_t, struct target_waitstatus *);
169 procfs_ops.to_wait = procfs_wait; in init_procfs_ops()
3898 procfs_wait (ptid_t ptid, struct target_waitstatus *status) in procfs_wait() function
H A DChangeLog-19942084 * (procfs_wait): Move wait_again label to ensure that we really
3263 * procfs.c (procfs_wait): Reinstate code which deduces the signal
3326 * procfs.c (procfs_wait): Use the signal from the pr_info rather
3543 * procfs.c (procfs_wait): Protect watchpoint code with appropriate
3600 * procfs.c (procfs_wait): Add cases for hardware watchpoints.
5614 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
H A DChangeLog-20016103 * procfs.c (do_attach, procfs_wait, procfs_resume)
6201 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
6266 * procfs.c (procfs_wait): Likewise, for retval whose name
6331 * procfs.c (procfs_wait): Likewise.
6709 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
7249 (procfs_wait): Restructured code which checks for certain
H A DChangeLog-19971417 * procfs.c (proc_set_exec_trap, procfs_init_inferior, procfs_wait,
1627 when the process exits; (procfs_resume, procfs_wait): cleanup
H A DChangeLog-1996838 (procfs_wait): Handle PR_DEAD event, which signals the termination
2065 (procfs_wait): Ditto.
H A DChangeLog-19983963 * procfs.c (procfs_wait): handle syscall events first.
6032 (procfs_wait): use GETPID to get process ID.
H A DChangeLog-20005097 (procfs_wait): Sysargs is a long, change printf format to match.
7982 (procfs_wait): Adjust format in some printf_filetered calls to
H A DChangeLog-19921061 * inftarg.c (child_wait), procfs.c (procfs_wait): Add calls to
1940 (proc_wait): Renamed to static procfs_wait.
H A DChangeLog2031 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2032 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
H A DChangeLog-19931430 * procfs.c (procfs_wait): Losing Unixware can't do poll on /proc
H A DChangeLog-19991312 (do_attach) (do_detach) (procfs_wait) (set_proc_siginfo)
H A DChangeLog-2003609 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.