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 mi/12554] New: Make -break-list output as useful as 'breakinfo' output


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

           Summary: Make -break-list output as useful as 'break info'
                    output
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mi
        AssignedTo: unassigned@sourceware.org
        ReportedBy: andre.poenitz@nokia.com


Currently -break-list output contains less information then 'break info' output
in cases <MULTIPLE>. Even if all 'sub-breakpoint' share the same information
like function name or file:line, this is not reported. It would be more
convenient from a frontend point of view if at least the shared common
information would be reported. Getting the <MULTIPLE> resolved into several
addresses or "sub-breakpoints" would be even better.

-- 
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]