This is the mail archive of the gdb@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]

Re: Python API iterate through the arguments of a frame


On 21.02.2012 23:52, Cristian Zamfir wrote:
> Thank you, that would be very useful.  Is there a quick way to see the names of all available API functions, just in case there are more undocumented ones, other than looking into the  gdb/python/ directory and infer from the Python bindings (e.g., py-block.c)?

You may find the python function dir(<class>) very handy to find
undocumented functions; this lists you all methods and attributes of the
class.

- Joachim

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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