diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h')
-rw-r--r-- | lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h index 50dbebc21b1..306547e998d 100644 --- a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h +++ b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h @@ -40,10 +40,7 @@ public: bool HasRegexEntries() const { return !m_entries.empty(); } - int HandleCompletion(Args &input, int &cursor_index, - int &cursor_char_position, int match_start_point, - int max_return_elements, bool &word_complete, - StringList &matches) override; + int HandleCompletion(CompletionRequest &request) override; protected: bool DoExecute(const char *command, CommandReturnObject &result) override; |