aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2012-06-28 22:11:23 +0000
committerStan Shebs <shebs@codesourcery.com>2012-06-28 22:11:23 +0000
commit37ce89ebb295e6ed0fc0bf5a4eb2e718ed0fb2ee (patch)
treea9444e8dcde7251482e63cd19e2e1edb9550026e /gdb/NEWS
parentfe540416272cd7791a82793a395a4cb65f9fce16 (diff)
downloadgdb-37ce89ebb295e6ed0fc0bf5a4eb2e718ed0fb2ee.zip
gdb-37ce89ebb295e6ed0fc0bf5a4eb2e718ed0fb2ee.tar.gz
gdb-37ce89ebb295e6ed0fc0bf5a4eb2e718ed0fb2ee.tar.bz2
Make logging work for MI.
* NEWS: Mention it. * interps.h (interp_set_logging_ftype): New typedef. (struct interp_procs): New field set_logging_proc. (current_interp_set_logging): Declare. * interps.c (current_interp_set_logging): New function. * cli/cli-logging.c: Include interps.h. (set_logging_redirect): Call current_interp_set_logging. (pop_output_files): Ditto. (handle_redirections): Ditto, plus skip ui-out redirect if MI. * mi/mi-console.h (mi_console_set_raw): Declare. * mi/mi-console.c (mi_console_set_raw): New function. * mi/mi-interp.c (saved_raw_stdout): New global. (mi_set_logging): New function. (_initialize_mi_interp): Add it to interp procs. * gdb.mi/mi-logging.exp: New file.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index b1f6775..5cfb48a 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -130,6 +130,8 @@
** New command -info-os is the MI equivalent of "info os".
+ ** Output logs ("set logging" and related) now include MI output.
+
* New commands
** "catch load" and "catch unload" can be used to stop when a shared