|
GDB (xrefs)
|
Public Attributes | |
| const struct language_defn * | language |
| struct program_space * | program_space |
| struct program_space * | search_pspace |
| struct symtab * | default_symtab |
| int | default_line |
| int | funfirstline |
| int | list_mode |
| struct linespec_result * | canonical |
| struct linespec_canonical_name * | canonical_names |
| htab_t | addr_set |
| int | is_linespec |
Definition at line 149 of file linespec.c.
| htab_t linespec_state::addr_set |
Definition at line 182 of file linespec.c.
Referenced by convert_linespec_to_sals().
| 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().
| struct linespec_canonical_name* linespec_state::canonical_names |
Definition at line 178 of file linespec.c.
Referenced by decode_line_full().
| int linespec_state::default_line |
Definition at line 165 of file linespec.c.
Referenced by decode_line_full().
| struct symtab* linespec_state::default_symtab |
Definition at line 162 of file linespec.c.
Referenced by convert_linespec_to_sals(), and decode_line_full().
| int linespec_state::funfirstline |
Definition at line 169 of file linespec.c.
Referenced by convert_linespec_to_sals(), and search_minsyms_for_name().
| int linespec_state::is_linespec |
Definition at line 185 of file linespec.c.
Referenced by canonicalize_linespec().
| const struct language_defn* linespec_state::language |
Definition at line 152 of file linespec.c.
Referenced by iterate_over_all_matching_symtabs().
| int linespec_state::list_mode |
Definition at line 172 of file linespec.c.
Referenced by collect_info::add_symbol(), and search_minsyms_for_name().
| struct program_space* linespec_state::program_space |
Definition at line 155 of file linespec.c.
| struct program_space* linespec_state::search_pspace |
Definition at line 159 of file linespec.c.
Referenced by decode_line_full(), and find_function_symbols().
1.8.14