aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-14 07:58:06 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-14 07:58:06 +0000
commite837f12a8d57a112a5ec40a3b3387aac3768c016 (patch)
treef8e1355cbfc9d7e18f3e2e7213ddeb681b290373 /gdb/ChangeLog
parentec8460b5bac24867500e840a88a6ee36fbc2dff2 (diff)
downloadgdb-e837f12a8d57a112a5ec40a3b3387aac3768c016.zip
gdb-e837f12a8d57a112a5ec40a3b3387aac3768c016.tar.gz
gdb-e837f12a8d57a112a5ec40a3b3387aac3768c016.tar.bz2
gdb/
Fix double prompt of 'interpreter-exec mi'. * mi/mi-interp.c (mi_execute_command_input_handler): New prototype. (mi_interpreter_resume): use it. (mi_execute_command_input_handler): New function. * mi/mi-main.c (mi_execute_command): Move prompt printing to mi_execute_command_input_handler. gdb/testsuite/ * gdb.mi/mi2-prompt.exp: New file.
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 1800873..f3d56c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Fix double prompt of 'interpreter-exec mi'.
+ * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
+ (mi_interpreter_resume): use it.
+ (mi_execute_command_input_handler): New function.
+ * mi/mi-main.c (mi_execute_command): Move prompt printing to
+ mi_execute_command_input_handler.
+
2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
* darwin-nat-info.c (_initialize_darwin_info_commands): Add