PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in...
[deliverable/binutils-gdb.git] / gdb / interps.h
index 568b5df1ea90a6371aa4e78c413360e3e7960ce6..13edf42bf8236f9277a11f1b6fa3a3df5737ef9c 100644 (file)
@@ -96,6 +96,8 @@ extern int current_interp_set_logging (int start_log, struct ui_file *out,
 extern void *top_level_interpreter_data (void);
 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
This page took 0.025667 seconds and 4 git commands to generate.