diff options
author | Pedro Alves <palves@redhat.com> | 2009-03-28 01:15:13 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-03-28 01:15:13 +0000 |
commit | f91d3df5c6156218eb413f35b2b06c1d77103a5e (patch) | |
tree | dfadbb0ee496a988e42f86c671f38a3b7e232d21 /gdb/ChangeLog | |
parent | 7b0e8051319071c234fd682d459148922622c35d (diff) | |
download | gdb-f91d3df5c6156218eb413f35b2b06c1d77103a5e.zip gdb-f91d3df5c6156218eb413f35b2b06c1d77103a5e.tar.gz gdb-f91d3df5c6156218eb413f35b2b06c1d77103a5e.tar.bz2 |
* remote.c (remote_stop_ns): If multi-process extensions are off,
and GDB is requesting the whole process to stop, sent "vCont;t",
not "vCont;t:-1"
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b156123..679f6cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2009-03-28 Pedro Alves <pedro@codesourcery.com> + * remote.c (remote_stop_ns): If multi-process extensions are off, + and GDB is requesting the whole process to stop, sent "vCont;t", + not "vCont;t:-1" + +2009-03-28 Pedro Alves <pedro@codesourcery.com> + * inf-loop.c (inferior_event_handler): Avoid calling is_running on null inferior_ptid. |