This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: GDB/MI questions
- From: Pedro Alves <palves at redhat dot com>
- To: Bob Rossi <bob at brasko dot net>, "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Thu, 19 Jan 2017 14:42:46 +0000
- Subject: Re: GDB/MI questions
- Authentication-results: sourceware.org; auth=none
- References: <20170119031445.GA24616@xubuntu.brasko.net>
On 01/19/2017 03:14 AM, Bob Rossi wrote:
> Anyone have a better approach? Does multi target impact this?
Did you consider using the new "new-ui" command to split off
MI to a separate channel? With that, you could leave the
console / CLI part to gdb.
See more info at <https://sourceware.org/gdb/onlinedocs/gdb/Interpreters.html>.
Thanks,
Pedro Alves