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/13587] New: stop reasons and other info missing fromevents.stop


http://sourceware.org/bugzilla/show_bug.cgi?id=13587

             Bug #: 13587
           Summary: stop reasons and other info missing from events.stop
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


The stop events emitted by events.stop do not include all the
info available to MI.
See PR 8444 for some information.
See PR 11688 for some patches to hook ui-out to Python.
Probably the Python code here should be mimicking MI and calling bpstat_print.
This may involve some refactoring to change how the proper event class
is determined.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]