GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
excheck.GdbExceptionChecker Class Reference
Inheritance diagram for excheck.GdbExceptionChecker:

Public Member Functions

def __init__ (self, output_file)
 
def log (self, obj)
 
def fn_is_python_ignorable (self, fn)
 
def handle_one_fndecl (self, this_fun, fndecl, loc)
 
def examine_one_bb_inner (self, this_fun, bb)
 
def examine_one_bb (self, this_fun, bb, bb_worklist, seen_bbs)
 
def iterate_bbs (self, this_fun)
 
def execute (self, fun)
 

Public Attributes

 output_file
 

Detailed Description

Definition at line 125 of file excheck.py.

Constructor & Destructor Documentation

def excheck.GdbExceptionChecker.__init__ (   self,
  output_file 
)

Definition at line 126 of file excheck.py.

Member Function Documentation

def excheck.GdbExceptionChecker.examine_one_bb (   self,
  this_fun,
  bb,
  bb_worklist,
  seen_bbs 
)
def excheck.GdbExceptionChecker.examine_one_bb_inner (   self,
  this_fun,
  bb 
)
def excheck.GdbExceptionChecker.execute (   self,
  fun 
)

Definition at line 271 of file excheck.py.

References excheck.GdbExceptionChecker.iterate_bbs().

def excheck.GdbExceptionChecker.fn_is_python_ignorable (   self,
  fn 
)

Definition at line 135 of file excheck.py.

Referenced by excheck.GdbExceptionChecker.handle_one_fndecl().

def excheck.GdbExceptionChecker.handle_one_fndecl (   self,
  this_fun,
  fndecl,
  loc 
)
def excheck.GdbExceptionChecker.iterate_bbs (   self,
  this_fun 
)
def excheck.GdbExceptionChecker.log (   self,
  obj 
)

Definition at line 130 of file excheck.py.

Member Data Documentation

excheck.GdbExceptionChecker.output_file

Definition at line 128 of file excheck.py.


The documentation for this class was generated from the following file: