Home
last modified time | relevance | path

Searched refs:TARGET_WAITKIND_IGNORE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDfork-child.c440 if (ws.kind == TARGET_WAITKIND_IGNORE) in startup_inferior()
HDrecord-full.c1208 status->kind = TARGET_WAITKIND_IGNORE; in record_full_wait_1()
1234 if (status->kind == TARGET_WAITKIND_IGNORE) in record_full_wait_1()
1507 if (status->kind != TARGET_WAITKIND_IGNORE) in record_full_wait()
HDtarget.h149 TARGET_WAITKIND_IGNORE, enumerator
HDremote.c5232 if (stop_reply->ws.kind == TARGET_WAITKIND_IGNORE) in remote_notif_stop_ack()
5449 event->ws.kind = TARGET_WAITKIND_IGNORE; in remote_parse_stop_reply()
5822 status->kind = TARGET_WAITKIND_IGNORE; in remote_wait_ns()
5845 status->kind = TARGET_WAITKIND_IGNORE; in remote_wait_as()
5957 if (status->kind == TARGET_WAITKIND_IGNORE) in remote_wait_as()
HDtarget.c3906 case TARGET_WAITKIND_IGNORE: in target_waitstatus_to_string()
HDinfrun.c3161 if (ecs->ws.kind == TARGET_WAITKIND_IGNORE) in handle_inferior_event()