Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h150 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp110 cmd_obj_sp->SetIsUserCommand(true); in LoadUserSubcommand()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1127 cmd_sp->SetIsUserCommand(false); in AddCommand()
1177 cmd_sp->SetIsUserCommand(true); in AddUserCommand()