Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp50 SetIsUserCommand(true); in CommandObjectLeaf()
66 SetIsUserCommand(true); in CommandObjectMultiwordSubDummy()
77 SetIsUserCommand(true); in CommandObjectMultiwordDummy()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h148 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp109 cmd_obj_sp->SetIsUserCommand(true); in LoadUserSubcommand()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1109 cmd_sp->SetIsUserCommand(false); in AddCommand()
1159 cmd_sp->SetIsUserCommand(true); in AddUserCommand()