mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(Watch Expressions): Expand description.
(Other GDB User Interface Buffers): Describe local map for gud-watch.
This commit is contained in:
parent
b581a7273b
commit
42cb485e8c
@ -953,8 +953,10 @@ The locals buffer displays the values of local variables of the
|
||||
current frame for simple data types (@pxref{Frame Info, Frame Info,
|
||||
Information on a frame, gdb, The GNU debugger}).
|
||||
|
||||
Arrays and structures display their type only. You must display them
|
||||
separately to examine their values. @xref{Watch Expressions}.
|
||||
Arrays and structures display their type only. Move point to their
|
||||
type description ([struct/union] or [array]) and press @key{RET}, or
|
||||
alternatively click @kbd{Mouse-2} there, to examine their values.
|
||||
@xref{Watch Expressions}.
|
||||
|
||||
@item Registers Buffer
|
||||
@findex toggle-gdb-all-registers
|
||||
|
Loading…
Reference in New Issue
Block a user