Home
last modified time | relevance | path

Searched refs:AddCommand (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h135 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/
HDSBCommandInterpreter.cpp617 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/
HDCommandInterpreter.h252 AddCommand (const char *name,
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1049 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/
HDcommand.c182 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/
HDCommandInterpreter.cpp867 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() function in CommandInterpreter