Re: GDB/MI questions
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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