Home
last modified time | relevance | path

Searched refs:GetArgumentAtIndex (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp57 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
66 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
67 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
104 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
105 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
129 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
140 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
141 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
169 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
189 args.GetArgumentAtIndex(i)); in SetValueFromString()
H A DOptionValueFileSpecLIst.cpp60 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
68 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
90 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
104 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
114 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
132 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
152 args.GetArgumentAtIndex(i)); in SetValueFromString()
H A DOptionValueArray.cpp171 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
182 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
211 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetArgs()
239 args.GetArgumentAtIndex(i)); in SetArgs()
253 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
262 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
290 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
H A DCommandInterpreter.cpp1396 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1438 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasResult()
1439 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
1790 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1795 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1818 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
1950 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2016 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2019 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
2023 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
[all …]
H A DOptions.cpp775 request.GetParsedLine().GetArgumentAtIndex(opt_arg_pos), in HandleOptionArgumentCompletion()
776 request.GetParsedLine().GetArgumentAtIndex(opt_arg_pos) + in HandleOptionArgumentCompletion()
828 request.GetParsedLine().GetArgumentAtIndex(cur_arg_pos); in HandleOptionArgumentCompletion()
H A DOptionValueDictionary.cpp181 ConstString key(args.GetArgumentAtIndex(i)); in SetArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp146 arg = request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
157 request.GetParsedLine().GetArgumentAtIndex(request.GetCursorIndex()); in HandleArgumentCompletion()
165 request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
197 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
576 const char *property_path = args.GetArgumentAtIndex(i); in DoExecute()
674 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
776 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
884 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
989 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
1082 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
[all …]
H A DCommandObjectThread.cpp98 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute()
99 m_unique_stacks = ::strcmp(command.GetArgumentAtIndex(0), "unique") == 0; in DoExecute()
123 command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
126 command.GetArgumentAtIndex(i)); in DoExecute()
136 command.GetArgumentAtIndex(i)); in DoExecute()
595 const char *thread_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
1152 command.GetArgumentAtIndex(i)); in DoExecute()
1377 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
1383 command.GetArgumentAtIndex(0)); in DoExecute()
2040 args.GetArgumentAtIndex(0)); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp308 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute()
532 const char *target_idx_arg = args.GetArgumentAtIndex(0); in DoExecute()
862 const char *arg = args.GetArgumentAtIndex(idx); in DoExecute()
1075 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1076 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1195 command.GetArgumentAtIndex(0)); in DoExecute()
1205 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1206 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1304 ConstString orig(command.GetArgumentAtIndex(0)); in DoExecute()
4859 command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
[all …]
H A DCommandObjectPlatform.cpp188 const char *platform_name = args.GetArgumentAtIndex(0); in DoExecute()
879 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute()
880 const char *local_file_path = args.GetArgumentAtIndex(1); in DoExecute()
946 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute()
981 const char *src = args.GetArgumentAtIndex(0); in DoExecute()
982 const char *dst = args.GetArgumentAtIndex(1); in DoExecute()
1566 partial_name = request.GetParsedLine().GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()
1814 FileSpec src(args.GetArgumentAtIndex(0)); in DoExecute()
1816 FileSpec dst(args.GetArgumentAtIndex(1)); in DoExecute()
H A DCommandObjectProcess.cpp394 partial_name = request.GetParsedLine().GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()
906 command.GetArgumentAtIndex(0), plugin_name, debugger, in DoExecute()
1142 const char *signal_name = command.GetArgumentAtIndex(0); in DoExecute()
1151 command.GetArgumentAtIndex(0)); in DoExecute()
1282 FileSpec output_file(command.GetArgumentAtIndex(0)); in DoExecute()
1474 signal_args.GetArgumentAtIndex(i)); in PrintSignalInformation()
1476 PrintSignal(str, signo, signal_args.GetArgumentAtIndex(i), in PrintSignalInformation()
H A DCommandObjectWatchpoint.cpp883 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
893 command.GetArgumentAtIndex(0), in DoExecute()
921 command.GetArgumentAtIndex(0)); in DoExecute()
933 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
949 addr, (uint64_t)size, command.GetArgumentAtIndex(0)); in DoExecute()
H A DCommandObjectQuit.cpp87 llvm::StringRef arg = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectType.cpp846 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute()
966 const char *cat_name = command.GetArgumentAtIndex(0); in DoExecute()
1116 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
1975 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
1979 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2043 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2152 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
2157 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2208 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectFrame.cpp981 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
1068 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp36 strlen(m_partial_parsed_line.GetArgumentAtIndex(m_cursor_index)); in CompletionRequest()
48 m_partial_parsed_line.GetArgumentAtIndex(m_cursor_index); in CompletionRequest()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp90 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
106 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp89 const char *SBLaunchInfo::GetArgumentAtIndex(uint32_t idx) { in GetArgumentAtIndex() function in SBLaunchInfo
90 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp52 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h92 const char *GetArgumentAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h164 return GetParsedLine().GetArgumentAtIndex(GetCursorIndex()); in GetCursorArgument()
H A DArgs.h138 const char *GetArgumentAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp59 const auto arg = command.GetArgumentAtIndex(i); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp450 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
455 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp36 const char *func_name = args.GetArgumentAtIndex(i); in UnwindLLDB()

12