Lines Matching refs:GetArgumentAtIndex
427 const char *thread_idx_cstr = command.GetArgumentAtIndex(0); in DoExecute()
935 if (!llvm::to_integer(command.GetArgumentAtIndex(i), line_number)) { in DoExecute()
937 command.GetArgumentAtIndex(i)); in DoExecute()
1182 if (!llvm::to_integer(command.GetArgumentAtIndex(0), index_id)) { in DoExecute()
1184 command.GetArgumentAtIndex(0)); in DoExecute()
1192 command.GetArgumentAtIndex(0)); in DoExecute()
1907 if (!llvm::to_integer(args.GetArgumentAtIndex(0), thread_plan_idx)) { in DoExecute()
1910 args.GetArgumentAtIndex(0)); in DoExecute()
1926 args.GetArgumentAtIndex(0)); in DoExecute()
1979 if (!llvm::to_integer(args.GetArgumentAtIndex(i), tid)) { in DoExecute()
1981 args.GetArgumentAtIndex(i)); in DoExecute()
1986 args.GetArgumentAtIndex(i)); in DoExecute()
2242 const char *arg = args.GetArgumentAtIndex(0); in GetThread()