GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gdbarch.Function Class Reference
Inheritance diagram for gdbarch.Function:
gdbarch._Component gdbarch.Method

Public Member Functions

def __init__ (self, *name, type, params, comment=None, predicate=None, predefault=None, postdefault=None, invalid=None, printer=None, param_checks=None, result_checks=None)
 
def ftype (self)
 
def param_list (self)
 
def set_list (self)
 
def actuals (self)
 
- Public Member Functions inherited from gdbarch._Component
def __init__ (self, **kwargs)
 
def get_predicate (self)
 

Additional Inherited Members

- Public Attributes inherited from gdbarch._Component
 type
 

Detailed Description

Definition at line 110 of file gdbarch.py.

Constructor & Destructor Documentation

◆ __init__()

def gdbarch.Function.__init__ (   self,
name,
  type,
  params,
  comment = None,
  predicate = None,
  predefault = None,
  postdefault = None,
  invalid = None,
  printer = None,
  param_checks = None,
  result_checks = None 
)

Reimplemented from gdbarch._Component.

Definition at line 113 of file gdbarch.py.

References gdbarch.Function.__init__().

Referenced by gdbarch.Function.__init__().

Member Function Documentation

◆ actuals()

def gdbarch.Function.actuals (   self)

Reimplemented in gdbarch.Method.

Definition at line 157 of file gdbarch.py.

◆ ftype()

def gdbarch.Function.ftype (   self)

Definition at line 142 of file gdbarch.py.

◆ param_list()

def gdbarch.Function.param_list (   self)

Reimplemented in gdbarch.Method.

Definition at line 146 of file gdbarch.py.

References gdbarch.join_params().

◆ set_list()

def gdbarch.Function.set_list (   self)
Return the formal parameter list of the caller function,
as a string.  This list includes the gdbarch.

Definition at line 150 of file gdbarch.py.

References gdbarch.join_params().

Referenced by gdbarch.Method.param_list().


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