Previous: Watch Expressions, Up: GDB Graphical Interface
gdb-use-inferior-io-buffer
is non-nil
,
the executable program that is being debugged takes its input and
displays its output here, otherwise it uses the GUD buffer. To toggle
the use of this buffer, do M-x gdb-use-inferior-io-buffer.
Some of the commands from shell mode are available here. See Shell Mode.
Arrays and structures display their type only. With GDB 6.4 or later,
move point to their name and press <RET>, or alternatively click
Mouse-2 there, to examine their values. With earlier versions
of GDB, move point to their type description ([struct/union] or
[array]). See Watch Expressions.
toggle-gdb-all-registers
).
gdb-threads-select
) and
display the associated source in the source buffer. Alternatively,
click Mouse-2 on a thread to select it. If the locals buffer is
displayed then its contents update to display the variables that are
local to the new thread.