|
|
|
__init__(self,
*args)
__init__(lldb::SBCommandInterpreter self, SBCommandInterpreter rhs)
-> SBCommandInterpreter |
source code
|
|
|
GetArgumentTypeAsCString(*args)
GetArgumentTypeAsCString(lldb::CommandArgumentType const arg_type)
-> char const * |
source code
|
|
|
GetArgumentDescriptionAsCString(*args)
GetArgumentDescriptionAsCString(lldb::CommandArgumentType const
arg_type) -> char const * |
source code
|
|
|
EventIsCommandInterpreterEvent(*args)
EventIsCommandInterpreterEvent(SBEvent event) -> bool |
source code
|
|
|
IsValid(self)
IsValid(SBCommandInterpreter self) -> bool |
source code
|
|
|
|
|
|
|
GetIOHandlerControlSequence(self,
*args)
GetIOHandlerControlSequence(SBCommandInterpreter self, char ch) ->
char const * |
source code
|
|
|
GetPromptOnQuit(self)
GetPromptOnQuit(SBCommandInterpreter self) -> bool |
source code
|
|
|
SetPromptOnQuit(self,
*args)
SetPromptOnQuit(SBCommandInterpreter self, bool b) |
source code
|
|
|
AllowExitCodeOnQuit(self,
*args)
AllowExitCodeOnQuit(SBCommandInterpreter self, bool b) |
source code
|
|
|
HasCustomQuitExitCode(self)
HasCustomQuitExitCode(SBCommandInterpreter self) -> bool |
source code
|
|
|
GetQuitStatus(self)
GetQuitStatus(SBCommandInterpreter self) -> int |
source code
|
|
|
ResolveCommand(self,
*args)
ResolveCommand(SBCommandInterpreter self, char const * command_line,
SBCommandReturnObject result) |
source code
|
|
|
CommandExists(self,
*args)
CommandExists(SBCommandInterpreter self, char const * cmd) -> bool |
source code
|
|
|
AliasExists(self,
*args)
AliasExists(SBCommandInterpreter self, char const * cmd) -> bool |
source code
|
|
|
GetBroadcaster(self)
GetBroadcaster(SBCommandInterpreter self) -> SBBroadcaster |
source code
|
|
char const *
|
|
|
HasCommands(self)
HasCommands(SBCommandInterpreter self) -> bool |
source code
|
|
|
HasAliases(self)
HasAliases(SBCommandInterpreter self) -> bool |
source code
|
|
|
HasAliasOptions(self)
HasAliasOptions(SBCommandInterpreter self) -> bool |
source code
|
|
|
GetProcess(self)
GetProcess(SBCommandInterpreter self) -> SBProcess |
source code
|
|
|
GetDebugger(self)
GetDebugger(SBCommandInterpreter self) -> SBDebugger |
source code
|
|
|
SourceInitFileInHomeDirectory(self,
*args)
SourceInitFileInHomeDirectory(SBCommandInterpreter self,
SBCommandReturnObject result) |
source code
|
|
|
SourceInitFileInCurrentWorkingDirectory(self,
*args)
SourceInitFileInCurrentWorkingDirectory(SBCommandInterpreter self,
SBCommandReturnObject result) |
source code
|
|
|
HandleCommand(self,
*args)
HandleCommand(SBCommandInterpreter self, char const * command_line, SBCommandReturnObject result, bool add_to_history=False) -> lldb::ReturnStatus... |
source code
|
|
|
HandleCommandsFromFile(self,
*args)
HandleCommandsFromFile(SBCommandInterpreter self, SBFileSpec file, SBExecutionContext override_context, SBCommandInterpreterRunOptions options, ... |
source code
|
|
|
HandleCompletion(self,
*args)
HandleCompletion(SBCommandInterpreter self, char const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, ... |
source code
|
|
|
HandleCompletionWithDescriptions(self,
*args)
HandleCompletionWithDescriptions(SBCommandInterpreter self, char const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, ... |
source code
|
|
|
IsActive(self)
IsActive(SBCommandInterpreter self) -> bool |
source code
|
|
|
WasInterrupted(self)
WasInterrupted(SBCommandInterpreter self) -> bool |
source code
|
|