AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help) | lldb::SBCommandInterpreter | |
AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) | lldb::SBCommandInterpreter | |
AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax, const char *auto_repeat_command) | lldb::SBCommandInterpreter | |
AddMultiwordCommand(const char *name, const char *help) | lldb::SBCommandInterpreter | |
AliasExists(const char *cmd) | lldb::SBCommandInterpreter | |
AllowExitCodeOnQuit(bool allow) | lldb::SBCommandInterpreter | |
CommandExists(const char *cmd) | lldb::SBCommandInterpreter | |
eBroadcastBitAsynchronousErrorData enum value | lldb::SBCommandInterpreter | |
eBroadcastBitAsynchronousOutputData enum value | lldb::SBCommandInterpreter | |
eBroadcastBitQuitCommandReceived enum value | lldb::SBCommandInterpreter | |
eBroadcastBitResetPrompt enum value | lldb::SBCommandInterpreter | |
eBroadcastBitThreadShouldExit enum value | lldb::SBCommandInterpreter | |
EventIsCommandInterpreterEvent(const lldb::SBEvent &event) | lldb::SBCommandInterpreter | static |
get() | lldb::SBCommandInterpreter | protected |
GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type) | lldb::SBCommandInterpreter | static |
GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type) | lldb::SBCommandInterpreter | static |
GetBroadcaster() | lldb::SBCommandInterpreter | |
GetBroadcasterClass() | lldb::SBCommandInterpreter | static |
GetDebugger() | lldb::SBCommandInterpreter | |
GetIOHandlerControlSequence(char ch) | lldb::SBCommandInterpreter | |
GetProcess() | lldb::SBCommandInterpreter | |
GetPromptOnQuit() | lldb::SBCommandInterpreter | |
GetQuitStatus() | lldb::SBCommandInterpreter | |
GetStatistics() | lldb::SBCommandInterpreter | |
GetTranscript() | lldb::SBCommandInterpreter | |
HandleCommand(const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history=false) | lldb::SBCommandInterpreter | |
HandleCommand(const char *command_line, SBExecutionContext &exe_ctx, SBCommandReturnObject &result, bool add_to_history=false) | lldb::SBCommandInterpreter | |
HandleCommandsFromFile(lldb::SBFileSpec &file, lldb::SBExecutionContext &override_context, lldb::SBCommandInterpreterRunOptions &options, lldb::SBCommandReturnObject result) | lldb::SBCommandInterpreter | |
HandleCompletion(const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, lldb::SBStringList &matches) | lldb::SBCommandInterpreter | |
HandleCompletion(const char *current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, lldb::SBStringList &matches) | lldb::SBCommandInterpreter | |
HandleCompletionWithDescriptions(const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, lldb::SBStringList &matches, lldb::SBStringList &descriptions) | lldb::SBCommandInterpreter | |
HandleCompletionWithDescriptions(const char *current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, lldb::SBStringList &matches, lldb::SBStringList &descriptions) | lldb::SBCommandInterpreter | |
HasAliases() | lldb::SBCommandInterpreter | |
HasAliasOptions() | lldb::SBCommandInterpreter | |
HasCommands() | lldb::SBCommandInterpreter | |
HasCustomQuitExitCode() | lldb::SBCommandInterpreter | |
InterruptCommand() | lldb::SBCommandInterpreter | |
IsActive() | lldb::SBCommandInterpreter | |
IsInteractive() | lldb::SBCommandInterpreter | |
IsValid() const | lldb::SBCommandInterpreter | |
lldb_private::CommandPluginInterfaceImplementation | lldb::SBCommandInterpreter | friend |
m_opaque_ptr | lldb::SBCommandInterpreter | private |
operator bool() const | lldb::SBCommandInterpreter | explicit |
operator=(const lldb::SBCommandInterpreter &rhs) | lldb::SBCommandInterpreter | |
ref() | lldb::SBCommandInterpreter | protected |
reset(lldb_private::CommandInterpreter *) | lldb::SBCommandInterpreter | protected |
ResolveCommand(const char *command_line, SBCommandReturnObject &result) | lldb::SBCommandInterpreter | |
SBCommandInterpreter() | lldb::SBCommandInterpreter | |
SBCommandInterpreter(const lldb::SBCommandInterpreter &rhs) | lldb::SBCommandInterpreter | |
SBCommandInterpreter(lldb_private::CommandInterpreter *interpreter_ptr) | lldb::SBCommandInterpreter | protected |
SBDebugger | lldb::SBCommandInterpreter | friend |
SetCommandOverrideCallback(const char *command_name, lldb::CommandOverrideCallback callback, void *baton) | lldb::SBCommandInterpreter | |
SetPromptOnQuit(bool b) | lldb::SBCommandInterpreter | |
SourceInitFileInCurrentWorkingDirectory(lldb::SBCommandReturnObject &result) | lldb::SBCommandInterpreter | |
SourceInitFileInGlobalDirectory(lldb::SBCommandReturnObject &result) | lldb::SBCommandInterpreter | |
SourceInitFileInHomeDirectory(lldb::SBCommandReturnObject &result) | lldb::SBCommandInterpreter | |
SourceInitFileInHomeDirectory(lldb::SBCommandReturnObject &result, bool is_repl) | lldb::SBCommandInterpreter | |
UserCommandExists(const char *cmd) | lldb::SBCommandInterpreter | |
WasInterrupted() const | lldb::SBCommandInterpreter | |
~SBCommandInterpreter() | lldb::SBCommandInterpreter | |