aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-02-05 16:08:59 -0800
committerDoug Evans <dje@google.com>2014-02-05 16:08:59 -0800
commitee1e2d4fb692736c754b42b69eb88c1f436c5f15 (patch)
tree1a7c8c3e8bfc2fb43eae98c56f589de4f5289817 /gdb/gdbserver/ChangeLog
parent2e200ee30253b01cd2e8f0f2b6e89e2b95c0d568 (diff)
downloadfsf-binutils-gdb-ee1e2d4fb692736c754b42b69eb88c1f436c5f15.zip
fsf-binutils-gdb-ee1e2d4fb692736c754b42b69eb88c1f436c5f15.tar.gz
fsf-binutils-gdb-ee1e2d4fb692736c754b42b69eb88c1f436c5f15.tar.bz2
Keep current_inferior in sync with event_child.
* linux-low.c (linux_wait_for_event): Improve comment. (linux_wait_1): Keep current_inferior in sync with event_child.
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 2e53986..53c2acc 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-05 Doug Evans <dje@google.com>
+
+ * linux-low.c (linux_wait_for_event): Improve comment.
+ (linux_wait_1): Keep current_inferior in sync with event_child.
+
2014-01-22 Doug Evans <dje@google.com>
* gdbthread.h (gdb_id_to_thread): Delete, unused.