GDB (xrefs)
|
#include "gdbtypes.h"
Public Attributes | |
const char * | name |
int | length |
struct fn_field * | fn_fields |
Definition at line 1516 of file gdbtypes.h.
struct fn_field* fn_fieldlist::fn_fields |
The list of methods.
Definition at line 1531 of file gdbtypes.h.
Referenced by classify_name(), compute_delayed_physnames(), dwarf2_attach_fn_fields_to_type(), and read_member_functions().
int fn_fieldlist::length |
The number of methods with this name.
Definition at line 1527 of file gdbtypes.h.
Referenced by read_member_functions().
const char* fn_fieldlist::name |
The overloaded name. This is generally allocated in the objfile's obstack. However stabsread.c sometimes uses malloc.
Definition at line 1523 of file gdbtypes.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), read_member_functions(), and gdb.dap.varref.BaseReference::to_object().