mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 10:31:38 +00:00
* gdb.texinfo (vAttach): Re-remove requirement of the stub killing
the inferior when it is already debugging a process.
This commit is contained in:
parent
116615c5f7
commit
d0d064dfec
@ -1,3 +1,8 @@
|
||||
2008-05-22 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdb.texinfo (vAttach): Re-remove requirement of the stub killing
|
||||
the inferior when it is already debugging a process.
|
||||
|
||||
2008-05-21 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Continuing and Stepping): Document the new "fin"
|
||||
|
@ -24087,8 +24087,8 @@ up to the first @samp{;} or @samp{?} (or the end of the packet).
|
||||
@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}).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user