GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
gdb-gdb Namespace Reference

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
 

Function Documentation

◆ register_pretty_printer()

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().

◆ type_lookup_function()

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.

Variable Documentation

◆ TYPE_FLAGS

gdb-gdb.TYPE_FLAGS = None

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