diff options
author | Pedro Alves <palves@redhat.com> | 2008-02-19 21:36:54 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-02-19 21:36:54 +0000 |
commit | fd96d2509cf0467d293f63f3c83dee43a62099ba (patch) | |
tree | 275d09b6857e1b9e5e5796dec988679afbecbcf1 /gdb/doc/ChangeLog | |
parent | d9bf65d51a514fca5b56b75b0e4b7d0364c78207 (diff) | |
download | gdb-fd96d2509cf0467d293f63f3c83dee43a62099ba.zip gdb-fd96d2509cf0467d293f63f3c83dee43a62099ba.tar.gz gdb-fd96d2509cf0467d293f63f3c83dee43a62099ba.tar.bz2 |
doc/
* gdb.texinfo (vAttach, vRun): Remove requirement of the stub
killing the inferior when it is already debugging a process.
gdbserver/
* server.c (handle_v_requests): When handling the vRun and vAttach
packets, if already debugging a process, don't kill it. Return an
error instead.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9f2dcf9..347b78a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-02-19 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo (vAttach, vRun): Remove requirement of the stub + killing the inferior when it is already debugging a process. + 2008-02-13 Markus Deuling <deuling@de.ibm.com> * gdbint.texinfo (Build Script): New section. Mention new build script |