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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h114 lldb::SBCommand AddCommand(const char *name,
118 lldb::SBCommand AddCommand(const char *name,
286 lldb::SBCommand AddCommand(const char *name,
290 lldb::SBCommand AddCommand(const char *name,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp677 lldb::SBCommand SBCommandInterpreter::AddCommand( function in class:SBCommandInterpreter
680 lldb::SBCommand, SBCommandInterpreter, AddCommand,
695 SBCommandInterpreter::AddCommand(const char *name, function in class:SBCommandInterpreter
698 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand,
779 lldb::SBCommand SBCommand::AddCommand(const char *name, function in class:SBCommand
783 lldb::SBCommand, SBCommand, AddCommand,
799 lldb::SBCommand SBCommand::AddCommand(const char *name, function in class:SBCommand
802 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddCommand,
944 lldb::SBCommand, SBCommandInterpreter, AddCommand,
946 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommandInterpreter, AddCommand,
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h218 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp976 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
1132 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
/freebsd-12-stable/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) function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp961 bool CommandInterpreter::AddCommand(llvm::StringRef name, function in class:CommandInterpreter

Completed in 148 milliseconds