Home
last modified time | relevance | path

Searched refs:sync_execution (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/mi/
HDmi-interp.c116 sync_execution = 0; in mi_interpreter_resume()
246 sync_execution = 1; in mi_cmd_interpreter_exec()
255 sync_execution = 0; in mi_cmd_interpreter_exec()
HDmi-main.c1149 else if (sync_execution) in captured_mi_execute_command()
/freebsd-11-stable/contrib/gdb/gdb/
HDinf-loop.c122 if (sync_execution) in complete_execution()
HDevent-top.c256 if (target_executing && sync_execution) in display_gdb_prompt()
432 sync_execution = 0; in async_enable_stdin()
441 sync_execution = 1; in async_disable_stdin()
HDinferior.h123 extern int sync_execution;
HDtop.c326 if (event_loop_p && sync_execution) in throw_exception()
HDremote.c2823 if (!sync_execution) in remote_async_terminal_inferior()
2845 if (!sync_execution) in remote_async_terminal_ours()
HDinfrun.c94 int sync_execution = 0; variable