GDB (xrefs)
|
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) |
![]() | |
def | __init__ (self, **kwargs) |
def | get_predicate (self) |
Additional Inherited Members | |
![]() | |
type | |
Definition at line 110 of file gdbarch.py.
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__().
def gdbarch.Function.actuals | ( | self | ) |
Reimplemented in gdbarch.Method.
Definition at line 157 of file gdbarch.py.
def gdbarch.Function.ftype | ( | self | ) |
Definition at line 142 of file gdbarch.py.
def gdbarch.Function.param_list | ( | self | ) |
Reimplemented in gdbarch.Method.
Definition at line 146 of file gdbarch.py.
References gdbarch.join_params().
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().