|
GDB (API)
|
Namespaces | |
| namespace | command |
| namespace | FrameDecorator |
| namespace | FrameIterator |
| namespace | frames |
| namespace | function |
| namespace | printing |
| namespace | prompt |
| namespace | types |
Classes | |
| class | _GdbFile |
| class | GdbOutputFile |
| class | GdbOutputErrorFile |
Functions | |
| def | auto_load_packages |
| def | GdbSetPythonDirectory |
Variables | |
| prompt_hook = None | |
| list | pretty_printers = [] |
| list | type_printers = [] |
| dictionary | frame_filters = {} |
| tuple | PYTHONDIR = os.path.dirname(os.path.dirname(__file__)) |
| list | packages |
| def gdb::auto_load_packages | ( | ) |
Definition at line 89 of file __init__.py.
| def gdb::GdbSetPythonDirectory | ( | dir | ) |
Update sys.path, reload gdb and auto-load packages.
Definition at line 111 of file __init__.py.
| dictionary gdb::frame_filters = {} |
Definition at line 71 of file __init__.py.
| list gdb::packages |
00001 [ 00002 'function', 00003 'command' 00004 ]
Definition at line 80 of file __init__.py.
| list gdb::pretty_printers = [] |
Definition at line 66 of file __init__.py.
| gdb::prompt_hook = None |
Definition at line 59 of file __init__.py.
| tuple gdb::PYTHONDIR = os.path.dirname(os.path.dirname(__file__)) |
Definition at line 74 of file __init__.py.
| list gdb::type_printers = [] |
Definition at line 69 of file __init__.py.
1.7.6.1