Searched refs:AddMultiwordCommand (Results 1 – 7 of 7) sorted by relevance
101 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);384 lldb::SBCommand AddMultiwordCommand(const char *name,
43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
83 auto command = interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
590 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter683 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
1915 auto cmd = dap.debugger.GetCommandInterpreter().AddMultiwordCommand( in request_launch()