]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/language.h
* language.h (struct language_defn): Add new field
[thirdparty/binutils-gdb.git] / gdb / language.h
index 1639d4cf662cf94c6afc88687c13709934764829..f7e654d229479c8f180e7323652aa9ffc37377d7 100644 (file)
@@ -249,6 +249,11 @@ struct language_defn
     /* The list of characters forming word boundaries.  */
     char *(*la_word_break_characters) (void);
 
+    /* Should return a NULL terminated array of all symbols which
+       are possible completions for TEXT.  WORD is the entire command
+       on which the completion is being made.  */
+    char **(*la_make_symbol_completion_list) (char *text, char *word);
+
     /* The per-architecture (OS/ABI) language information.  */
     void (*la_language_arch_info) (struct gdbarch *,
                                   struct language_arch_info *);