Home
last modified time | relevance | path

Searched refs:GetUserCommands (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h579 const CommandObject::CommandMap &GetUserCommands() const { in GetUserCommands() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1282 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject()
1293 AddNamesMatchingPartialString(GetUserCommands(), cmd_str, *matches_ptr); in GetUserCommandObject()