Searched defs:AddCommand (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 424 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/ |
D | command_line.py | 520 def AddCommand(self, names, helptext, validator=None, impl=None): member in CommandLine
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() function in CommandInterpreter
|