GDB (xrefs)
|
Additional Inherited Members | |
![]() | |
__init__ (self, str name, str type, Optional[str] printer=None, Optional[str] comment=None, bool predicate=False, Optional[str] predefault=None, Optional[str] postdefault=None, Union[bool, str] invalid=True, Optional[List[Tuple[str, str]]] params=None, Optional[List[str]] param_checks=None, Optional[List[str]] result_checks=None, bool implement=True) | |
get_predicate (self) | |
![]() | |
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 84 of file gdbarch_types.py.