Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Devent-top.c252 if (sync_execution) in display_gdb_prompt()
381 if (sync_execution) in async_enable_stdin()
388 sync_execution = 0; in async_enable_stdin()
398 sync_execution = 1; in async_disable_stdin()
H A Dannotate.c55 return (target_can_async_p () && !sync_execution); in async_background_execution_p()
H A Dinferior.h100 extern int sync_execution;
H A Dtop.c490 if (!interpreter_async && sync_execution) in execute_command()
493 if (!sync_execution) in execute_command()
H A Dinfrun.c127 int sync_execution = 0; variable
2771 int was_sync = sync_execution; in fetch_inferior_event()
2855 if (interpreter_async && was_sync && !sync_execution) in fetch_inferior_event()
3179 && target_can_async_p () && !sync_execution) in handle_inferior_event()
5974 gdb_assert (sync_execution || !target_can_async_p ()); in normal_stop()
H A Dtarget.c514 if (target_can_async_p () && !sync_execution) in target_terminal_inferior()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c180 sync_execution = 0; in mi_interpreter_resume()