This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] cli/cli-logging.c: don't call ui_out_redirect for MI when disabling logging
- From: Tom Tromey <tromey at redhat dot com>
- To: Adrian Sendroiu <adrian dot sendroiu at freescale dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 24 Jul 2014 12:03:09 -0600
- Subject: Re: [PATCH 1/2] cli/cli-logging.c: don't call ui_out_redirect for MI when disabling logging
- Authentication-results: sourceware.org; auth=none
- References: <1406125575-28311-1-git-send-email-adrian dot sendroiu at freescale dot com> <1406125575-28311-2-git-send-email-adrian dot sendroiu at freescale dot com>
>>>>> "Adrian" == Adrian Sendroiu <adrian.sendroiu@freescale.com> writes:
Adrian> 2014-07-23 Adrian Sendroiu <adrian.sendroiu@freescale.com>
Adrian> * cli/cli-logging.c (pop_output_files): Don't call ui_out_redirect
Adrian> if the current interpreter is MI.
Thanks, this is ok.
Tom