Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h372 bool HasUserCommands() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp880 if (HasUserCommands()) { in GetCommandSP()
927 if (HasUserCommands()) { in GetCommandSP()
1876 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1787 if (cmd_name.empty() || !m_interpreter.HasUserCommands() || in DoExecute()