Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h101 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);
384 lldb::SBCommand AddMultiwordCommand(const char *name,
/llvm-project/lldb/examples/plugins/commands/
H A Dfooplugin.cpp43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/llvm-project/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp83 auto command = interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp590 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter
683 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
/llvm-project/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp1915 auto cmd = dap.debugger.GetCommandInterpreter().AddMultiwordCommand( in request_launch()