GDB (xrefs)
|
Public Member Functions | |
__init__ (self, *str name, str type, List[Tuple[str, str]] params, Optional[str] comment=None, bool predicate=False, Optional[str] predefault=None, Optional[str] postdefault=None, Union[bool, str] invalid=True, Optional[str] printer=None, Optional[List[str]] param_checks=None, Optional[List[str]] result_checks=None, bool implement=True) | |
ftype (self) | |
param_list (self) | |
set_list (self) | |
actuals (self) | |
![]() | |
get_predicate (self) | |
Public Attributes | |
params | |
![]() | |
name | |
type | |
printer | |
comment | |
predicate | |
predefault | |
postdefault | |
invalid | |
params | |
param_checks | |
result_checks | |
implement | |
Definition at line 115 of file gdbarch_types.py.
gdbarch_types.Function.__init__ | ( | self, | |
*str | name, | ||
str | type, | ||
List[Tuple[str, str]] | params, | ||
Optional[str] | comment = None, | ||
bool | predicate = False, | ||
Optional[str] | predefault = None, | ||
Optional[str] | postdefault = None, | ||
Union[bool, str] | invalid = True, | ||
Optional[str] | printer = None, | ||
Optional[List[str]] | param_checks = None, | ||
Optional[List[str]] | result_checks = None, | ||
bool | implement = True ) |
Reimplemented from gdbarch_types.Component.
Definition at line 118 of file gdbarch_types.py.
References gdbarch_types.Function.__init__().
Referenced by gdbarch_types.Function.__init__().
gdbarch_types.Function.actuals | ( | self | ) |
Reimplemented in gdbarch_types.Method.
Definition at line 164 of file gdbarch_types.py.
References gdbarch_types.Component.params, and gdbarch_types.Function.params.
gdbarch_types.Function.ftype | ( | self | ) |
Definition at line 149 of file gdbarch_types.py.
gdbarch_types.Function.param_list | ( | self | ) |
Reimplemented in gdbarch_types.Method.
Definition at line 153 of file gdbarch_types.py.
gdbarch_types.Function.set_list | ( | self | ) |
Return the formal parameter list of the caller function, as a string. This list includes the gdbarch.
Definition at line 157 of file gdbarch_types.py.
References gdbarch_types.join_params(), gdbarch_types.Component.params, and gdbarch_types.Function.params.
Referenced by gdbarch_types.Method.param_list().
gdbarch_types.Function.params |
Definition at line 155 of file gdbarch_types.py.
Referenced by gdbarch_types.Function.actuals(), gdbarch_types.Method.actuals(), and gdbarch_types.Function.set_list().