Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h150 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp110 cmd_obj_sp->SetIsUserCommand(true); in LoadUserSubcommand()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1153 cmd_sp->SetIsUserCommand(false); in AddCommand()
1207 cmd_sp->SetIsUserCommand(true); in AddUserCommand()