GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
gdbarch_types Namespace Reference

Classes

class  Component
 
class  Function
 
class  Info
 
class  Method
 
class  Value
 

Functions

 join_type_and_name (str t, str n)
 
 join_params (List[Tuple[str, str]] params)
 

Function Documentation

◆ join_params()

gdbarch_types.join_params ( List[Tuple[str, str]] params)
Given a sequence of (TYPE, NAME) pairs, generate a comma-separated
list of declarations.

Definition at line 31 of file gdbarch_types.py.

References join_type_and_name().

Referenced by gdbarch_types.Function.set_list().

◆ join_type_and_name()

gdbarch_types.join_type_and_name ( str t,
str n )

Definition at line 23 of file gdbarch_types.py.

Referenced by join_params().