HomeSort by: relevance | last modified time | path
    Searched defs:stop_soon (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
inferior.h 312 : stop_soon (NO_STOP_QUIETLY)
317 : stop_soon (when)
322 enum stop_kind stop_soon;
321 enum stop_kind stop_soon; member in struct:inferior_control_state
infrun.c 3159 inferior->control.stop_soon = NO_STOP_QUIETLY;
3818 inf->control.stop_soon = STOP_QUIETLY_REMOTE;
4758 if (inf == nullptr || inf->control.stop_soon == NO_STOP_QUIETLY)
5223 /* Return the STOP_SOON field of the inferior pointed at by ECS. */
5231 return inf->control.stop_soon;
6178 stop_kind stop_soon = get_inferior_stop_soon (ecs);
6179 if (stop_soon == NO_STOP_QUIETLY)
6223 if (stop_soon == STOP_QUIETLY || stop_soon == NO_STOP_QUIETLY)
6227 if (stop_soon == NO_STOP_QUIETLY
6172 stop_kind stop_soon = get_inferior_stop_soon (ecs); local
6847 enum stop_kind stop_soon; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.h 318 : stop_soon (NO_STOP_QUIETLY)
323 : stop_soon (when)
328 enum stop_kind stop_soon;
327 enum stop_kind stop_soon; member in struct:inferior_control_state
infrun.c 3154 inferior->control.stop_soon = NO_STOP_QUIETLY;
3813 inf->control.stop_soon = STOP_QUIETLY_REMOTE;
4753 if (inf == nullptr || inf->control.stop_soon == NO_STOP_QUIETLY)
5218 /* Return the STOP_SOON field of the inferior pointed at by ECS. */
5226 return inf->control.stop_soon;
6173 stop_kind stop_soon = get_inferior_stop_soon (ecs);
6174 if (stop_soon == NO_STOP_QUIETLY)
6218 if (stop_soon == STOP_QUIETLY || stop_soon == NO_STOP_QUIETLY)
6222 if (stop_soon == NO_STOP_QUIETLY
6167 stop_kind stop_soon = get_inferior_stop_soon (ecs); local
6842 enum stop_kind stop_soon; local
    [all...]

Completed in 44 milliseconds