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/18291] New: enabled status not printed in output of "info xmethods"


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

            Bug ID: 18291
           Summary: enabled status not printed in output of "info
                    xmethods"
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

bash$ gdb a.out
(gdb) i xm
Xmethods in objfile
/usr/local/google/home/dje/ruffies-copy/src/play/gcc-unique_ptr.x64:
  libstdc++::unique_ptr
    get
    operator*
  libstdc++::unordered_multimap
    empty
    size
  ...
(gdb) dis xm
(gdb) i xm
Xmethods in objfile
/usr/local/google/home/dje/ruffies-copy/src/play/gcc-unique_ptr.x64:
  libstdc++::unique_ptr
    get
    operator*
  libstdc++::unordered_multimap
    empty
    size
  ...

I'd expect to see all of these marked as disabled.

[Another odd thing is the xmethods are marked as owned by the binary, when one
might expect them to be owned by libstdc++.so. That's just an artifact of how
they're loaded in my environment.]

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