Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp573 lldb::SBCommand SBCommandInterpreter::AddCommand( AddCommand() function in SBCommandInterpreter
582 SBCommandInterpreter::AddCommand(const char *name, AddCommand() function in SBCommandInterpreter
589 lldb::SBCommand SBCommandInterpreter::AddCommand( AddCommand() function in SBCommandInterpreter
670 lldb::SBCommand SBCommand::AddCommand(const char *name, AddCommand() function in SBCommand
678 lldb::SBCommand SBCommand::AddCommand(const char *name, AddCommand() function in SBCommand
685 lldb::SBCommand SBCommand::AddCommand(const char *name, AddCommand() function in SBCommand
[all...]
/freebsd-src/usr.sbin/ppp/
H A Dcommand.c2503 AddCommand(struct cmdargs const *arg) AddCommand() function
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1120 bool CommandInterpreter::AddCommand(llvm::StringRef name, AddCommand() function in CommandInterpreter