Home
last modified time | relevance | path

Searched refs:AddMultiwordCommand (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h66 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);
311 lldb::SBCommand AddMultiwordCommand(const char *name,
/external/llvm-project/lldb/examples/plugins/commands/
Dfooplugin.cpp43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp584 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter
586 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddMultiwordCommand, in AddMultiwordCommand()
689 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
691 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in AddMultiwordCommand()
847 AddMultiwordCommand, (const char *, const char *)); in RegisterMethods()
865 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
Dplugin.cpp.template42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/external/llvm-project/lldb/unittests/API/
DSBCommandInterpreterTest.cpp83 auto command = m_interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
/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()