Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
174 class SBCommandPluginInterface
186 ~SBCommandPluginInterface () in ~SBCommandPluginInterface()
209 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
HDSBDefines.h35 class SBCommandPluginInterface; variable
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp37 lldb::SBCommandPluginInterface* backend, in CommandPluginInterfaceImplementation()
58 lldb::SBCommandPluginInterface* m_backend;
547 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const cha… in AddCommand()
601 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) in AddCommand()