Previous: Debugging Output, Up: Controlling GDB [Contents][Index]
set interactive-mode
If on
, forces ROCGDB to assume that GDB was started
in a terminal. In practice, this means that ROCGDB should wait
for the user to answer queries generated by commands entered at
the command prompt. If off
, forces ROCGDB to operate
in the opposite mode, and it uses the default answers to all queries.
If auto
(the default), ROCGDB tries to determine whether
its standard input is a terminal, and works in interactive-mode if it
is, non-interactively otherwise.
In the vast majority of cases, the debugger should be able to guess correctly which mode should be used. But this setting can be useful in certain specific cases, such as running a MinGW ROCGDB inside a cygwin window.
show interactive-mode
Displays whether the debugger is operating in interactive mode or not.