aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-08-21 23:07:55 +0000
committerNick Roberts2006-08-21 23:07:55 +0000
commitb1333d4fbedcbac9623acdba934de3c5540aec94 (patch)
treeb5732136a04ce433dc2425353ef64ceba0448988
parent7d14463c7d9701bf6a284325bf6f5b7ce23834a0 (diff)
downloademacs-b1333d4fbedcbac9623acdba934de3c5540aec94.tar.gz
emacs-b1333d4fbedcbac9623acdba934de3c5540aec94.zip
(Other GDB-UI Buffers): Describe how to edit
a value in the locals buffer.
-rw-r--r--man/building.texi5
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.
1028@item Locals Buffer 1028@item Locals Buffer
1029The locals buffer displays the values of local variables of the 1029The locals buffer displays the values of local variables of the
1030current frame for simple data types (@pxref{Frame Info, Frame Info, 1030current frame for simple data types (@pxref{Frame Info, Frame Info,
1031Information on a frame, gdb, The GNU debugger}). 1031Information on a frame, gdb, The GNU debugger}). Press @key{RET} or
1032click @kbd{Mouse-2} on the value if you want to edit it.
1032 1033
1033Arrays and structures display their type only. With GDB 6.4 or later, 1034Arrays and structures display their type only. With GDB 6.4 or later,
1034move point to their name and press @key{RET}, or alternatively click 1035move 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
1040@findex toggle-gdb-all-registers 1041@findex toggle-gdb-all-registers
1041The registers buffer displays the values held by the registers 1042The registers buffer displays the values held by the registers
1042(@pxref{Registers,,, gdb, The GNU debugger}). Press @key{RET} or 1043(@pxref{Registers,,, gdb, The GNU debugger}). Press @key{RET} or
1043click @kbd{Mouse-2} on a register if you want to change its value. 1044click @kbd{Mouse-2} on a register if you want to edit its value.
1044With GDB 6.4 or later, recently changed register values display with 1045With GDB 6.4 or later, recently changed register values display with
1045@code{font-lock-warning-face}. With earlier versions of GDB, you can 1046@code{font-lock-warning-face}. With earlier versions of GDB, you can
1046press @key{SPC} to toggle the display of floating point registers 1047press @key{SPC} to toggle the display of floating point registers