Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/building.texi

    r4140 r4148  
    10021002 
    10031003@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 
     1004An arrow in the fringe points to the selected frame or, if the fringe is 
     1005not present, the number of the selected frame is displayed in reverse 
     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 
    10071008@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 the new frame. 
     1009selecting a stack frame updates it to display the local variables of the 
     1010new frame. 
    10101011 
    10111012@node Other GDB-UI Buffers 
     
    10191020here.  Otherwise it uses the GUD buffer for that.  To toggle whether 
    10201021GUD mode uses this buffer, do @kbd{M-x gdb-use-separate-io-buffer}. 
    1021 That takes effect when you next restart the program you are debugging. 
     1022This takes effect when you next restart the program you are debugging. 
    10221023 
    10231024The history and replay commands from Shell mode are available here,