Searched refs:sync_execution (Results 1 – 8 of 8) sorted by relevance
116 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()
1149 else if (sync_execution) in captured_mi_execute_command()
122 if (sync_execution) in complete_execution()
256 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()
123 extern int sync_execution;
326 if (event_loop_p && sync_execution) in throw_exception()
2823 if (!sync_execution) in remote_async_terminal_inferior()2845 if (!sync_execution) in remote_async_terminal_ours()
94 int sync_execution = 0; variable