GDB (xrefs)
|
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) | |
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().
gdbarch_types.join_type_and_name | ( | str | t, |
str | n ) |
Definition at line 23 of file gdbarch_types.py.
Referenced by join_params().