Home
last modified time | relevance | path

Searched refs:stop_soon (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dinfrun.c2034 inferior->control.stop_soon = NO_STOP_QUIETLY; in clear_proceed_status()
2338 inferior->control.stop_soon = STOP_QUIETLY_REMOTE; in start_remote()
3159 enum stop_kind stop_soon; in handle_inferior_event() local
3200 stop_soon = inf->control.stop_soon; in handle_inferior_event()
3203 stop_soon = NO_STOP_QUIETLY; in handle_inferior_event()
3330 if (stop_soon == NO_STOP_QUIETLY) in handle_inferior_event()
3377 if (stop_soon == STOP_QUIETLY || stop_soon == NO_STOP_QUIETLY) in handle_inferior_event()
3384 if (stop_soon == NO_STOP_QUIETLY in handle_inferior_event()
4164 if (stop_soon == STOP_QUIETLY || stop_soon == STOP_QUIETLY_REMOTE) in handle_inferior_event()
4192 if (stop_soon == STOP_QUIETLY_NO_SIGSTOP in handle_inferior_event()
[all …]
H A Dinferior.h378 enum stop_kind stop_soon; member
H A Dinfcmd.c2421 inferior->control.stop_soon = NO_STOP_QUIETLY; in attach_command_post_wait()
2615 inferior->control.stop_soon = STOP_QUIETLY_NO_SIGSTOP; in attach_command()
2678 inferior->control.stop_soon = STOP_QUIETLY_REMOTE; in notice_new_inferior()
H A Dinferior.c135 inf->control.stop_soon = NO_STOP_QUIETLY; in add_inferior_silent()