Public Member Functions | |
| def | __init__ |
| def | log |
| def | fn_is_python_ignorable |
| def | handle_one_fndecl |
| def | examine_one_bb_inner |
| def | examine_one_bb |
| def | iterate_bbs |
| def | execute |
Public Attributes | |
| output_file | |
Definition at line 125 of file excheck.py.
| def excheck.GdbExceptionChecker.__init__ | ( | self, | |
| output_file | |||
| ) |
Definition at line 126 of file excheck.py.
| def excheck.GdbExceptionChecker.examine_one_bb | ( | self, | |
| this_fun, | |||
| bb, | |||
| bb_worklist, | |||
| seen_bbs | |||
| ) |
Definition at line 247 of file excheck.py.
| def excheck.GdbExceptionChecker.examine_one_bb_inner | ( | self, | |
| this_fun, | |||
| bb | |||
| ) |
Definition at line 187 of file excheck.py.
| def excheck.GdbExceptionChecker.execute | ( | self, | |
| fun | |||
| ) |
Definition at line 271 of file excheck.py.
| def excheck.GdbExceptionChecker.fn_is_python_ignorable | ( | self, | |
| fn | |||
| ) |
Definition at line 135 of file excheck.py.
| def excheck.GdbExceptionChecker.handle_one_fndecl | ( | self, | |
| this_fun, | |||
| fndecl, | |||
| loc | |||
| ) |
Definition at line 155 of file excheck.py.
| def excheck.GdbExceptionChecker.iterate_bbs | ( | self, | |
| this_fun | |||
| ) |
Definition at line 262 of file excheck.py.
| def excheck.GdbExceptionChecker.log | ( | self, | |
| obj | |||
| ) |
Definition at line 130 of file excheck.py.
Definition at line 126 of file excheck.py.
1.7.6.1