Home
last modified time | relevance | path

Searched defs:AddCommand (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/API/
DSBCommandInterpreter.cpp424 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const cha… in AddCommand() function in SBCommandInterpreter
478 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) in AddCommand() function in SBCommand
/external/chromium_org/tools/site_compare/
Dcommand_line.py520 def AddCommand(self, names, helptext, validator=None, impl=None): member in CommandLine
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() function in CommandInterpreter