GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
excheck.GdbExceptionChecker Class Reference

List of all members.

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

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 
)

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.

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.


Member Data Documentation

Definition at line 126 of file excheck.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines