HomeSort by relevance Sort by last modified time
    Searched refs:GetArgumentAtIndex (Results 1 - 25 of 37) sorted by null

1 2

  /external/lldb/source/Interpreter/
OptionValuePathMappings.cpp 52 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
62 ConstString a(args.GetArgumentAtIndex(i));
63 ConstString b(args.GetArgumentAtIndex(i+1));
95 ConstString a(args.GetArgumentAtIndex(i));
96 ConstString b(args.GetArgumentAtIndex(i+1));
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
120 ConstString a(args.GetArgumentAtIndex(i));
121 ConstString b(args.GetArgumentAtIndex(i+1));
140 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
162 error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i))
    [all...]
OptionValueFileSpecLIst.cpp 59 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
69 FileSpec file (args.GetArgumentAtIndex(i), false);
94 FileSpec file (args.GetArgumentAtIndex(i), false);
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
120 FileSpec file (args.GetArgumentAtIndex(i), false);
139 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
161 error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i));
OptionValueArray.cpp 178 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
190 lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i),
225 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
258 error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i));
274 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
284 lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i),
316 lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i),
OptionValueFileSpec.cpp 90 const char *path = args.GetArgumentAtIndex(0);
CommandInterpreter.cpp     [all...]
Args.cpp 426 Args::GetArgumentAtIndex (size_t idx) const
476 return GetArgumentAtIndex (0);
484 AppendArgument(rhs.GetArgumentAtIndex(i));
525 return GetArgumentAtIndex(idx);
547 return GetArgumentAtIndex(idx);
    [all...]
CommandObjectRegexCommand.cpp 133 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
Options.cpp 758 std::string cur_opt_std_str (input.GetArgumentAtIndex(cursor_index));
812 matches.AppendString(input.GetArgumentAtIndex(cursor_index));
863 strlen (input.GetArgumentAtIndex(cursor_index)),
914 std::string match_string(input.GetArgumentAtIndex (opt_arg_pos), input.GetArgumentAtIndex (opt_arg_pos) + char_pos);
957 const char *module_name = input.GetArgumentAtIndex(cur_arg_pos);
    [all...]
  /external/lldb/source/Commands/
CommandObjectHelp.cpp 86 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex (0), &matches);
87 bool is_alias_command = m_interpreter.AliasExists (command.GetArgumentAtIndex (0));
88 std::string alias_name = command.GetArgumentAtIndex(0);
99 std::string sub_command = command.GetArgumentAtIndex(i);
176 const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex (0));
187 command.GetArgumentAtIndex(0));
221 CommandObject *cmd_obj = m_interpreter.GetCommandObject (input.GetArgumentAtIndex(0));
CommandObjectPlugin.cpp 64 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
93 const char* path = command.GetArgumentAtIndex(0);
CommandObjectSyntax.cpp 66 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex(0));
70 std::string sub_command = command.GetArgumentAtIndex (i);
CommandObjectLog.cpp 104 // std::string completion_str (input.GetArgumentAtIndex(cursor_index));
192 std::string channel(args.GetArgumentAtIndex(0));
283 std::string channel(args.GetArgumentAtIndex(0));
303 result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0));
358 std::string channel(args.GetArgumentAtIndex(i));
378 result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0));
415 const char *sub_command = args.GetArgumentAtIndex(0);
442 const char *sub_command = args.GetArgumentAtIndex(0);
447 uint32_t depth = Args::StringToUInt32(args.GetArgumentAtIndex(1), 0, 0, &success);
459 bool increment = Args::StringToBoolean(args.GetArgumentAtIndex(1), false, &success)
    [all...]
CommandObjectSettings.cpp 162 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
169 arg = input.GetArgumentAtIndex(setting_var_idx);
187 arg = input.GetArgumentAtIndex(cursor_index);
198 const char *setting_var_name = input.GetArgumentAtIndex(setting_var_idx);
234 const char *var_name = cmd_args.GetArgumentAtIndex (0);
337 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
361 const char *property_path = args.GetArgumentAtIndex (i);
429 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
456 const char *property_path = args.GetArgumentAtIndex (i);
536 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position)
    [all...]
