diff options
Diffstat (limited to 'include/lldb/Expression/REPL.h')
-rw-r--r-- | include/lldb/Expression/REPL.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/lldb/Expression/REPL.h b/include/lldb/Expression/REPL.h index 850d2f6f961a9..d34a792f58f1c 100644 --- a/include/lldb/Expression/REPL.h +++ b/include/lldb/Expression/REPL.h @@ -103,10 +103,8 @@ public: void IOHandlerInputComplete(IOHandler &io_handler, std::string &line) override; - int IOHandlerComplete(IOHandler &io_handler, const char *current_line, - const char *cursor, const char *last_char, - int skip_first_n_matches, int max_matches, - StringList &matches, StringList &descriptions) override; + void IOHandlerComplete(IOHandler &io_handler, + CompletionRequest &request) override; protected: static int CalculateActualIndentation(const StringList &lines); |