Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBCommandInterpreter.cpp32 class CommandPluginInterfaceImplementation : public CommandObjectParsed class
35 CommandPluginInterfaceImplementation (CommandInterpreter &interpreter, in CommandPluginInterfaceImplementation() function in CommandPluginInterfaceImplementation
427 new_command_sp.reset(new CommandPluginInterfaceImplementation(*m_opaque_ptr,name,impl,help)); in AddCommand()
485 …new_command_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter()… in AddCommand()