CommandObjectMultiword.cpp 122 const char *sub_command = args.GetArgumentAtIndex (0);
241 input.GetArgumentAtIndex(0),
246 && strcmp (input.GetArgumentAtIndex(0), matches.GetStringAtIndex(0)) == 0)
249 CommandObject *cmd_obj = GetSubcommandObject (input.GetArgumentAtIndex(0),
273 CommandObject *sub_command_object = GetSubcommandObject (input.GetArgumentAtIndex(0),
303 CommandObject *sub_command_object = GetSubcommandObject (current_command_args.GetArgumentAtIndex(index));
CommandObjectArgs.cpp 164 const char *arg_type_cstr = args.GetArgumentAtIndex(arg_index);
258 result.GetOutputStream ().Printf ("%zu (%s): ", arg_index, args.GetArgumentAtIndex (arg_index));
CommandObjectThread.cpp 183 else if (command.GetArgumentCount() == 1 && ::strcmp (command.GetArgumentAtIndex(0), "all") == 0)
217 uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success);
220 result.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex(i));
229 result.AppendErrorWithFormat ("no thread with index: \"%s\"\n", command.GetArgumentAtIndex(i));
243 result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%s\"\n", command.GetArgumentAtIndex(i));
428 const char *thread_idx_cstr = command.GetArgumentAtIndex(0);
673 uint32_t thread_idx = Args::StringToUInt32 (command.GetArgumentAtIndex(i), LLDB_INVALID_INDEX32, base, &success);
691 result.AppendErrorWithFormat ("invalid thread index argument: \"%s\".\n", command.GetArgumentAtIndex(i));
    [all...]
CommandObjectType.cpp 515 const char* typeA = command.GetArgumentAtIndex(i);
590 const char* typeA = command.GetArgumentAtIndex(0);
697 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
698 regex->Compile(command.GetArgumentAtIndex(0));
    [all...]
CommandObjectCommands.cpp 284 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
380 const char *filename = command.GetArgumentAtIndex(0);
552 const std::string alias_command = args.GetArgumentAtIndex (0);
663 const std::string alias_command = args.GetArgumentAtIndex(0);
664 const std::string actual_command = args.GetArgumentAtIndex(1);
693 const std::string sub_command = args.GetArgumentAtIndex(0);
    [all...]
CommandObjectRegister.cpp 237 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
425 const char *reg_name = command.GetArgumentAtIndex(0);
426 const char *value_str = command.GetArgumentAtIndex(1);
CommandObjectApropos.cpp 63 const char *search_word = args.GetArgumentAtIndex(0);
CommandObjectProcess.cpp 158 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
486 partial_name = input.GetArgumentAtIndex(opt_arg_pos);
    [all...]
CommandObjectTarget.cpp 207 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
244 const char *file_path = command.GetArgumentAtIndex(0);
427 const char *target_idx_arg = args.GetArgumentAtIndex(0);
527 const char *target_idx_arg = args.GetArgumentAtIndex(arg_idx);
782 const char *arg = args.GetArgumentAtIndex(idx);
    [all...]
CommandObjectFrame.cpp 246 const char *frame_idx_cstr = command.GetArgumentAtIndex(0);
361 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
416 for (idx = 0; (name_cstr = command.GetArgumentAtIndex(idx)) != NULL; ++idx)
  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 173 current_arg = old_args.GetArgumentAtIndex (i);
184 && BreakpointID::IsRangeIdentifier (old_args.GetArgumentAtIndex (i+1))
186 && BreakpointID::IsValidIDExpression (old_args.GetArgumentAtIndex (i+2)))
189 range_end = old_args.GetArgumentAtIndex (i+2);
196 std::string tmp_str = old_args.GetArgumentAtIndex (i);
  /external/lldb/include/lldb/Interpreter/
Args.h 116 /// @see Args::GetArgumentAtIndex (size_t) const
151 GetArgumentAtIndex (size_t idx) const;
281 /// be made by calling Args::GetArgumentAtIndex (size_t) const
285 /// @see Args::GetArgumentAtIndex (size_t) const

Completed in 734 milliseconds

1 2