aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-08-15 00:33:09 +0000
committerNick Roberts2006-08-15 00:33:09 +0000
commita7acd30f0cb170d96069065f0a60617cc0d75fa8 (patch)
treecbaa447d89413623fb8afdbea685f5df7274f4cf
parent8b12cd99d2b2a49d3608a9419b9a82a53d2cd002 (diff)
downloademacs-a7acd30f0cb170d96069065f0a60617cc0d75fa8.tar.gz
emacs-a7acd30f0cb170d96069065f0a60617cc0d75fa8.zip
(Stack Buffer): Explain fringe arrow.
-rw-r--r--man/building.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/building.texi b/man/building.texi
index 8b479960e71..68aeb023b76 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -1001,12 +1001,13 @@ of the nested subroutine calls (@dfn{stack frames}) now active in the
1001program. @xref{Backtrace,, Backtraces, gdb, The GNU debugger}. 1001program. @xref{Backtrace,, Backtraces, gdb, The GNU debugger}.
1002 1002
1003@findex gdb-frames-select 1003@findex gdb-frames-select
1004 The selected frame number is displayed in reverse contrast. To 1004An arrow in the fringe points to the selected frame or, if the fringe is
1005select a frame in GDB, move point in the stack buffer to that stack 1005not present, the number of the selected frame is displayed in reverse
1006frame and type @key{RET} (@code{gdb-frames-select}), or click 1006contrast. To select a frame in GDB, move point in the stack buffer to
1007that stack frame and type @key{RET} (@code{gdb-frames-select}), or click
1007@kbd{Mouse-2} on a stack frame. If the locals buffer is visible, 1008@kbd{Mouse-2} on a stack frame. If the locals buffer is visible,
1008selecting a stack frame updates it to display the local variables of 1009selecting a stack frame updates it to display the local variables of the
1009the new frame. 1010new frame.
1010 1011
1011@node Other GDB-UI Buffers 1012@node Other GDB-UI Buffers
1012@subsubsection Other Buffers 1013@subsubsection Other Buffers
@@ -1018,7 +1019,7 @@ If the variable @code{gdb-use-separate-io-buffer} is non-@code{nil},
1018the program being debugged takes its input and displays its output 1019the program being debugged takes its input and displays its output
1019here. Otherwise it uses the GUD buffer for that. To toggle whether 1020here. Otherwise it uses the GUD buffer for that. To toggle whether
1020GUD mode uses this buffer, do @kbd{M-x gdb-use-separate-io-buffer}. 1021GUD mode uses this buffer, do @kbd{M-x gdb-use-separate-io-buffer}.
1021That takes effect when you next restart the program you are debugging. 1022This takes effect when you next restart the program you are debugging.
1022 1023
1023The history and replay commands from Shell mode are available here, 1024The history and replay commands from Shell mode are available here,
1024as are the commands to send signals to the debugged program. 1025as are the commands to send signals to the debugged program.