Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBCommandInterpreter.h77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
144 class SBCommandPluginInterface
156 ~SBCommandPluginInterface () in ~SBCommandPluginInterface()
179 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
DSBDefines.h35 class SBCommandPluginInterface; variable
/external/lldb/source/API/
DSBCommandInterpreter.cpp37 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()
/external/lldb/examples/plugins/commands/
Dfooplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface
/external/lldb/test/functionalities/plugins/commands/
Dplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface