Searched refs:SBCommand (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 584 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() 586 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddMultiwordCommand, in AddMultiwordCommand() 595 return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp)); in AddMultiwordCommand() 596 return LLDB_RECORD_RESULT(lldb::SBCommand()); in AddMultiwordCommand() 599 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() 602 lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand() 610 lldb::SBCommand 614 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand() 622 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() 625 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand() [all …]
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 66 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help); 86 lldb::SBCommand AddCommand(const char *name, 113 lldb::SBCommand AddCommand(const char *name, 143 lldb::SBCommand AddCommand(const char *name, 289 class SBCommand { 291 SBCommand(); 311 lldb::SBCommand AddMultiwordCommand(const char *name, 332 lldb::SBCommand AddCommand(const char *name, 359 lldb::SBCommand AddCommand(const char *name, 393 lldb::SBCommand AddCommand(const char *name, [all …]
|
D | SBDefines.h | 28 class LLDB_API SBCommand; variable
|
/external/llvm-project/lldb/examples/plugins/commands/ |
D | fooplugin.cpp | 43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
|
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
D | plugin.cpp.template | 42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 308 SBCommand = SBPrefix + Command 310 print " Executing: %s" % (SBCommand,) 311 check_call(SBCommand, cwd = SBCwd, stderr=PBuildLogFile,
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/ |
D | cli-wrapper-mpxtable.cpp | 410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 496 lldb::SBCommand proc_trace = interpreter.AddMultiwordCommand( in PTPluginInitialize()
|