aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 3d694ac..3d00ed4 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,10 @@
2015-11-30 Pedro Alves <palves@redhat.com>
+ * linux-low.c (resume_stopped_resumed_lwps): Don't check whether
+ the thread's last_resume_kind was resume_stop.
+
+2015-11-30 Pedro Alves <palves@redhat.com>
+
* linux-low.c (linux_attach): In non-stop mode, wait for one stop
before returning.