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

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: