Migrate rest of compile commands to new options framework
[deliverable/binutils-gdb.git] / gdb / completer.h
index 27371b63a5763ff28c19350e1b92a4ae2038964b..58fe84f4fee6a048319e24e31d79b63a8512a246 100644 (file)
@@ -532,10 +532,15 @@ extern const char *completion_find_completion_word (completion_tracker &tracker,
    completion word point for TEXT, emulating the algorithm readline
    uses to find the word point, using the current language's word
    break characters.  */
-
 const char *advance_to_expression_complete_word_point
   (completion_tracker &tracker, const char *text);
 
+/* Assuming TEXT is an filename, find the completion word point for
+   TEXT, emulating the algorithm readline uses to find the word
+   point.  */
+extern const char *advance_to_filename_complete_word_point
+  (completion_tracker &tracker, const char *text);
+
 extern char **gdb_rl_attempted_completion_function (const char *text,
                                                    int start, int end);
 
This page took 0.02572 seconds and 4 git commands to generate.