From f91d3df5c6156218eb413f35b2b06c1d77103a5e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 28 Mar 2009 01:15:13 +0000 Subject: * 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" --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/ChangeLog') 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 + * 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 + * inf-loop.c (inferior_event_handler): Avoid calling is_running on null inferior_ptid. -- cgit v1.1