Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp60 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
63 args.GetArgumentAtIndex(0), count); in SetValueFromString()
67 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
68 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
107 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
108 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
136 args.GetArgumentAtIndex(0), count); in SetValueFromString()
142 const char *orginal_path = args.GetArgumentAtIndex(i); in SetValueFromString()
143 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString()
171 if (!llvm::to_integer(args.GetArgumentAtIndex(i), idx) || idx < 0 || in SetValueFromString()
[all …]
H A DOptionValueFileSpecList.cpp61 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
64 args.GetArgumentAtIndex(0), count); in SetValueFromString()
67 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
89 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
104 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetValueFromString()
107 args.GetArgumentAtIndex(0), count); in SetValueFromString()
112 FileSpec file(args.GetArgumentAtIndex(i)); in SetValueFromString()
130 if (!llvm::to_integer(args.GetArgumentAtIndex(i), idx)) in SetValueFromString()
149 args.GetArgumentAtIndex(i)); in SetValueFromString()
H A DOptionValueArray.cpp177 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetArgs()
180 args.GetArgumentAtIndex(0), count); in SetArgs()
186 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
215 if (!llvm::to_integer(args.GetArgumentAtIndex(i), idx) || idx >= size) { in SetArgs()
242 args.GetArgumentAtIndex(i)); in SetArgs()
257 if (!llvm::to_integer(args.GetArgumentAtIndex(0), idx) || idx > count) { in SetArgs()
260 args.GetArgumentAtIndex(0), count); in SetArgs()
264 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
292 args.GetArgumentAtIndex(i), m_type_mask, error)); in SetArgs()
H A DCommandInterpreter.cpp976 const char *cur_name = path.GetArgumentAtIndex(0); in VerifyUserMultiwordCmdPath()
986 cur_name = path.GetArgumentAtIndex(cursor); in VerifyUserMultiwordCmdPath()
1622 (alias_name_str != cmd_args.GetArgumentAtIndex(0))) in BuildAliasResult()
1680 strlen(cmd_args.GetArgumentAtIndex(index)) + len_fudge); in BuildAliasResult()
1683 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index)); in BuildAliasResult()
2067 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2072 strcmp(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2186 if (alias_name_str != cmd_args.GetArgumentAtIndex(0)) in BuildAliasCommandArgs()
2248 raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2251 strpos, strlen(cmd_args.GetArgumentAtIndex(index))); in BuildAliasCommandArgs()
[all …]
H A DOptionValueDictionary.cpp204 llvm::StringRef key(args.GetArgumentAtIndex(i)); in SetArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp48 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute()
49 m_unique_stacks = ::strcmp(command.GetArgumentAtIndex(0), "unique") == 0; in DoExecute()
71 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
73 command.GetArgumentAtIndex(i)); in DoExecute()
82 command.GetArgumentAtIndex(i)); in DoExecute()
179 if (num_args > 0 && ::strcmp(command.GetArgumentAtIndex(0), "all") == 0) { in DoExecute()
190 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
192 command.GetArgumentAtIndex(i)); in DoExecute()
200 command.GetArgumentAtIndex(i)); in DoExecute()
H A DCommandObjectSettings.cpp140 arg = request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
151 arg = request.GetParsedLine().GetArgumentAtIndex(request.GetCursorIndex()); in HandleArgumentCompletion()
162 request.GetParsedLine().GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
188 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
614 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
705 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
801 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
894 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
975 const char *var_name = cmd_args.GetArgumentAtIndex(0); in DoExecute()
1086 const char *var_name = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectThread.cpp430 const char *thread_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
938 command.GetArgumentAtIndex(i)); in DoExecute()
1238 if (!llvm::to_integer(command.GetArgumentAtIndex(0), index_id)) { in DoExecute()
1240 command.GetArgumentAtIndex(0)); in DoExecute()
1246 command.GetArgumentAtIndex(0)); in DoExecute()
1972 args.GetArgumentAtIndex(0)); in DoExecute()
1987 args.GetArgumentAtIndex(0)); in DoExecute()
2039 if (!llvm::to_integer(args.GetArgumentAtIndex(i), tid)) { in DoExecute()
2041 args.GetArgumentAtIndex(i)); in DoExecute()
2046 args.GetArgumentAtIndex(i)); in DoExecute()
[all …]
H A DCommandObjectPlatform.cpp174 const char *platform_name = args.GetArgumentAtIndex(0); in DoExecute()
842 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute()
843 const char *local_file_path = args.GetArgumentAtIndex(1); in DoExecute()
913 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute()
983 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute()
1052 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute()
1103 const char *src = args.GetArgumentAtIndex(0); in DoExecute()
1104 const char *dst = args.GetArgumentAtIndex(1); in DoExecute()
1875 FileSpec src(args.GetArgumentAtIndex(0)); in DoExecute()
1877 FileSpec dst(args.GetArgumentAtIndex(1)); in DoExecute()
H A DCommandObjectTarget.cpp299 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute()
522 const char *target_identifier = args.GetArgumentAtIndex(0); in DoExecute()
1067 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1068 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1191 command.GetArgumentAtIndex(0)); in DoExecute()
1200 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1201 const char *to = command.GetArgumentAtIndex(i + 1); in DoExecute()
1278 ConstString orig(command.GetArgumentAtIndex(0)); in DoExecute()
2258 const char *pcm_path = command.GetArgumentAtIndex(0); in DoExecute()
3038 const char *sect_name = args.GetArgumentAtIndex(i); in DoExecute()
[all …]
H A DCommandObjectQuit.cpp86 llvm::StringRef arg = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectWatchpoint.cpp895 command.GetArgumentAtIndex(0), eNoDynamicValues, expr_path_options, in DoExecute()
905 command.GetArgumentAtIndex(0), in DoExecute()
933 command.GetArgumentAtIndex(0)); in DoExecute()
963 addr, static_cast<uint64_t>(size), command.GetArgumentAtIndex(0)); in DoExecute()
969 watch_sp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
H A DCommandObjectProcess.cpp919 command.GetArgumentAtIndex(0), plugin_name, debugger, in DoExecute()
922 command.GetArgumentAtIndex(0), plugin_name, debugger, in DoExecute()
1184 const char *signal_name = command.GetArgumentAtIndex(0); in DoExecute()
1193 command.GetArgumentAtIndex(0)); in DoExecute()
1351 FileSpec output_file(command.GetArgumentAtIndex(0)); in DoExecute()
1645 signal_args.GetArgumentAtIndex(i)); in PrintSignalInformation()
1647 PrintSignal(str, signo, signal_args.GetArgumentAtIndex(i), in PrintSignalInformation()
H A DCommandObjectFrame.cpp1015 if (!llvm::to_integer(command.GetArgumentAtIndex(0), recognizer_id)) { in DoExecute()
1017 command.GetArgumentAtIndex(0)); in DoExecute()
1025 command.GetArgumentAtIndex(0)); in DoExecute()
1103 const char *frame_index_str = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectType.cpp837 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute()
951 const char *cat_name = command.GetArgumentAtIndex(0); in DoExecute()
1093 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
1880 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
1884 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
1951 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2054 if (argc == 1 && strcmp(command.GetArgumentAtIndex(0), "*") == 0) { in DoExecute()
2059 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute()
2115 const char *arg = command.GetArgumentAtIndex(0); in DoExecute()
H A DCommandObjectCommands.cpp1939 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute()
1967 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); in DoExecute()
2033 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute()
2074 const char *leaf = command.GetArgumentAtIndex(num_args - 1); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
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()
136 const char *arg = m_arguments.GetArgumentAtIndex(i); in Dump()
242 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow()
H A DCompletionRequest.cpp33 strlen(GetParsedLine().GetArgumentAtIndex(m_cursor_index)); in CompletionRequest()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp148 const char *SBLaunchInfo::GetArgumentAtIndex(uint32_t idx) { in GetArgumentAtIndex() function in SBLaunchInfo
151 return ConstString(m_opaque_sp->GetArguments().GetArgumentAtIndex(idx)) in GetArgumentAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h116 const char *GetArgumentAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h218 return GetParsedLine().GetArgumentAtIndex(GetCursorIndex()); in GetCursorArgumentPrefix()
H A DArgs.h126 const char *GetArgumentAtIndex(size_t idx) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp541 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
546 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp232 const char *url = args.GetArgumentAtIndex(0); in ConnectRemote()
383 args.GetArgumentAtIndex(0), in LaunchProcess()

12