Home
last modified time | relevance | path

Searched defs:AddCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp603 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
612 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
619 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
700 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
708 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
715 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd-14-stable/usr.sbin/ppp/
HDcommand.c2503 AddCommand(struct cmdargs const *arg) in AddCommand() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1143 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter