Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h606 const CommandObject::CommandMap &GetCommands() const { in GetCommands() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1349 StringList &GetCommands() { return m_commands; } in GetCommands() function