Home
last modified time | relevance | path

Searched refs:HasUserCommands (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h468 bool HasUserCommands() const;
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp1010 if (HasUserCommands()) { in GetCommandSP()
1065 if (HasUserCommands()) { in GetCommandSP()
2163 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectCommands.cpp1722 if (!m_interpreter.HasUserCommands() && in DoExecute()