GDB (xrefs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
exsummary.Function Class Reference

List of all members.

Public Member Functions

def __init__
def log
def set_location
def add_caller
def consistency_check
def declare_nothrow
def declare_throw
def print_stack
def mark_throw

Public Attributes

 name
 location
 callers
 can_throw
 marked_nothrow
 reason

Detailed Description

Definition at line 24 of file exsummary.py.


Constructor & Destructor Documentation

def exsummary.Function.__init__ (   self,
  name 
)

Definition at line 25 of file exsummary.py.


Member Function Documentation

def exsummary.Function.add_caller (   self,
  caller 
)

Definition at line 40 of file exsummary.py.

def exsummary.Function.log (   self,
  message 
)
def exsummary.Function.mark_throw (   self,
  edge,
  work_list,
  is_indirect 
)
def exsummary.Function.print_stack (   self,
  is_indirect 
)
def exsummary.Function.set_location (   self,
  location 
)

Member Data Documentation

Definition at line 25 of file exsummary.py.

Definition at line 25 of file exsummary.py.

Referenced by exsummary.Function.mark_throw(), and exsummary.Function.print_stack().


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