Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h120 lldb::SBCommand AddCommand(const char *name,
147 lldb::SBCommand AddCommand(const char *name,
177 lldb::SBCommand AddCommand(const char *name,
389 lldb::SBCommand AddCommand(const char *name,
416 lldb::SBCommand AddCommand(const char *name,
450 lldb::SBCommand AddCommand(const char *name,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp573 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
577 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
582 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
586 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
589 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
670 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
674 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
678 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
682 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
685 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h267 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp861 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
1013 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/freebsd-14.2/usr.sbin/ppp/
H A Dcommand.c182 static int AddCommand(struct cmdargs const *);
841 {"add", NULL, AddCommand, LOCAL_AUTH,
843 {NULL, "add!", AddCommand, LOCAL_AUTH,
2503 AddCommand(struct cmdargs const *arg) in AddCommand() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1120 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter