Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h493 bool HasUserCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1065 if (HasUserCommands()) { in GetCommandSP()
1120 if (HasUserCommands()) { in GetCommandSP()
2330 bool CommandInterpreter::HasUserCommands() const { in HasUserCommands() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2631 if (!m_interpreter.HasUserCommands() && in DoExecute()