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

Public Member Functions

 param_list (self)
 
 actuals (self)
 
- Public Member Functions inherited from gdbarch_types.Function
 __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)
 
- Public Member Functions inherited from gdbarch_types.Component
 get_predicate (self)
 

Static Public Attributes

list components = []
 

Additional Inherited Members

- Public Attributes inherited from gdbarch_types.Function
 params
 
- 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 169 of file gdbarch_types.py.

Member Function Documentation

◆ actuals()

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.

◆ param_list()

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().

Member Data Documentation

◆ components

list gdbarch_types.Method.components = []
static

Definition at line 183 of file gdbarch_types.py.


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