Move gdbserver tdesc header funcs to c file
[deliverable/binutils-gdb.git] / gdb / language.h
index 49828f3aee748841975f9db1c7fef143271aee7d..06b42aeb5c46b9c4060d08c5b085ffc580385cc2 100644 (file)
@@ -633,8 +633,11 @@ extern bool default_symbol_name_matcher
    completion_match_result *comp_match_res);
 
 /* Get LANG's symbol_name_matcher method for LOOKUP_NAME.  Returns
-   default_symbol_name_matcher if not set.  */
-symbol_name_matcher_ftype *language_get_symbol_name_matcher
+   default_symbol_name_matcher if not set.  LANG is used as a hint;
+   the function may ignore it depending on the current language and
+   LOOKUP_NAME.  Specifically, if the current language is Ada, this
+   may return an Ada matcher regardless of LANG.  */
+symbol_name_matcher_ftype *get_symbol_name_matcher
   (const language_defn *lang, const lookup_name_info &lookup_name);
 
 /* The languages supported by GDB.  */
This page took 0.026237 seconds and 4 git commands to generate.