Searched refs:image_token_cstr (Results 1 – 1 of 1) sorted by relevance
1252 const char *image_token_cstr = command.GetArgumentAtIndex(i); in DoExecute() local1253 … uint32_t image_token = Args::StringToUInt32(image_token_cstr, LLDB_INVALID_IMAGE_TOKEN, 0); in DoExecute()1256 … result.AppendErrorWithFormat ("invalid image index argument '%s'", image_token_cstr); in DoExecute()