|
GDB (API)
|
Classes | |
| class | TypeFlag |
| class | TypeFlagsPrinter |
| class | StructTypePrettyPrinter |
| class | StructMainTypePrettyPrinter |
Functions | |
| def | type_lookup_function |
| def | register_pretty_printer |
Variables | |
| TYPE_FLAGS = None | |
| def gdb-gdb.register_pretty_printer | ( | objfile | ) |
A routine to register a pretty-printer against the given OBJFILE.
Definition at line 247 of file gdb-gdb.py.
| def gdb-gdb.type_lookup_function | ( | val | ) |
A routine that returns the correct pretty printer for VAL if appropriate. Returns None otherwise.
Definition at line 237 of file gdb-gdb.py.
| gdb-gdb::TYPE_FLAGS = None |
Definition at line 50 of file gdb-gdb.py.
1.7.6.1