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

Public Member Functions

 __init__ (self, *, str name, str type, Optional[str] comment=None, bool predicate=False, Optional[str] predefault=None, Optional[str] postdefault=None, Union[bool, str] invalid=True, Optional[str] printer=None)
 
- Public Member Functions inherited from gdbarch_types.Component
 get_predicate (self)
 

Additional Inherited Members

- 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 88 of file gdbarch_types.py.

Constructor & Destructor Documentation

◆ __init__()

gdbarch_types.Value.__init__ ( self,
* ,
str name,
str type,
Optional[str] comment = None,
bool predicate = False,
Optional[str] predefault = None,
Optional[str] postdefault = None,
Union[bool, str] invalid = True,
Optional[str] printer = None )

Reimplemented from gdbarch_types.Component.

Definition at line 91 of file gdbarch_types.py.

References gdbarch_types.Value.__init__().

Referenced by gdbarch_types.Value.__init__().


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