GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
fn_fieldlist Struct Reference

#include "gdbtypes.h"

Public Attributes

const char * name
 
int length
 
struct fn_fieldfn_fields
 

Detailed Description

Definition at line 1516 of file gdbtypes.h.

Member Data Documentation

◆ fn_fields

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

◆ length

int fn_fieldlist::length

The number of methods with this name.

Definition at line 1527 of file gdbtypes.h.

Referenced by read_member_functions().

◆ name

const char* fn_fieldlist::name

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