OSDN Git Service

doc/
authorPedro Alves <pedro@codesourcery.com>
Tue, 19 Feb 2008 21:36:54 +0000 (21:36 +0000)
committerPedro Alves <pedro@codesourcery.com>
Tue, 19 Feb 2008 21:36:54 +0000 (21:36 +0000)
commit95308b50c30fd19bef1f0888c24caea4062a22dc
tree0009ce3f632315da69a3781e065e68b282a1e50d
parent15a64534b426eb3aa635c26286a765e7ca499799
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.
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c