GDB (xrefs)
Loading...
Searching...
No Matches
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 141 of file linespec.c.

Member Data Documentation

◆ addr_set

htab_t linespec_state::addr_set

◆ canonical

struct linespec_result* linespec_state::canonical

◆ canonical_names

struct linespec_canonical_name* linespec_state::canonical_names

◆ default_line

int linespec_state::default_line

◆ default_symtab

struct symtab* linespec_state::default_symtab

◆ funfirstline

int linespec_state::funfirstline

◆ is_linespec

int linespec_state::is_linespec

Definition at line 177 of file linespec.c.

Referenced by canonicalize_linespec(), and linespec_state_constructor().

◆ language

const struct language_defn* linespec_state::language

◆ list_mode

int linespec_state::list_mode

◆ program_space

struct program_space* linespec_state::program_space

◆ search_pspace

struct program_space* linespec_state::search_pspace

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