aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2009-03-12 20:08:04 +0000
committerVladimir Prus <vladimir@codesourcery.com>2009-03-12 20:08:04 +0000
commit1f31650a613dfe2ba24b6c61b7f6af54267e109d (patch)
tree51560c0d9408d958f6607a9d838ba37d759aad5b /gdb/testsuite/ChangeLog
parent4333ada327bfce18df7d41eaff019fe560fda084 (diff)
downloadgdb-1f31650a613dfe2ba24b6c61b7f6af54267e109d.zip
gdb-1f31650a613dfe2ba24b6c61b7f6af54267e109d.tar.gz
gdb-1f31650a613dfe2ba24b6c61b7f6af54267e109d.tar.bz2
Include token in ^running notification for CLI commands.
* mi/mi-main.c (mi_execute_command): Set current_token here. (mi_cmd_execute): Do not set current_token here.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 50e61ce..9407f9f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
+
+ * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
+ include the token in ^running and frame info in *stopped.
+
2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
* solib-display.exp: New file.