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 gdb/21256] New: [Feature Request] Access symbols in an object file


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

            Bug ID: 21256
           Summary: [Feature Request] Access symbols in an object file
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: andre.poenitz at digia dot com
  Target Milestone: ---

While the functionality can be emulated by running using something on top of
gdb.execute('maint print msymbols %s' % objfile.filename), it would be
convenient to be able to access symbols in an object file (e.g. obtained using
a new_objfile handler) more directly.

I guess I am looking for some kind of "inverse" of Symtab.objfile here.

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