|
GDB (xrefs)
|
Classes | |
| class | GdbExceptionChecker |
Functions | |
| def | type_is_pythonic (t) |
| def | examine_struct_fields (initializer) |
| def | examine_globals () |
| def | close_output (args) |
| def | main (kwargs) |
Variables | |
| output_file = None | |
| dictionary | cleanup_functions |
| dictionary | ignore_functions |
| dictionary | non_passthrough_functions |
| def excheck.close_output | ( | args | ) |
Definition at line 115 of file excheck.py.
References examine_globals().
| def excheck.examine_globals | ( | ) |
Definition at line 93 of file excheck.py.
References examine_struct_fields(), and type_is_pythonic().
Referenced by close_output().
| def excheck.examine_struct_fields | ( | initializer | ) |
Definition at line 81 of file excheck.py.
Referenced by examine_globals().
| def excheck.main | ( | kwargs | ) |
Definition at line 283 of file excheck.py.
| def excheck.type_is_pythonic | ( | t | ) |
Definition at line 71 of file excheck.py.
Referenced by examine_globals().
| dictionary excheck.cleanup_functions |
Definition at line 41 of file excheck.py.
| dictionary excheck.ignore_functions |
Definition at line 50 of file excheck.py.
| dictionary excheck.non_passthrough_functions |
Definition at line 65 of file excheck.py.
| excheck.output_file = None |
Definition at line 37 of file excheck.py.
1.8.10