Searched refs:SBCommand (Results 1 – 6 of 6) sorted by relevance
412 lldb::SBCommand419 return lldb::SBCommand(new_command_sp); in AddMultiwordCommand()420 return lldb::SBCommand(); in AddMultiwordCommand()423 lldb::SBCommand430 return lldb::SBCommand(new_command_sp); in AddCommand()431 return lldb::SBCommand(); in AddCommand()434 SBCommand::SBCommand () in SBCommand() function in SBCommand437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand() function in SBCommand441 SBCommand::IsValid () in IsValid()447 SBCommand::GetName () in GetName()[all …]
73 lldb::SBCommand76 lldb::SBCommand160 class SBCommand164 SBCommand ();175 lldb::SBCommand178 lldb::SBCommand186 SBCommand (lldb::CommandObjectSP cmd_sp);
33 class SBCommand; variable
52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL); in PluginInitialize()
53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL); in PluginInitialize()
308 SBCommand = SBPrefix + Command310 print " Executing: %s" % (SBCommand,)311 check_call(SBCommand, cwd = SBCwd, stderr=PBuildLogFile,