Searched refs:list_mode (Results 1 – 2 of 2) sorted by relevance
163 int list_mode; member206 if (bsym->symbol->aclass () == LOC_BLOCK || this->state->list_mode) in add_symbol()2077 if (self->list_mode) in create_sals_line_offset()2658 self->list_mode = (flags & DECODE_LINE_LIST_MODE) ? 1 : 0; in linespec_state_constructor()3797 if (state->list_mode) in find_function_symbols()4001 gdb_assert (self->list_mode); in decode_digits_list_mode()4180 struct symtab *symtab, int list_mode, in add_minsym() argument4198 if (!list_mode && !msymbol_is_function (objfile, minsym)) in add_minsym()4237 info->state->list_mode, in search_minsyms_for_name()4256 info->state->list_mode, &minsyms); in search_minsyms_for_name()
46 * linespec.c (struct collect_minsyms) [list_mode]: New field.48 (search_minsyms_for_name): Set local.list_mode.