Searched refs:SBCommandPluginInterface (Results 1 – 5 of 5) sorted by relevance
77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);144 class SBCommandPluginInterface156 ~SBCommandPluginInterface () in ~SBCommandPluginInterface()179 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
35 class SBCommandPluginInterface; variable
37 lldb::SBCommandPluginInterface* backend, in CommandPluginInterfaceImplementation()58 lldb::SBCommandPluginInterface* m_backend;424 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const cha… in AddCommand()478 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) in AddCommand()
25 class ChildCommand : public lldb::SBCommandPluginInterface