emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/building.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/building.texi [lexbind]
Date: Mon, 25 Oct 2004 00:42:24 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.23.2.9 emacs/man/building.texi:1.23.2.10
*** emacs/man/building.texi:1.23.2.9    Wed Oct  6 05:21:53 2004
--- emacs/man/building.texi     Mon Oct 25 04:19:40 2004
***************
*** 336,346 ****
  @findex gdb
  Run GDB as a subprocess of Emacs.  If the variable
  @code{gud-gdb-command-name} is ``gdb --annotate=3'' (the default
! value) then GDB starts as for @kbd{M-x gdba} below.  If you want to
! GDB to start as in Emacs 21.3 and earlier then set
! @code{gud-gdb-command-name} to ``gdb --fullname''.  In this case, the
! command creates a buffer for input and output to GDB, and switches to
! it.  If a GDB buffer already exists, it just switches to that buffer.
  
  @item M-x gdba @key{RET} @var{file} @key{RET}
  Run GDB as a subprocess of Emacs, providing a graphical interface
--- 336,348 ----
  @findex gdb
  Run GDB as a subprocess of Emacs.  If the variable
  @code{gud-gdb-command-name} is ``gdb --annotate=3'' (the default
! value) then GDB starts as for @kbd{M-x gdba} below.  If you want GDB
! to start as in Emacs 21.3 and earlier then edit the string in the
! minibuffer or set @code{gud-gdb-command-name} to ``gdb --fullname''.
! You need to do this if you want to run multiple debugging sessions
! within one Emacs session.  In this case, the command creates a buffer
! for input and output to GDB, and switches to it.  If a GDB buffer
! already exists, it just switches to that buffer.
  
  @item M-x gdba @key{RET} @var{file} @key{RET}
  Run GDB as a subprocess of Emacs, providing a graphical interface




reply via email to

[Prev in Thread] Current Thread [Next in Thread]