GDB (API)
|
Go to the source code of this file.
Classes | |
class | cleanup_check.Dummy |
class | cleanup_check.Cleanup |
class | cleanup_check.MasterCleanup |
class | cleanup_check.CleanupChecker |
class | cleanup_check.CheckerPass |
Namespaces | |
namespace | cleanup_check |
Functions | |
def | cleanup_check.log |
def | cleanup_check.is_cleanup_type |
def | cleanup_check.is_constructor |
def | cleanup_check.is_destructor |
def | cleanup_check.needs_special_treatment |
Variables | |
cleanup_check.want_raii_info = False | |
cleanup_check.logging = False | |
cleanup_check.show_cfg = False | |
tuple | cleanup_check.destructor_names = set(['do_cleanups', 'discard_cleanups']) |
tuple | cleanup_check.special_names |
tuple | cleanup_check.ps = CheckerPass(name = 'check-cleanups') |