GDB (xrefs)
Classes | Functions | Variables
gdb-gdb Namespace Reference

Classes

class  StructMainTypePrettyPrinter
 
class  StructTypePrettyPrinter
 
class  TypeFlag
 
class  TypeFlagsPrinter
 

Functions

def type_lookup_function (val)
 
def register_pretty_printer (objfile)
 

Variables

 TYPE_FLAGS = None
 

Function Documentation

def gdb-gdb.register_pretty_printer (   objfile)
A routine to register a pretty-printer against the given OBJFILE.

Definition at line 248 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 238 of file gdb-gdb.py.

Variable Documentation

gdb-gdb.TYPE_FLAGS = None

Definition at line 50 of file gdb-gdb.py.