Searched refs:AddMultiwordCommand (Results 1 – 6 of 6) sorted by relevance
68 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);315 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 = m_interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
539 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter632 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()