diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
| -rw-r--r-- | lldb/source/Commands/CommandObjectExpression.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index f26ee7a8a25..312e9fe6512 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -82,12 +82,11 @@ protected: void IOHandlerInputComplete(IOHandler &io_handler, std::string &line) override; - - virtual LineStatus - IOHandlerLinesUpdated (IOHandler &io_handler, - StringList &lines, - uint32_t line_idx, - Error &error); + + bool + IOHandlerIsInputComplete (IOHandler &io_handler, + StringList &lines) override; + bool DoExecute(const char *command, CommandReturnObject &result) override; |

