Searched refs:target_waitstatus (Results 1 – 25 of 50) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/ |
| D | nm-lynx.h | 26 struct target_waitstatus; 76 struct target_waitstatus *status);
|
| D | nm-linux.h | 46 struct target_waitstatus; 47 extern ptid_t child_wait (ptid_t ptid, struct target_waitstatus *ourstatus);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | linux-nat.h | 60 struct target_waitstatus waitstatus; 82 struct target_waitstatus *ourstatus);
|
| D | monitor.h | 27 struct target_waitstatus; 111 struct target_waitstatus * status);
|
| D | inferior.h | 27 struct target_waitstatus; 289 struct target_waitstatus *status);
|
| D | obsd-nat.h | 27 extern ptid_t obsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus);
|
| D | ppc-bdm.c | 45 struct target_waitstatus *target_status); 103 bdm_ppc_wait (ptid_t ptid, struct target_waitstatus *target_status) in bdm_ppc_wait()
|
| D | infrun.c | 303 static struct target_waitstatus target_last_waitstatus; 644 struct target_waitstatus wait_status; in prepare_to_proceed() 909 struct target_waitstatus ws; 910 struct target_waitstatus *wp; 927 struct target_waitstatus tmpstatus; 1090 get_last_target_status (ptid_t *ptidp, struct target_waitstatus *status) in get_last_target_status() 2882 struct target_waitstatus last; in normal_stop() 3599 struct target_waitstatus last; in inferior_has_forked() 3617 struct target_waitstatus last; in inferior_has_vforked() 3635 struct target_waitstatus last; in inferior_has_execd()
|
| D | target.h | 134 struct target_waitstatus struct 306 ptid_t (*to_wait) (ptid_t, struct target_waitstatus *); 1197 extern void store_waitstatus (struct target_waitstatus *, int);
|
| D | inftarg.c | 53 static ptid_t child_wait (ptid_t, struct target_waitstatus *); 99 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
|
| D | obsd-nat.c | 76 obsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in obsd_wait()
|
| D | inf-ptrace.c | 56 struct target_waitstatus status; in inf_ptrace_follow_fork() 362 inf_ptrace_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in inf_ptrace_wait()
|
| D | remote-sim.c | 92 static ptid_t gdbsim_wait (ptid_t ptid, struct target_waitstatus *status); 661 gdbsim_wait (ptid_t ptid, struct target_waitstatus *status) in gdbsim_wait()
|
| D | wince.c | 1237 handle_output_debug_string (struct target_waitstatus *ourstatus) in handle_output_debug_string() 1273 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() 1361 get_child_debug_event (int pid, struct target_waitstatus *ourstatus, in get_child_debug_event() 1490 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1724 struct target_waitstatus dummy; in child_create_inferior()
|
| D | v850ice.c | 82 struct target_waitstatus *status); 429 v850ice_wait (ptid_t ptid, struct target_waitstatus *status) in v850ice_wait()
|
| D | defs.h | 1179 struct target_waitstatus; 1212 struct target_waitstatus * status);
|
| D | remote-sds.c | 85 static ptid_t sds_wait (ptid_t, struct target_waitstatus *); 402 sds_wait (ptid_t ptid, struct target_waitstatus *status) in sds_wait()
|
| D | remote-rdi.c | 71 static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status); 464 arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status) in arm_rdi_wait()
|
| D | hppah-nat.c | 419 struct target_waitstatus last_status; in child_follow_fork() 580 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
|
| D | linux-nat.c | 283 struct target_waitstatus last_status; in child_follow_fork() 412 struct target_waitstatus *ourstatus) in linux_handle_extended_wait() 508 struct target_waitstatus last; in kill_inferior() 1633 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1754 linux_nat_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in linux_nat_wait()
|
| D | bsd-uthread.c | 333 bsd_uthread_wait (ptid_t ptid, struct target_waitstatus *status) in bsd_uthread_wait()
|
| D | target.c | 103 static ptid_t debug_to_wait (ptid_t, struct target_waitstatus *); 490 (ptid_t (*) (ptid_t, struct target_waitstatus *)) in update_current_target() 1724 store_waitstatus (struct target_waitstatus *ourstatus, int hoststatus) in store_waitstatus() 1868 debug_to_wait (ptid_t ptid, struct target_waitstatus *status) in debug_to_wait()
|
| D | hpux-thread.c | 202 hpux_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in hpux_thread_wait()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/pa/ |
| D | nm-hppah.h | 70 struct target_waitstatus; 71 extern ptid_t child_wait (ptid_t, struct target_waitstatus *);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-hooks.c | 206 tui_target_wait_hook (ptid_t pid, struct target_waitstatus *status) in tui_target_wait_hook()
|
12