Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBCommandInterpreter.h74 AddMultiwordCommand (const char* name, const char* help);
176 AddMultiwordCommand (const char* name, const char* help = NULL);
/external/lldb/examples/plugins/commands/
Dfooplugin.cpp52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL); in PluginInitialize()
/external/lldb/test/functionalities/plugins/commands/
Dplugin.cpp53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL); in PluginInitialize()
/external/lldb/source/API/
DSBCommandInterpreter.cpp413 SBCommandInterpreter::AddMultiwordCommand (const char* name, const char* help) in AddMultiwordCommand() function in SBCommandInterpreter
463 SBCommand::AddMultiwordCommand (const char* name, const char* help) in AddMultiwordCommand() function in SBCommand