Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c223 cleanup = make_cleanup_restore_integer (&interpreter_async); in python_interactive_command()
224 interpreter_async = 0; in python_interactive_command()
367 make_cleanup_restore_integer (&interpreter_async); in python_command()
368 interpreter_async = 0; in python_command()
545 make_cleanup_restore_integer (&interpreter_async); in execute_gdb_command()
546 interpreter_async = 0; in execute_gdb_command()
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-script.c340 make_cleanup_restore_integer (&interpreter_async); in execute_user_command()
341 interpreter_async = 0; in execute_user_command()
613 old_chain = make_cleanup_restore_integer (&interpreter_async); in while_command()
614 interpreter_async = 0; in while_command()
637 old_chain = make_cleanup_restore_integer (&interpreter_async); in if_command()
638 interpreter_async = 0; in if_command()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinf-loop.c106 if (interpreter_async) in inferior_event_handler()
H A Dinterps.h107 extern int interpreter_async;
H A Dtop.c490 if (!interpreter_async && sync_execution) in execute_command()
523 make_cleanup_restore_integer (&interpreter_async); in execute_command_to_string()
524 interpreter_async = 0; in execute_command_to_string()
H A Dinterps.c49 int interpreter_async = 0; variable
H A Dmain.c259 interpreter_async = 1; in captured_command_loop()
H A Dinfrun.c2855 if (interpreter_async && was_sync && !sync_execution) in fetch_inferior_event()