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