Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h388 bool HasUserCommands() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp877 if (HasUserCommands()) { in GetCommandSP()
924 if (HasUserCommands()) { in GetCommandSP()
1934 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1850 if (cmd_name.empty() || !m_interpreter.HasUserCommands() || in DoExecute()