summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-11-17 16:43:32 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-11-17 16:43:32 +0000
commit6b3e8b0e7a179e728d896a97c43decc6a12ca5c0 (patch)
tree69f60b19af35b095fd29d7132016e245afb83e95 /gdb/ChangeLog
parent0c5574a0fc1b1b66e39bad41eb636efdc674eb05 (diff)
downloadgdb-6b3e8b0e7a179e728d896a97c43decc6a12ca5c0.tar.gz
Implement =thread-selected notification.
* mi/mi-common.h (struct mi_interp): New, moved from ... * mi/mi-interp.c: ...here. * mi/mi-main.c (mi_execute_command): If the thread changed as result of command, report that.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 03b066089e1..2327ee17e90 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
+ Implement =thread-selected notification.
+
+ * mi/mi-common.h (struct mi_interp): New, moved from ...
+ * mi/mi-interp.c: ...here.
+ * mi/mi-main.c (mi_execute_command): If the thread changed
+ as result of command, report that.
+
+2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
+
Implement continue/interrupt of thread groups.
* mi/mi-main.c (proceed_thread_callback): New.