GDB (xrefs)
Loading...
Searching...
No Matches
gdbarch_types.Info Class Reference
Inheritance diagram for gdbarch_types.Info:
gdbarch_types.Component

Additional Inherited Members

- Public Member Functions inherited from gdbarch_types.Component
 __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)
 
- Public Attributes inherited from gdbarch_types.Component
 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}"
 

Detailed Description

Definition at line 84 of file gdbarch_types.py.


The documentation for this class was generated from the following file: