Home
last modified time | relevance | path

Searched refs:SBCommand (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/API/
DSBCommandInterpreter.cpp412 lldb::SBCommand
419 return lldb::SBCommand(new_command_sp); in AddMultiwordCommand()
420 return lldb::SBCommand(); in AddMultiwordCommand()
423 lldb::SBCommand
430 return lldb::SBCommand(new_command_sp); in AddCommand()
431 return lldb::SBCommand(); in AddCommand()
434 SBCommand::SBCommand () in SBCommand() function in SBCommand
437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand() function in SBCommand
441 SBCommand::IsValid () in IsValid()
447 SBCommand::GetName () in GetName()
[all …]
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h73 lldb::SBCommand
76 lldb::SBCommand
160 class SBCommand
164 SBCommand ();
175 lldb::SBCommand
178 lldb::SBCommand
186 SBCommand (lldb::CommandObjectSP cmd_sp);
DSBDefines.h33 class SBCommand; variable
/external/lldb/examples/plugins/commands/
Dfooplugin.cpp52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL); in PluginInitialize()
/external/lldb/test/functionalities/plugins/commands/
Dplugin.cpp53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL); in PluginInitialize()
/external/clang/utils/analyzer/
DSATestBuild.py308 SBCommand = SBPrefix + Command
310 print " Executing: %s" % (SBCommand,)
311 check_call(SBCommand, cwd = SBCwd, stderr=PBuildLogFile,