| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 587 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 D | SBCommandInterpreter.h | 86 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 D | CommandInterpreter.h | 256 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 819 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 D | command.c | 184 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 D | CommandInterpreter.cpp | 1001 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter
|