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/10676] New: Would like an equality compare method for gdb.Type


I'm doing quite a lot of type comparison in e.g. pretty printers. It would be
nice if i could compare types with ==, rather than having to manually stringify
the types and compare that. This may even be both more efficient and possibly
allow a more "correct" implementation of type comparison if multiple different
types with the same name are in use in the inferior.

-- 
           Summary: Would like an equality compare method for gdb.Type
           Product: gdb
           Version: archer
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: alexl at redhat dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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