This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Un-revert doc change


Looks like I accidentally reverted one of my own doc changes.

original here:
http://sourceware.org/ml/gdb-patches/2008-02/msg00309.html

bad revert came in here...:
http://sourceware.org/ml/gdb-patches/2008-02/msg00400.html
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?r1=1.473&r2=1.474&cvsroot=src&f=h

The revert happened after 6.8 branching, so I still managed
to prevent a released GDB from having that in the docs.  :-)

Sorry for that...

Checked in.

-- 
Pedro Alves
	* gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
	killing the inferior when it is already debugging a process.

---
 gdb.texinfo |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: doc/gdb.texinfo
===================================================================
--- doc.orig/gdb.texinfo	2008-05-22 22:14:03.000000000 +0100
+++ doc/gdb.texinfo	2008-05-22 22:20:35.000000000 +0100
@@ -24087,8 +24087,8 @@ up to the first @samp{;} or @samp{?} (or
 @item vAttach;@var{pid}
 @cindex @samp{vAttach} packet
 Attach to a new process with the specified process ID.  @var{pid} is a
-hexadecimal integer identifying the process.  If the stub is currently
-controlling a process, it is killed.  The attached process is stopped.
+hexadecimal integer identifying the process.  The attached process is
+stopped.
 
 This packet is only available in extended mode (@pxref{extended mode}).
 
@@ -24202,7 +24202,7 @@ Run the program @var{filename}, passing 
 command line.  The file and arguments are hex-encoded strings.  If
 @var{filename} is an empty string, the stub may use a default program
 (e.g.@: the last program run).  The program is created in the stopped
-state.  If the stub is currently controlling a process, it is killed.
+state.
 
 This packet is only available in extended mode (@pxref{extended mode}).
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]