• Home
  • Raw
  • Download

Lines Matching refs:GetArgumentAtIndex

207         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()
1176 const char *to = command.GetArgumentAtIndex(i+1); in DoExecute()
1307 ConstString orig(command.GetArgumentAtIndex(0)); in DoExecute()
1949 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
2012 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
2163 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute()
2288 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute()
2396 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute()
2474 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute()
2581 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
2686 const char *path = args.GetArgumentAtIndex(i); in DoExecute()
2849 const char *sect_name = args.GetArgumentAtIndex(i); in DoExecute()
2850 const char *load_addr_cstr = args.GetArgumentAtIndex(i+1); in DoExecute()
3165 const char *arg_cstr = command.GetArgumentAtIndex(i); in DoExecute()
4077 … for (i = 0; (arg_cstr = command.GetArgumentAtIndex(i)) != NULL && syntax_error == false; ++i) in DoExecute()
4239 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
4580 const char *symfile_path = args.GetArgumentAtIndex(i); in DoExecute()
5138 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
5141 … result.AppendErrorWithFormat ("invalid stop hook id: \"%s\".\n", command.GetArgumentAtIndex(i)); in DoExecute()
5148 … result.AppendErrorWithFormat ("unknown stop hook id: \"%s\".\n", command.GetArgumentAtIndex(i)); in DoExecute()
5207 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute()
5210 … result.AppendErrorWithFormat ("invalid stop hook id: \"%s\".\n", command.GetArgumentAtIndex(i)); in DoExecute()
5217 … result.AppendErrorWithFormat ("unknown stop hook id: \"%s\".\n", command.GetArgumentAtIndex(i)); in DoExecute()