Changeset 4148 for trunk/man/building.texi
- Timestamp:
- 08/18/06 08:35:31 (2 years ago)
- Files:
-
- trunk/man/building.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/building.texi
r4140 r4148 1002 1002 1003 1003 @findex gdb-frames-select 1004 The selected frame number is displayed in reverse contrast. To 1005 select a frame in GDB, move point in the stack buffer to that stack 1006 frame and type @key{RET} (@code{gdb-frames-select}), or click 1004 An arrow in the fringe points to the selected frame or, if the fringe is 1005 not present, the number of the selected frame is displayed in reverse 1006 contrast. To select a frame in GDB, move point in the stack buffer to 1007 that stack frame and type @key{RET} (@code{gdb-frames-select}), or click 1007 1008 @kbd{Mouse-2} on a stack frame. If the locals buffer is visible, 1008 selecting a stack frame updates it to display the local variables of 1009 thenew frame.1009 selecting a stack frame updates it to display the local variables of the 1010 new frame. 1010 1011 1011 1012 @node Other GDB-UI Buffers … … 1019 1020 here. Otherwise it uses the GUD buffer for that. To toggle whether 1020 1021 GUD mode uses this buffer, do @kbd{M-x gdb-use-separate-io-buffer}. 1021 Th attakes effect when you next restart the program you are debugging.1022 This takes effect when you next restart the program you are debugging. 1022 1023 1023 1024 The history and replay commands from Shell mode are available here,
