This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

            Bug ID: 17697
           Summary: MI output is not captured by gdb.command(...,
                    to_string=True)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: andre.poenitz at digia dot com

gdb.command("interpreter -exec mi 'some mi command'", to_string=True) executes
the command, but the output is send to the console, not captured in a string.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]