Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp587 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
590 lldb::SBCommand, SBCommandInterpreter, AddCommand, in AddCommand()
599 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
610 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
695 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
699 lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
706 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
709 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand, in AddCommand()
717 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
837 lldb::SBCommand, SBCommandInterpreter, AddCommand, in RegisterMethods()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h86 lldb::SBCommand AddCommand(const char *name,
113 lldb::SBCommand AddCommand(const char *name,
143 lldb::SBCommand AddCommand(const char *name,
332 lldb::SBCommand AddCommand(const char *name,
359 lldb::SBCommand AddCommand(const char *name,
393 lldb::SBCommand AddCommand(const char *name,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h256 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp819 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
973 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1001 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter