Lines Matching refs:SBCommandInterpreter

146         SBCommandInterpreter sb_interpreter(&m_interpreter);  in DoExecute()
155 SBCommandInterpreter::SBCommandInterpreter (CommandInterpreter *interpreter) : in SBCommandInterpreter() function in SBCommandInterpreter
167 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) : in SBCommandInterpreter() function in SBCommandInterpreter
172 const SBCommandInterpreter &
173 SBCommandInterpreter::operator = (const SBCommandInterpreter &rhs) in operator =()
179 SBCommandInterpreter::~SBCommandInterpreter () in ~SBCommandInterpreter()
184 SBCommandInterpreter::IsValid() const in IsValid()
191 SBCommandInterpreter::CommandExists (const char *cmd) in CommandExists()
199 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists()
207 SBCommandInterpreter::IsActive () in IsActive()
215 SBCommandInterpreter::GetIOHandlerControlSequence(char ch) in GetIOHandlerControlSequence()
223 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool … in HandleCommand()
230 SBCommandInterpreter::HandleCommand (const char *command_line, SBExecutionContext &override_context… in HandleCommand()
277 SBCommandInterpreter::HandleCommandsFromFile (lldb::SBFileSpec &file, in HandleCommandsFromFile()
325 SBCommandInterpreter::HandleCompletion (const char *current_line, in HandleCompletion()
372 SBCommandInterpreter::HandleCompletion (const char *current_line, in HandleCompletion()
384 SBCommandInterpreter::HasCommands () in HasCommands()
392 SBCommandInterpreter::HasAliases () in HasAliases()
400 SBCommandInterpreter::HasAliasOptions () in HasAliasOptions()
408 SBCommandInterpreter::GetProcess () in GetProcess()
433 SBCommandInterpreter::GetDebugger () in GetDebugger()
449 SBCommandInterpreter::GetPromptOnQuit() in GetPromptOnQuit()
457 SBCommandInterpreter::SetPromptOnQuit (bool b) in SetPromptOnQuit()
464 SBCommandInterpreter::ResolveCommand(const char *command_line, SBCommandReturnObject &result) in ResolveCommand()
480 SBCommandInterpreter::get () in get()
486 SBCommandInterpreter::ref () in ref()
493 SBCommandInterpreter::reset (lldb_private::CommandInterpreter *interpreter) in reset()
499 SBCommandInterpreter::SourceInitFileInHomeDirectory (SBCommandReturnObject &result) in SourceInitFileInHomeDirectory()
524 SBCommandInterpreter::SourceInitFileInCurrentWorkingDirectory (SBCommandReturnObject &result) in SourceInitFileInCurrentWorkingDirectory()
549 SBCommandInterpreter::GetBroadcaster () in GetBroadcaster()
563 SBCommandInterpreter::GetBroadcasterClass () in GetBroadcasterClass()
569 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString()
575 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
581 SBCommandInterpreter::EventIsCommandInterpreterEvent (const lldb::SBEvent &event) in EventIsCommandInterpreterEvent()
583 return event.GetBroadcasterClass() == SBCommandInterpreter::GetBroadcasterClass(); in EventIsCommandInterpreterEvent()
587 SBCommandInterpreter::SetCommandOverrideCallback (const char *command_name, in SetCommandOverrideCallback()
606 SBCommandInterpreter::AddMultiwordCommand (const char* name, const char* help) in AddMultiwordCommand()
617 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const cha… in AddCommand()