Home
last modified time | relevance | path

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

12

/external/lldb/source/Interpreter/
DOptionValuePathMappings.cpp52 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
62 ConstString a(args.GetArgumentAtIndex(i)); in SetValueFromCString()
63 ConstString b(args.GetArgumentAtIndex(i+1)); in SetValueFromCString()
95 ConstString a(args.GetArgumentAtIndex(i)); in SetValueFromCString()
96 ConstString b(args.GetArgumentAtIndex(i+1)); in SetValueFromCString()
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
120 ConstString a(args.GetArgumentAtIndex(i)); in SetValueFromCString()
121 ConstString b(args.GetArgumentAtIndex(i+1)); in SetValueFromCString()
140 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromCString()
162 …tringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i)); in SetValueFromCString()
DOptionValueFileSpecLIst.cpp59 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
69 FileSpec file (args.GetArgumentAtIndex(i), false); in SetValueFromCString()
94 FileSpec file (args.GetArgumentAtIndex(i), false); in SetValueFromCString()
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromCString()
120 FileSpec file (args.GetArgumentAtIndex(i), false); in SetValueFromCString()
139 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromCString()
161 …tringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i)); in SetValueFromCString()
DOptionValueArray.cpp178 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
190 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs()
225 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetArgs()
258 …tringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i)); in SetArgs()
274 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
284 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs()
316 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs()
DCommandInterpreter.cpp812 …CommandObjectSP cmd_obj_sp = GetCommandSP (cmd_words.GetArgumentAtIndex (0), include_aliases, true… in GetCommandSPExact()
822 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP (cmd_words.GetArgumentAtIndex (j)); in GetCommandSPExact()
926 if (strcmp (args.GetArgumentAtIndex (i), "") != 0) in ProcessAliasOptionsArgs()
930 … std::string (args.GetArgumentAtIndex (i))))); in ProcessAliasOptionsArgs()
1307 || (alias_name_str.compare (cmd_args.GetArgumentAtIndex(0)) != 0)) in BuildAliasResult()
1347 … size_t strpos = raw_input_string.find (cmd_args.GetArgumentAtIndex (index)); in BuildAliasResult()
1350 … strlen (cmd_args.GetArgumentAtIndex (index))); in BuildAliasResult()
1351 result_str.Printf ("%s", cmd_args.GetArgumentAtIndex (index)); in BuildAliasResult()
1834 int cursor_char_position = strlen (command_args.GetArgumentAtIndex(0)); in HandleCommand()
1848 error_msg.append(command_args.GetArgumentAtIndex(0)); in HandleCommand()
[all …]
DArgs.cpp426 Args::GetArgumentAtIndex (size_t idx) const in GetArgumentAtIndex() function in Args
476 return GetArgumentAtIndex (0); in Unshift()
484 AppendArgument(rhs.GetArgumentAtIndex(i)); in AppendArguments()
525 return GetArgumentAtIndex(idx); in InsertArgumentAtIndex()
547 return GetArgumentAtIndex(idx); in ReplaceArgumentAtIndex()
1236 if ((::strncmp (GetArgumentAtIndex (idx), short_buffer, strlen (short_buffer)) == 0) in FindArgumentIndexForOption()
1237 || (::strncmp (GetArgumentAtIndex (idx), long_buffer, strlen (long_buffer)) == 0)) in FindArgumentIndexForOption()
1418 const char *tmp_arg = GetArgumentAtIndex (idx); in ParseAliasOptions()
1427 && (strcmp (optarg, GetArgumentAtIndex(idx+1)) == 0)) in ParseAliasOptions()
1431 const char *tmp_arg = GetArgumentAtIndex (idx+1); in ParseAliasOptions()
[all …]
DOptions.cpp758 std::string cur_opt_std_str (input.GetArgumentAtIndex(cursor_index)); in HandleOptionCompletion()
812 matches.AppendString(input.GetArgumentAtIndex(cursor_index)); in HandleOptionCompletion()
863 strlen (input.GetArgumentAtIndex(cursor_index)), in HandleOptionCompletion()
914 …std::string match_string(input.GetArgumentAtIndex (opt_arg_pos), input.GetArgumentAtIndex (opt_arg… in HandleOptionArgumentCompletion()
957 const char *module_name = input.GetArgumentAtIndex(cur_arg_pos); in HandleOptionArgumentCompletion()
973 … input.GetArgumentAtIndex (opt_arg_pos), in HandleOptionArgumentCompletion()
DOptionValueFileSpec.cpp90 const char *path = args.GetArgumentAtIndex(0); in SetValueFromCString()
DOptionValueDictionary.cpp118 llvm::StringRef key_and_value(args.GetArgumentAtIndex(i)); in SetArgs()
196 ConstString key(args.GetArgumentAtIndex(i)); in SetArgs()
DCommandObjectRegexCommand.cpp133 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position); in HandleCompletion()
/external/lldb/source/Commands/
DCommandObjectHelp.cpp86 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex (0), &matches); in DoExecute()
87 bool is_alias_command = m_interpreter.AliasExists (command.GetArgumentAtIndex (0)); in DoExecute()
88 std::string alias_name = command.GetArgumentAtIndex(0); in DoExecute()
99 std::string sub_command = command.GetArgumentAtIndex(i); in DoExecute()
176 … CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex (0)); in DoExecute()
187 command.GetArgumentAtIndex(0)); in DoExecute()
221 CommandObject *cmd_obj = m_interpreter.GetCommandObject (input.GetArgumentAtIndex(0)); in HandleCompletion()
DCommandObjectSettings.cpp162 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position); in HandleArgumentCompletion()
169 arg = input.GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
187 arg = input.GetArgumentAtIndex(cursor_index); in HandleArgumentCompletion()
198 const char *setting_var_name = input.GetArgumentAtIndex(setting_var_idx); in HandleArgumentCompletion()
234 const char *var_name = cmd_args.GetArgumentAtIndex (0); in DoExecute()
337 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position); in HandleArgumentCompletion()
361 const char *property_path = args.GetArgumentAtIndex (i); in DoExecute()
429 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position); in HandleArgumentCompletion()
456 const char *property_path = args.GetArgumentAtIndex (i); in DoExecute()
536 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position); in HandleArgumentCompletion()
[all …]
DCommandObjectLog.cpp192 std::string channel(args.GetArgumentAtIndex(0)); in DoExecute()
283 std::string channel(args.GetArgumentAtIndex(0)); in DoExecute()
303 … result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0)); in DoExecute()
358 std::string channel(args.GetArgumentAtIndex(i)); in DoExecute()
378 … result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0)); in DoExecute()
415 const char *sub_command = args.GetArgumentAtIndex(0); in DoExecute()
442 const char *sub_command = args.GetArgumentAtIndex(0); in DoExecute()
447 uint32_t depth = Args::StringToUInt32(args.GetArgumentAtIndex(1), 0, 0, &success); in DoExecute()
459 bool increment = Args::StringToBoolean(args.GetArgumentAtIndex(1), false, &success); in DoExecute()
DCommandObjectMultiword.cpp122 const char *sub_command = args.GetArgumentAtIndex (0); in Execute()
241 input.GetArgumentAtIndex(0), in HandleCompletion()
246 && strcmp (input.GetArgumentAtIndex(0), matches.GetStringAtIndex(0)) == 0) in HandleCompletion()
249 CommandObject *cmd_obj = GetSubcommandObject (input.GetArgumentAtIndex(0), in HandleCompletion()
273 CommandObject *sub_command_object = GetSubcommandObject (input.GetArgumentAtIndex(0), in HandleCompletion()
303 …dObject *sub_command_object = GetSubcommandObject (current_command_args.GetArgumentAtIndex(index)); in GetRepeatCommand()
DCommandObjectType.cpp515 const char* typeA = command.GetArgumentAtIndex(i); in DoExecute()
590 const char* typeA = command.GetArgumentAtIndex(0); in DoExecute()
697 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute()
698 regex->Compile(command.GetArgumentAtIndex(0)); in DoExecute()
1104 const char* typeA = command.GetArgumentAtIndex(i); in Execute_ScriptSummary()
1126 const char *type_name = command.GetArgumentAtIndex(i); in Execute_ScriptSummary()
1203 const char* typeA = command.GetArgumentAtIndex(i); in Execute_StringSummary()
1535 const char* typeA = command.GetArgumentAtIndex(0); in DoExecute()
1684 const char* cat_name = command.GetArgumentAtIndex(0); in DoExecute()
1827 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute()
[all …]
DCommandObjectThread.cpp183 … else if (command.GetArgumentCount() == 1 && ::strcmp (command.GetArgumentAtIndex(0), "all") == 0) in DoExecute()
217 … uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
220 …lt.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex(i)); in DoExecute()
229 … result.AppendErrorWithFormat ("no thread with index: \"%s\"\n", command.GetArgumentAtIndex(i)); in DoExecute()
243 …ErrorWithFormat ("error displaying backtrace for thread: \"%s\"\n", command.GetArgumentAtIndex(i)); in DoExecute()
428 const char *thread_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
673 …uint32_t thread_idx = Args::StringToUInt32 (command.GetArgumentAtIndex(i), LLDB_INVALID_INDEX32, b… in DoExecute()
691 ….AppendErrorWithFormat ("invalid thread index argument: \"%s\".\n", command.GetArgumentAtIndex(i)); in DoExecute()
964 line_number = Args::StringToUInt32 (command.GetArgumentAtIndex(0), UINT32_MAX); in DoExecute()
967 … result.AppendErrorWithFormat ("invalid line number: '%s'.\n", command.GetArgumentAtIndex(0)); in DoExecute()
[all …]
DCommandObjectPlugin.cpp64 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
93 const char* path = command.GetArgumentAtIndex(0); in DoExecute()
DCommandObjectSyntax.cpp66 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex(0)); in DoExecute()
70 std::string sub_command = command.GetArgumentAtIndex (i); in DoExecute()
DCommandObjectCommands.cpp284 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
380 const char *filename = command.GetArgumentAtIndex(0); in DoExecute()
552 const std::string alias_command = args.GetArgumentAtIndex (0); in DoExecute()
663 const std::string alias_command = args.GetArgumentAtIndex(0); in HandleAliasingNormalCommand()
664 const std::string actual_command = args.GetArgumentAtIndex(1); in HandleAliasingNormalCommand()
693 const std::string sub_command = args.GetArgumentAtIndex(0); in HandleAliasingNormalCommand()
810 const char *command_name = args.GetArgumentAtIndex(0); in DoExecute()
914 const char *name = command.GetArgumentAtIndex(0); in DoExecute()
944 llvm::StringRef arg_strref (command.GetArgumentAtIndex(arg_idx)); in DoExecute()
1393 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
[all …]
DCommandObjectProcess.cpp158 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
486 partial_name = input.GetArgumentAtIndex(opt_arg_pos); in HandleOptionArgumentCompletion()
1168 const char *remote_url = command.GetArgumentAtIndex(0); in DoExecute()
1280 const char *image_path = command.GetArgumentAtIndex(i); in DoExecute()
1336 const char *image_token_cstr = command.GetArgumentAtIndex(i); in DoExecute()
1409 const char *signal_name = command.GetArgumentAtIndex(0); in DoExecute()
1417 … result.AppendErrorWithFormat ("Invalid signal argument '%s'.\n", command.GetArgumentAtIndex(0)); in DoExecute()
1773 … int32_t signo = signals.GetSignalNumberFromName (signal_args.GetArgumentAtIndex (i)); in PrintSignalInformation()
1775 PrintSignal (str, signo, signal_args.GetArgumentAtIndex (i), signals); in PrintSignalInformation()
1848 … int32_t signo = signals.GetSignalNumberFromName (signal_args.GetArgumentAtIndex (i)); in DoExecute()
[all …]
DCommandObjectTarget.cpp207 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
244 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute()
427 const char *target_idx_arg = args.GetArgumentAtIndex(0); in DoExecute()
527 const char *target_idx_arg = args.GetArgumentAtIndex(arg_idx); in DoExecute()
782 const char *arg = args.GetArgumentAtIndex(idx); in DoExecute()
1027 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
1028 const char *to = command.GetArgumentAtIndex(i+1); in DoExecute()
1160 …uint32_t insert_idx = Args::StringToUInt32(command.GetArgumentAtIndex(0), UINT32_MAX, 0, &success); in DoExecute()
1164 …pendErrorWithFormat("<index> parameter is not an integer: '%s'.\n", command.GetArgumentAtIndex(0)); in DoExecute()
1175 const char *from = command.GetArgumentAtIndex(i); in DoExecute()
[all …]
DCommandObjectArgs.cpp164 const char *arg_type_cstr = args.GetArgumentAtIndex(arg_index); in DoExecute()
258 … result.GetOutputStream ().Printf ("%zu (%s): ", arg_index, args.GetArgumentAtIndex (arg_index)); in DoExecute()
DCommandObjectRegister.cpp237 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute()
425 const char *reg_name = command.GetArgumentAtIndex(0); in DoExecute()
426 const char *value_str = command.GetArgumentAtIndex(1); in DoExecute()
DCommandObjectFrame.cpp246 const char *frame_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
361 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
416 for (idx = 0; (name_cstr = command.GetArgumentAtIndex(idx)) != NULL; ++idx) in DoExecute()
DCommandObjectWatchpoint.cpp116 llvm::StringRef Arg(args.GetArgumentAtIndex(i)); in VerifyWatchpointIDs()
1029 valobj_sp = frame->GetValueForVariableExpressionPath (command.GetArgumentAtIndex(0), in DoExecute()
1042 … Error error (Variable::GetValuesForVariableExpressionPath (command.GetArgumentAtIndex(0), in DoExecute()
1075 command.GetArgumentAtIndex(0)); in DoExecute()
1086 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
1103 addr, size, command.GetArgumentAtIndex(0)); in DoExecute()
/external/lldb/source/Breakpoint/
DBreakpointIDList.cpp173 current_arg = old_args.GetArgumentAtIndex (i); in FindAndReplaceIDRanges()
184 && BreakpointID::IsRangeIdentifier (old_args.GetArgumentAtIndex (i+1)) in FindAndReplaceIDRanges()
186 && BreakpointID::IsValidIDExpression (old_args.GetArgumentAtIndex (i+2))) in FindAndReplaceIDRanges()
189 range_end = old_args.GetArgumentAtIndex (i+2); in FindAndReplaceIDRanges()
196 std::string tmp_str = old_args.GetArgumentAtIndex (i); in FindAndReplaceIDRanges()

12