Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp100 std::string sub_command; in DoExecute() local
102 sub_command = std::string(entry.ref()); in DoExecute()
113 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
139 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
145 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
H A DCommandObjectMultiword.cpp160 auto sub_command = args[0].ref(); in RemoveUserSubcommand()
161 if (sub_command.empty()) {
173 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
191 error_msg.append(std::string(sub_command)); in Execute()
202 llvm::Twine("\"" + sub_command + "\" is not a valid subcommand of \"" + in Execute()
171 auto sub_command = args[0].ref(); Execute() local
H A DCommandObjectCommands.cpp548 auto sub_command = args[0].ref(); in HandleAliasingNormalCommand()
549 assert(!sub_command.empty()); in HandleAliasingNormalCommand()
550 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
561 args.Shift(); // Shift the sub_command word off the argument vector. in HandleAliasingNormalCommand()
542 auto sub_command = args[0].ref(); HandleAliasingNormalCommand() local
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py705 "sub_command",
767 if args.sub_command == "print-release-branch":