GDB (xrefs)
|
Classes | |
class | CoreAddrPrettyPrinter |
class | HtabPrinter |
class | IntrusiveListPrinter |
class | StructMainTypePrettyPrinter |
class | StructTypePrettyPrinter |
class | TypeFlag |
class | TypeFlagsPrinter |
Functions | |
type_lookup_function (val) | |
register_pretty_printer (objfile) | |
Variables | |
TYPE_FLAGS = None | |
gdb-gdb.register_pretty_printer | ( | objfile | ) |
A routine to register a pretty-printer against the given OBJFILE.
Definition at line 420 of file gdb-gdb.py.
References gdb.objfiles(), and register_pretty_printer().
Referenced by register_pretty_printer().
gdb-gdb.type_lookup_function | ( | val | ) |
A routine that returns the correct pretty printer for VAL if appropriate. Returns None otherwise.
Definition at line 401 of file gdb-gdb.py.
gdb-gdb.TYPE_FLAGS = None |
Definition at line 51 of file gdb-gdb.py.