Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp104 if (!IsUserCommand()) { in LoadUserSubcommand()
122 if (!(*pos).second->IsUserCommand()) in LoadUserSubcommand()
142 if (!(*pos).second->IsUserCommand()) { in RemoveUserSubcommand()
H A DCommandObjectCommands.cpp1732 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2021 if (!cmd_sp->IsUserCommand()) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h146 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp926 if (!cmd_sp->IsUserCommand()) { in VerifyUserMultiwordCmdPath()