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,
405 lldb::SBCommand AddCommand(const char *name,
432 lldb::SBCommand AddCommand(const char *name,
466 lldb::SBCommand AddCommand(const char *name,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp603 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
612 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
619 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
700 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
704 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
708 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
712 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
715 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h281 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.cpp817 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
969 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1143 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter