GDB (xrefs)
Public Attributes | List of all members
linespec_state Struct Reference

Public Attributes

const struct language_defnlanguage
 
struct program_spaceprogram_space
 
struct symtabdefault_symtab
 
int default_line
 
int funfirstline
 
int list_mode
 
struct linespec_resultcanonical
 
struct linespec_canonical_namecanonical_names
 
htab_t addr_set
 

Detailed Description

Definition at line 168 of file linespec.c.

Member Data Documentation

htab_t linespec_state::addr_set

Definition at line 197 of file linespec.c.

struct linespec_result* linespec_state::canonical

Definition at line 190 of file linespec.c.

Referenced by canonicalize_linespec().

struct linespec_canonical_name* linespec_state::canonical_names

Definition at line 193 of file linespec.c.

Referenced by decode_line_full().

int linespec_state::default_line

Definition at line 180 of file linespec.c.

struct symtab* linespec_state::default_symtab

Definition at line 177 of file linespec.c.

int linespec_state::funfirstline

Definition at line 184 of file linespec.c.

Referenced by search_minsyms_for_name().

const struct language_defn* linespec_state::language

Definition at line 171 of file linespec.c.

Referenced by find_linespec_symbols(), and iterate_over_all_matching_symtabs().

int linespec_state::list_mode

Definition at line 187 of file linespec.c.

Referenced by collect_symbols(), and search_minsyms_for_name().

struct program_space* linespec_state::program_space

Definition at line 174 of file linespec.c.


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