comparison man/building.texi @ 68897:32dec66a83cf

(GDB Graphical Interface): Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 14 Feb 2006 21:42:11 +0000
parents 8967c7492061
children 2fb019baf00b
comparison
equal deleted inserted replaced
68896:da69cee7c84c 68897:32dec66a83cf
839 | Stack buffer | Breakpoints buffer | 839 | Stack buffer | Breakpoints buffer |
840 | | | 840 | | |
841 +--------------------------------+--------------------------------+ 841 +--------------------------------+--------------------------------+
842 @end example 842 @end example
843 843
844 However, if @code{gdb-use-inferior-io-buffer} is @code{nil}, the I/O 844 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O
845 buffer does not appear and the source buffer occupies the full width 845 buffer does not appear and the source buffer occupies the full width
846 of the frame. 846 of the frame.
847 847
848 @findex gdb-restore-windows 848 @findex gdb-restore-windows
849 If you change the window layout, for example, while editing and 849 If you change the window layout, for example, while editing and
970 @node Other GDB User Interface Buffers 970 @node Other GDB User Interface Buffers
971 @subsubsection Other Buffers 971 @subsubsection Other Buffers
972 972
973 @table @asis 973 @table @asis
974 @item Input/Output Buffer 974 @item Input/Output Buffer
975 @vindex gdb-use-inferior-io-buffer 975 @vindex gdb-use-separate-io-buffer
976 If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil}, 976 If the variable @code{gdb-use-separate-io-buffer} is non-@code{nil},
977 the executable program that is being debugged takes its input and 977 the executable program that is being debugged takes its input and
978 displays its output here. Otherwise it uses the GUD buffer for that. 978 displays its output here. Otherwise it uses the GUD buffer for that.
979 To toggle whether GUD mode uses this buffer, do @kbd{M-x 979 To toggle whether GUD mode uses this buffer, do @kbd{M-x
980 gdb-use-inferior-io-buffer}. That takes effect when you next 980 gdb-use-separate-io-buffer}. That takes effect when you next
981 restart the program you are debugging. 981 restart the program you are debugging.
982 982
983 The history and replay commands from Shell mode are available here, 983 The history and replay commands from Shell mode are available here,
984 as are the commands to send signals to the program you are debugging. 984 as are the commands to send signals to the program you are debugging.
985 @xref{Shell Mode}. 985 @xref{Shell Mode}.