Make the interpreters be per UI
[deliverable/binutils-gdb.git] / gdb / interps.h
index 19cd1c220ac33e7e2c9a446f4e66d51f98700fd3..f0badc5e6c77dfec234d526dd0e62f992c05757c 100644 (file)
@@ -93,15 +93,6 @@ extern struct interp *top_level_interpreter (void);
 
 extern struct interp *command_interp (void);
 
-/* True if the current interpreter is in async mode, false if in sync
-   mode.  If in sync mode, running a synchronous execution command
-   (with execute_command, e.g, "next") will not return until the
-   command is finished.  If in async mode, then running a synchronous
-   command returns right after resuming the target.  Waiting for the
-   command's completion is later done on the top event loop (using
-   continuations).  */
-extern int interpreter_async;
-
 extern void clear_interpreter_hooks (void);
 
 /* well-known interpreters */
This page took 0.024902 seconds and 4 git commands to generate.