diff options
| author | Nick Roberts <nickrob@snap.net.nz> | 2006-08-21 23:07:55 +0000 |
|---|---|---|
| committer | Nick Roberts <nickrob@snap.net.nz> | 2006-08-21 23:07:55 +0000 |
| commit | b1333d4fbedcbac9623acdba934de3c5540aec94 (patch) | |
| tree | b5732136a04ce433dc2425353ef64ceba0448988 /man/building.texi | |
| parent | 7d14463c7d9701bf6a284325bf6f5b7ce23834a0 (diff) | |
| download | emacs-b1333d4fbedcbac9623acdba934de3c5540aec94.tar.gz | |
(Other GDB-UI Buffers): Describe how to edit
a value in the locals buffer.
Diffstat (limited to 'man/building.texi')
| -rw-r--r-- | man/building.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index 68aeb023b76..01cdf88fe39 100644 --- a/man/building.texi +++ b/man/building.texi @@ -1028,7 +1028,8 @@ as are the commands to send signals to the debugged program. @item Locals Buffer 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}). +Information on a frame, gdb, The GNU debugger}). Press @key{RET} or +click @kbd{Mouse-2} on the value if you want to edit it. Arrays and structures display their type only. With GDB 6.4 or later, move point to their name and press @key{RET}, or alternatively click @@ -1040,7 +1041,7 @@ of GDB, use @kbd{Mouse-2} or @key{RET} on the type description @findex toggle-gdb-all-registers The registers buffer displays the values held by the registers (@pxref{Registers,,, gdb, The GNU debugger}). Press @key{RET} or -click @kbd{Mouse-2} on a register if you want to change its value. +click @kbd{Mouse-2} on a register if you want to edit its value. With GDB 6.4 or later, recently changed register values display with @code{font-lock-warning-face}. With earlier versions of GDB, you can press @key{SPC} to toggle the display of floating point registers |
