Python api to a type's member functions
"Sterling Augustine via gdb" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAEG7qUyNz_RitfM=B=naR0ox0XO7KO7ARop0H2X2mAOAmq4D7Q@mail.gmail.com> |
Is there python API to get a C++ class's member functions? Iterating over a gdb.Type's fields doesn't list them, and there doesn't seem to be a way within a gdb.Value either. ptype prints them so they are obviously available in the debug information. Thanks in advance.