|
LLDB mainline
|
This is the complete list of members for lldb_private::REPL, including all inherited members.
| CalculateActualIndentation(const StringList &lines) | lldb_private::REPL | protectedstatic |
| CompleteCode(const std::string ¤t_code, CompletionRequest &request)=0 | lldb_private::REPL | protectedpure virtual |
| Completion enum name | lldb_private::IOHandlerDelegate | |
| Create(Status &Status, lldb::LanguageType language, Debugger *debugger, Target *target, const char *repl_options) | lldb_private::REPL | static |
| DoInitialization()=0 | lldb_private::REPL | protectedpure virtual |
| GetAutoIndentCharacters()=0 | lldb_private::REPL | protectedpure virtual |
| GetDesiredIndentation(const StringList &lines, int cursor_position, int tab_size)=0 | lldb_private::REPL | protectedpure virtual |
| GetIOHandler() | lldb_private::REPL | |
| GetLanguage()=0 | lldb_private::REPL | protectedpure virtual |
| GetSourceFileBasename()=0 | lldb_private::REPL | protectedpure virtual |
| GetSourcePath() | lldb_private::REPL | private |
| ID | lldb_private::REPL | static |
| IOHandlerActivated(IOHandler &io_handler, bool interactive) override | lldb_private::REPL | virtual |
| IOHandlerComplete(IOHandler &io_handler, CompletionRequest &request) override | lldb_private::REPL | virtual |
| IOHandlerDeactivated(IOHandler &io_handler) | lldb_private::IOHandlerDelegate | inlinevirtual |
| IOHandlerDelegate(Completion completion=Completion::None) | lldb_private::IOHandlerDelegate | inline |
| IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines, int cursor_position) override | lldb_private::REPL | virtual |
| IOHandlerGetCommandPrefix() override | lldb_private::REPL | virtual |
| IOHandlerGetControlSequence(char ch) override | lldb_private::REPL | virtual |
| IOHandlerGetFixIndentationCharacters() override | lldb_private::REPL | virtual |
| IOHandlerGetHelpPrologue() override | lldb_private::REPL | virtual |
| IOHandlerInputComplete(IOHandler &io_handler, std::string &line) override | lldb_private::REPL | virtual |
| IOHandlerInputInterrupted(IOHandler &io_handler, std::string &line) override | lldb_private::REPL | virtual |
| IOHandlerInterrupt(IOHandler &io_handler) override | lldb_private::REPL | virtual |
| IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) override | lldb_private::REPL | virtual |
| IOHandlerSuggestion(IOHandler &io_handler, llvm::StringRef line) | lldb_private::IOHandlerDelegate | virtual |
| m_code | lldb_private::REPL | protected |
| m_compiler_options | lldb_private::REPL | protected |
| m_completion | lldb_private::IOHandlerDelegate | protected |
| m_current_indent_level | lldb_private::REPL | protected |
| m_current_indent_str | lldb_private::REPL | protected |
| m_dedicated_repl_mode | lldb_private::REPL | protected |
| m_enable_auto_indent | lldb_private::REPL | protected |
| m_expr_options | lldb_private::REPL | protected |
| m_format_options | lldb_private::REPL | protected |
| m_indent_str | lldb_private::REPL | protected |
| m_io_handler_sp | lldb_private::REPL | protected |
| m_repl_source_path | lldb_private::REPL | protected |
| m_target | lldb_private::REPL | protected |
| m_varobj_options | lldb_private::REPL | protected |
| OnExpressionEvaluated(const ExecutionContext &exe_ctx, llvm::StringRef code, const EvaluateExpressionOptions &expr_options, lldb::ExpressionResults execution_results, const lldb::ValueObjectSP &result_valobj_sp, const Status &error) | lldb_private::REPL | inlineprotectedvirtual |
| PrintOneVariable(Debugger &debugger, lldb::StreamFileSP &output_sp, lldb::ValueObjectSP &valobj_sp, ExpressionVariable *var=nullptr)=0 | lldb_private::REPL | protectedpure virtual |
| REPL(Target &target) | lldb_private::REPL | |
| RunLoop() | lldb_private::REPL | |
| SetCompilerOptions(const char *options) | lldb_private::REPL | inline |
| SetEvaluateOptions(const EvaluateExpressionOptions &options) | lldb_private::REPL | inline |
| SetFormatOptions(const OptionGroupFormat &options) | lldb_private::REPL | inline |
| SetValueObjectDisplayOptions(const OptionGroupValueObjectDisplay &options) | lldb_private::REPL | inline |
| SourceIsComplete(const std::string &source)=0 | lldb_private::REPL | protectedpure virtual |
| ~IOHandlerDelegate()=default | lldb_private::IOHandlerDelegate | virtual |
| ~REPL() override | lldb_private::REPL |