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

Public Attributes

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

Detailed Description

Definition at line 149 of file linespec.c.

Member Data Documentation

◆ addr_set

htab_t linespec_state::addr_set

Definition at line 182 of file linespec.c.

Referenced by convert_linespec_to_sals().

◆ canonical

struct linespec_result* linespec_state::canonical

Definition at line 175 of file linespec.c.

Referenced by canonicalize_linespec(), convert_linespec_to_sals(), and decode_line_full().

◆ canonical_names

struct linespec_canonical_name* linespec_state::canonical_names

Definition at line 178 of file linespec.c.

Referenced by decode_line_full().

◆ default_line

int linespec_state::default_line

Definition at line 165 of file linespec.c.

Referenced by decode_line_full().

◆ default_symtab

struct symtab* linespec_state::default_symtab

Definition at line 162 of file linespec.c.

Referenced by convert_linespec_to_sals(), and decode_line_full().

◆ funfirstline

int linespec_state::funfirstline

Definition at line 169 of file linespec.c.

Referenced by convert_linespec_to_sals(), and search_minsyms_for_name().

◆ is_linespec

int linespec_state::is_linespec

Definition at line 185 of file linespec.c.

Referenced by canonicalize_linespec().

◆ language

const struct language_defn* linespec_state::language

Definition at line 152 of file linespec.c.

Referenced by iterate_over_all_matching_symtabs().

◆ list_mode

int linespec_state::list_mode

Definition at line 172 of file linespec.c.

Referenced by collect_info::add_symbol(), and search_minsyms_for_name().

◆ program_space

struct program_space* linespec_state::program_space

Definition at line 155 of file linespec.c.

◆ search_pspace

struct program_space* linespec_state::search_pspace

Definition at line 159 of file linespec.c.

Referenced by decode_line_full(), and find_function_symbols().


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