Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h121 lldb::SBCommand AddCommand(const char *name,
148 lldb::SBCommand AddCommand(const char *name,
178 lldb::SBCommand AddCommand(const char *name,
407 lldb::SBCommand AddCommand(const char *name,
434 lldb::SBCommand AddCommand(const char *name,
468 lldb::SBCommand AddCommand(const char *name,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp615 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
619 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
624 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
628 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
631 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
713 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
717 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
721 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
725 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
728 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h285 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd/usr.sbin/ppp/
H A Dcommand.c182 static int AddCommand(struct cmdargs const *);
845 {"add", NULL, AddCommand, LOCAL_AUTH,
847 {NULL, "add!", AddCommand, LOCAL_AUTH,
2507 AddCommand(struct cmdargs const *arg) in AddCommand() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp826 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
979 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1199 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter