[Bug python/17697] MI output is not captured by gdb.command(..., to_string=True)

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Fri Aug 12 17:59:13 GMT 2022


https://sourceware.org/bugzilla/show_bug.cgi?id=17697

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I think what happens here is that interpreter-exec calls
interp_set, which calls the interp's resume method.
This method then generally installs a new gdb_stdout (and
other streams), overwriting what gdb.command installed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list