Searched refs:AddCommand (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBCommandInterpreter.h | 135 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help); 304 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBCommandInterpreter.cpp | 617 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const cha… in AddCommand() function in SBCommandInterpreter 693 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) in AddCommand() function in SBCommand
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandInterpreter.h | 252 AddCommand (const char *name,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectCommands.cpp | 1049 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete() 1236 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | command.c | 182 static int AddCommand(struct cmdargs const *); 841 {"add", NULL, AddCommand, LOCAL_AUTH, 843 {NULL, "add!", AddCommand, LOCAL_AUTH, 2498 AddCommand(struct cmdargs const *arg) in AddCommand() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 867 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() function in CommandInterpreter
|