Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp111 std::string sub_command; in DoExecute() local
113 sub_command = std::string(entry.ref()); in DoExecute()
124 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
150 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
156 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
H A DCommandObjectMultiword.cpp171 auto sub_command = args[0].ref(); in Execute() local
172 if (sub_command.empty()) { in Execute()
184 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
205 error_msg.append(std::string(sub_command)); in Execute()
H A DCommandObjectCommands.cpp565 auto sub_command = args[0].ref(); in HandleAliasingNormalCommand() local
566 assert(!sub_command.empty()); in HandleAliasingNormalCommand()
567 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
/openbsd/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py447 if args.sub_command == 'print-release-branch':