Fix an unitinitalised local variable in decode_arm_unwind().
[deliverable/binutils-gdb.git] / gdb / completer.h
index 52f8d7dff4f5bf25401faf904be7b5bf73568e1c..38a0132ca4d137aa9965b9903d0e31809db4987d 100644 (file)
@@ -510,6 +510,13 @@ extern void complete_line (completion_tracker &tracker,
                           const char *line_buffer,
                           int point);
 
+/* Complete LINE and return completion results.  For completion purposes,
+   cursor position is assumed to be at the end of LINE.  WORD is set to
+   the end of word to complete.  QUOTE_CHAR is set to the opening quote
+   character if we found an unclosed quoted substring, '\0' otherwise.  */
+extern completion_result
+  complete (const char *line, char const **word, int *quote_char);
+
 /* Find the bounds of the word in TEXT for completion purposes, and
    return a pointer to the end of the word.  Calls the completion
    machinery for a handle_brkchars phase (using TRACKER) to figure out
This page took 0.027012 seconds and 4 git commands to generate.