Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp584 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/
DSBCommandInterpreter.h66 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 …]
DSBDefines.h28 class LLDB_API SBCommand; variable
/external/llvm-project/lldb/examples/plugins/commands/
Dfooplugin.cpp43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
Dplugin.cpp.template42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/external/clang/utils/analyzer/
DSATestBuild.py308 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/
Dcli-wrapper-mpxtable.cpp410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp496 lldb::SBCommand proc_trace = interpreter.AddMultiwordCommand( in PTPluginInitialize()