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/15108] add a way to access section data from Python


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

--- Comment #1 from dje at google dot com 2013-02-08 23:27:04 UTC ---
Or even a libelf-like API for Python (and also something similar but with a bfd
implementation for non-ELF).

I've always wanted gdb to export basic handles for basic objects that I can
then use with APIs that are quite gdb-independent.
[E.g., if gdb exported the fd of an objfile, one could have a libelf_openfd
routine.  And now we're on our way to building a much bigger ecosystem.]

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