Searched refs:function_symbols (Results 1 – 2 of 2) sorted by relevance
108 std::vector<block_symbol> function_symbols; member117 std::vector<block_symbol> function_symbols; member369 const std::vector<block_symbol> &function_symbols,1821 PARSER_RESULT (parser)->function_symbols = std::move (symbols); in linespec_parse_basic()1836 PARSER_RESULT (parser)->labels.function_symbols in linespec_parse_basic()1938 PARSER_RESULT (parser)->function_symbols, in linespec_parse_basic()1945 PARSER_RESULT (parser)->labels.function_symbols in linespec_parse_basic()2011 gdb_assert (ls->labels.function_symbols.size () == 1); in canonicalize_linespec()2012 block_symbol s = ls->labels.function_symbols.front (); in canonicalize_linespec()2195 else if (!ls->function_symbols.empty () || !ls->minimal_symbols.empty ()) in convert_linespec_to_sals()[all …]
4608 * linespec.c (struct linespec) <function_symbols, label_symbols>:4665 * linespec.c (struct linespec) <function_symbols>: Change type to4667 (struct collect_info) <function_symbols>: Likewise.4668 (convert_linespec_to_sals): Use std::sort to sort function_symbols.4673 (find_label_symbols): Likewise for `function_symbols' and