GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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
 
 type
 
 printer
 
 comment
 
 predicate
 
 predefault
 
 postdefault
 
 invalid
 
 params
 
 param_checks
 
 result_checks
 
 implement
 

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: