diff options
Diffstat (limited to 'gdb/interps.c')
-rw-r--r-- | gdb/interps.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/interps.c b/gdb/interps.c index f042806..ff8daf8 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -43,6 +43,12 @@ #include "exceptions.h" #include "continuations.h" +/* True if the current interpreter in is async mode. See interps.h + for more details. This starts out disabled, until all the explicit + command line arguments (e.g., `gdb -ex "start" -ex "next"') are + processed. */ +int interpreter_async = 0; + struct interp { /* This is the name in "-i=" and set interpreter. */ |