Home
last modified time | relevance | path

Searched refs:TARGET_WAITKIND_EXITED (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-st.c374 status->kind = TARGET_WAITKIND_EXITED; in st2000_wait()
Dlynx-nat.c482 ourstatus->kind = TARGET_WAITKIND_EXITED; in child_wait()
Dtarget.h80 TARGET_WAITKIND_EXITED, enumerator
Dremote-sim.c692 status->kind = TARGET_WAITKIND_EXITED; in gdbsim_wait()
Dinfrun.c1293 if (ecs->ws.kind != TARGET_WAITKIND_EXITED in handle_inferior_event()
1354 case TARGET_WAITKIND_EXITED: in handle_inferior_event()
2897 && last.kind != TARGET_WAITKIND_EXITED) in normal_stop()
Dv850ice.c466 status->kind = TARGET_WAITKIND_EXITED; in v850ice_wait()
Dremote-sds.c407 status->kind = TARGET_WAITKIND_EXITED; in sds_wait()
Dremote-rdi.c467 TARGET_WAITKIND_EXITED : TARGET_WAITKIND_STOPPED); in arm_rdi_wait()
Dremote.c2798 status->kind = TARGET_WAITKIND_EXITED; in remote_wait()
2928 status->kind = TARGET_WAITKIND_EXITED; in remote_wait()
2981 status->kind = TARGET_WAITKIND_EXITED; in remote_async_wait()
3117 status->kind = TARGET_WAITKIND_EXITED; in remote_async_wait()
Dtarget.c1735 ourstatus->kind = TARGET_WAITKIND_EXITED; in store_waitstatus()
1880 case TARGET_WAITKIND_EXITED: in debug_to_wait()
Dremote-rdp.c1226 status->kind = TARGET_WAITKIND_EXITED; in remote_rdp_wait()
Dremote-mips.c1830 status->kind = TARGET_WAITKIND_EXITED; in mips_wait()
1850 status->kind = TARGET_WAITKIND_EXITED; in mips_wait()
Dremote-vx.c985 status->kind = TARGET_WAITKIND_EXITED; in vx_wait()
Dthread-db.c949 if (ourstatus->kind == TARGET_WAITKIND_EXITED) in thread_db_wait()
Dremote-m32r-sdi.c697 status->kind = TARGET_WAITKIND_EXITED; in m32r_wait()
Dnto-procfs.c688 ourstatus->kind = TARGET_WAITKIND_EXITED; in procfs_wait()
Dsol-thread.c453 if (ourstatus->kind != TARGET_WAITKIND_EXITED) in sol_thread_wait()
Dgo32-nat.c440 status->kind = TARGET_WAITKIND_EXITED; in go32_wait()
Dmonitor.c1091 status->kind = TARGET_WAITKIND_EXITED; in monitor_wait()
Dwince.c1426 ourstatus->kind = TARGET_WAITKIND_EXITED; in get_child_debug_event()
Dwin32-nat.c1317 ourstatus->kind = TARGET_WAITKIND_EXITED; in get_child_debug_event()
Dgnu-nat.c1604 status->kind == TARGET_WAITKIND_EXITED ? "EXITED" in gnu_wait()
DChangeLog-19991431 (handle_inferior_event): Case TARGET_WAITKIND_EXITED: replace