Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp56 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
65 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
66 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
105 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
106 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
132 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
143 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
144 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
173 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
177 args.GetArgumentAtIndex(i)); in SetValueFromString()
H A DOptionValueFileSpecList.cpp61 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
69 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
91 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
105 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
115 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
133 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
153 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.cpp1067 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1442 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1483 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasResult()
1484 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
1833 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1838 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1855 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
1948 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2010 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2013 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
[all …]
H A DOptionValueDictionary.cpp181 ConstString key(args.GetArgumentAtIndex(i)); in SetArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp35 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute()
36 m_unique_stacks = ::strcmp(command.GetArgumentAtIndex(0), "unique") == 0; in DoExecute()
58 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
60 command.GetArgumentAtIndex(i)); in DoExecute()
69 command.GetArgumentAtIndex(i)); in DoExecute()
167 if (num_args > 0 && ::strcmp(command.GetArgumentAtIndex(0), "all") == 0) { in DoExecute()
178 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
180 command.GetArgumentAtIndex(i)); in DoExecute()
188 command.GetArgumentAtIndex(i)); in DoExecute()
H A DCommandObjectSettings.cpp135 arg = request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
146 arg = request.GetParsedLine().GetArgumentAtIndex(request.GetCursorIndex()); in HandleArgumentCompletion()
157 request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
183 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
622 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
716 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
815 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
911 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
995 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
1109 const char *var_name = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectThread.cpp391 const char *thread_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
910 command.GetArgumentAtIndex(i)); in DoExecute()
1133 if (!llvm::to_integer(command.GetArgumentAtIndex(0), index_id)) { in DoExecute()
1135 command.GetArgumentAtIndex(0)); in DoExecute()
1143 command.GetArgumentAtIndex(0)); in DoExecute()
1815 if (!llvm::to_integer(args.GetArgumentAtIndex(0), thread_plan_idx)) { in DoExecute()
1818 args.GetArgumentAtIndex(0)); in DoExecute()
1834 args.GetArgumentAtIndex(0)); in DoExecute()
1887 if (!llvm::to_integer(args.GetArgumentAtIndex(i), tid)) { in DoExecute()
1889 args.GetArgumentAtIndex(i)); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp299 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute()
495 const char *target_idx_arg = args.GetArgumentAtIndex(0); in DoExecute()
1037 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1038 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1164 command.GetArgumentAtIndex(0)); in DoExecute()
1173 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1174 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1258 ConstString orig(command.GetArgumentAtIndex(0)); in DoExecute()
1880 (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != nullptr; in DoExecute()
2691 const char *sect_name = args.GetArgumentAtIndex(i); in DoExecute()
[all …]
H A DCommandObjectPlatform.cpp168 const char *platform_name = args.GetArgumentAtIndex(0); in DoExecute()
831 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute()
832 const char *local_file_path = args.GetArgumentAtIndex(1); in DoExecute()
903 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute()
947 const char *src = args.GetArgumentAtIndex(0); in DoExecute()
948 const char *dst = args.GetArgumentAtIndex(1); in DoExecute()
1710 FileSpec src(args.GetArgumentAtIndex(0)); in DoExecute()
1712 FileSpec dst(args.GetArgumentAtIndex(1)); in DoExecute()
H A DCommandObjectQuit.cpp83 llvm::StringRef arg = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectProcess.cpp793 command.GetArgumentAtIndex(0), plugin_name, debugger, in DoExecute()
796 command.GetArgumentAtIndex(0), plugin_name, debugger, in DoExecute()
1058 const char *signal_name = command.GetArgumentAtIndex(0); in DoExecute()
1067 command.GetArgumentAtIndex(0)); in DoExecute()
1235 FileSpec output_file(command.GetArgumentAtIndex(0)); in DoExecute()
1512 signal_args.GetArgumentAtIndex(i)); in PrintSignalInformation()
1514 PrintSignal(str, signo, signal_args.GetArgumentAtIndex(i), in PrintSignalInformation()
H A DCommandObjectWatchpoint.cpp910 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
920 command.GetArgumentAtIndex(0), in DoExecute()
948 command.GetArgumentAtIndex(0)); in DoExecute()
960 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
976 addr, (uint64_t)size, command.GetArgumentAtIndex(0)); in DoExecute()
H A DCommandObjectFrame.cpp977 if (!llvm::to_integer(command.GetArgumentAtIndex(0), recognizer_id)) { in DoExecute()
979 command.GetArgumentAtIndex(0)); in DoExecute()
987 command.GetArgumentAtIndex(0)); in DoExecute()
1067 const char *frame_index_str = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectType.cpp822 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute()
935 const char *cat_name = command.GetArgumentAtIndex(0); in DoExecute()
1073 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
1899 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
1903 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
1971 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2077 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
2082 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2139 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp87 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
103 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments()
129 const char *arg = m_arguments.GetArgumentAtIndex(i); in Dump()
235 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow()
H A DCompletionRequest.cpp33 strlen(GetParsedLine().GetArgumentAtIndex(m_cursor_index)); in CompletionRequest()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp150 const char *SBLaunchInfo::GetArgumentAtIndex(uint32_t idx) { in GetArgumentAtIndex() function in SBLaunchInfo
151 LLDB_RECORD_METHOD(const char *, SBLaunchInfo, GetArgumentAtIndex, (uint32_t), in GetArgumentAtIndex()
154 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex()
419 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetArgumentAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp50 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i56 GetArgumentAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h89 const char *GetArgumentAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp58 const auto arg = command.GetArgumentAtIndex(i); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h218 return GetParsedLine().GetArgumentAtIndex(GetCursorIndex()); in GetCursorArgumentPrefix()
H A DArgs.h128 const char *GetArgumentAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp551 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
556 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()

12