Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h113 lldb::SBCommand AddCommand(const char *name,
117 lldb::SBCommand AddCommand(const char *name,
297 lldb::SBCommand AddCommand(const char *name,
301 lldb::SBCommand AddCommand(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp556 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
569 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
627 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
642 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h209 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1013 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
1169 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/freebsd-12.1/usr.sbin/ppp/
H A Dcommand.c184 static int AddCommand(struct cmdargs const *);
843 {"add", NULL, AddCommand, LOCAL_AUTH,
845 {NULL, "add!", AddCommand, LOCAL_AUTH,
2505 AddCommand(struct cmdargs const *arg) in AddCommand() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp958 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter