Home
last modified time | relevance | path

Searched refs:IsUserCommand (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp105 if (!IsUserCommand()) { in LoadUserSubcommand()
123 if (!(*pos).second->IsUserCommand()) in LoadUserSubcommand()
143 if (!(*pos).second->IsUserCommand()) { in RemoveUserSubcommand()
H A DCommandObjectCommands.cpp1735 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2024 if (!cmd_sp->IsUserCommand()) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h148 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp944 if (!cmd_sp->IsUserCommand()) { in VerifyUserMultiwordCmdPath()