GDB (xrefs)
|
Public Member Functions | |
param_list (self) | |
actuals (self) | |
![]() | |
__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) | |
set_list (self) | |
![]() | |
get_predicate (self) | |
Static Public Attributes | |
list | components = [] |
Additional Inherited Members | |
![]() | |
params | |
![]() | |
name = name | |
str | type = type |
printer = printer | |
comment = comment | |
predicate = predicate | |
predefault = predefault | |
postdefault = postdefault | |
invalid = invalid | |
params = params or [] | |
param_checks = param_checks | |
result_checks = result_checks | |
implement = implement | |
str | predefault = f"gdbarch->{self.name} != {self.predefault}" |
Definition at line 169 of file gdbarch_types.py.
gdbarch_types.Method.actuals | ( | self | ) |
Reimplemented from gdbarch_types.Function.
Definition at line 176 of file gdbarch_types.py.
References gdbarch_types.Component.params, and gdbarch_types.Function.params.
gdbarch_types.Method.param_list | ( | self | ) |
Reimplemented from gdbarch_types.Function.
Definition at line 172 of file gdbarch_types.py.
References cli_style_option.set_list(), and gdbarch_types.Function.set_list().
|
static |
Definition at line 183 of file gdbarch_types.py.