Searched refs:target_waitstatus (Results 1 – 25 of 34) sorted by relevance
12
| /freebsd-9-stable/contrib/gdb/gdb/config/ |
| D | nm-lynx.h | 26 struct target_waitstatus; 76 struct target_waitstatus *status);
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | monitor.h | 27 struct target_waitstatus; 111 struct target_waitstatus * status);
|
| D | inferior.h | 27 struct target_waitstatus; 293 struct target_waitstatus *status);
|
| D | ppc-bdm.c | 44 struct target_waitstatus *target_status); 102 bdm_ppc_wait (ptid_t ptid, struct target_waitstatus *target_status) in bdm_ppc_wait()
|
| D | infrun.c | 322 static struct target_waitstatus target_last_waitstatus; 670 struct target_waitstatus wait_status; in prepare_to_proceed() 961 struct target_waitstatus ws; 962 struct target_waitstatus *wp; 981 struct target_waitstatus tmpstatus; 1162 get_last_target_status (ptid_t *ptidp, struct target_waitstatus *status) in get_last_target_status() 3210 struct target_waitstatus last; in normal_stop() 3927 struct target_waitstatus last; in inferior_has_forked() 3945 struct target_waitstatus last; in inferior_has_vforked() 3963 struct target_waitstatus last; in inferior_has_execd()
|
| D | target.h | 134 struct target_waitstatus struct 308 ptid_t (*to_wait) (ptid_t, struct target_waitstatus *); 1216 extern void store_waitstatus (struct target_waitstatus *, int);
|
| D | inftarg.c | 53 static ptid_t child_wait (ptid_t, struct target_waitstatus *); 105 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
|
| D | remote-sim.c | 96 static ptid_t gdbsim_wait (ptid_t ptid, struct target_waitstatus *status); 665 gdbsim_wait (ptid_t ptid, struct target_waitstatus *status) in gdbsim_wait()
|
| D | wince.c | 1241 handle_output_debug_string (struct target_waitstatus *ourstatus) in handle_output_debug_string() 1277 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() 1365 get_child_debug_event (int pid, struct target_waitstatus *ourstatus, in get_child_debug_event() 1494 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1726 struct target_waitstatus dummy; in child_create_inferior()
|
| D | defs.h | 1204 struct target_waitstatus; 1237 struct target_waitstatus * status);
|
| D | remote-sds.c | 91 static ptid_t sds_wait (ptid_t, struct target_waitstatus *); 408 sds_wait (ptid_t ptid, struct target_waitstatus *status) in sds_wait()
|
| D | remote-rdi.c | 77 static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status); 470 arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status) in arm_rdi_wait()
|
| D | target.c | 103 static ptid_t debug_to_wait (ptid_t, struct target_waitstatus *); 485 (ptid_t (*) (ptid_t, struct target_waitstatus *)) in update_current_target() 1562 store_waitstatus (struct target_waitstatus *ourstatus, int hoststatus) in store_waitstatus() 1709 debug_to_wait (ptid_t ptid, struct target_waitstatus *status) in debug_to_wait()
|
| D | win32-nat.c | 914 handle_output_debug_string (struct target_waitstatus *ourstatus) in handle_output_debug_string() 1068 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() 1232 get_child_debug_event (int pid, struct target_waitstatus *ourstatus) in get_child_debug_event() 1404 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
|
| D | monitor.c | 78 static ptid_t monitor_wait (ptid_t ptid, struct target_waitstatus *status); 1052 struct target_waitstatus *status) in monitor_wait_filter() 1084 monitor_wait (ptid_t ptid, struct target_waitstatus *status) in monitor_wait()
|
| D | remote-st.c | 369 st2000_wait (ptid_t ptid, struct target_waitstatus *status) in st2000_wait()
|
| D | lynx-nat.c | 385 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
|
| D | nto-procfs.c | 62 static ptid_t procfs_wait (ptid_t, struct target_waitstatus *); 609 procfs_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in procfs_wait()
|
| D | go32-nat.c | 174 struct target_waitstatus *status); 348 go32_wait (ptid_t ptid, struct target_waitstatus *status) in go32_wait()
|
| D | lin-lwp.c | 1094 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1195 lin_lwp_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in lin_lwp_wait()
|
| D | uw-thread.c | 738 uw_thread_wait (ptid_t ptid, struct target_waitstatus *status) in uw_thread_wait()
|
| D | remote.c | 120 struct target_waitstatus *status); 122 struct target_waitstatus *status); 2881 remote_wait (ptid_t ptid, struct target_waitstatus *status) in remote_wait() 3064 remote_async_wait (ptid_t ptid, struct target_waitstatus *status) in remote_async_wait()
|
| D | remote-rdp.c | 1219 remote_rdp_wait (ptid_t ptid, struct target_waitstatus *status) in remote_rdp_wait()
|
| D | remote-mips.c | 95 struct target_waitstatus *status); 1710 mips_wait (ptid_t ptid, struct target_waitstatus *status) in mips_wait()
|
| /freebsd-9-stable/contrib/gdb/gdb/tui/ |
| D | tui-hooks.c | 202 tui_target_wait_hook (ptid_t pid, struct target_waitstatus *status) in tui_target_wait_hook()
|
12