Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp553 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
562 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
569 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
650 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
658 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
665 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1117 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter