Searched refs:AddCommand (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 113 lldb::SBCommand AddCommand(const char *name, 117 lldb::SBCommand AddCommand(const char *name, 297 lldb::SBCommand AddCommand(const char *name, 301 lldb::SBCommand AddCommand(const char *name,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 556 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter 569 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter 627 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand 642 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 209 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1013 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete() 1169 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 958 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter
|