GDB (xrefs)
|
Public Member Functions | |
__init__ (self, *name, type, params, comment=None, predicate=None, predefault=None, postdefault=None, invalid=None, printer=None, param_checks=None, result_checks=None) | |
ftype (self) | |
param_list (self) | |
set_list (self) | |
actuals (self) | |
![]() | |
__init__ (self, **kwargs) | |
get_predicate (self) | |
Public Attributes | |
params | |
![]() | |
type | |
invalid | |
Definition at line 110 of file gdbarch.py.
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__().
gdbarch.Function.actuals | ( | self | ) |
Reimplemented in gdbarch.Method.
Definition at line 157 of file gdbarch.py.
References gdbarch.Function.params.
gdbarch.Function.ftype | ( | self | ) |
Definition at line 142 of file gdbarch.py.
gdbarch.Function.param_list | ( | self | ) |
Reimplemented in gdbarch.Method.
Definition at line 146 of file gdbarch.py.
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(), and gdbarch.Function.params.
Referenced by gdbarch.Method.param_list().
gdbarch.Function.params |
Definition at line 148 of file gdbarch.py.
Referenced by gdbarch.Function.actuals(), gdbarch.Method.actuals(), and gdbarch.Function.set_list().