Searched refs:max_unforced_size (Results 1 – 1 of 1) sorted by relevance
660 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute() local662 if (total_byte_size > max_unforced_size && !m_memory_options.m_force) in DoExecute()664 …mat("Normally, \'memory read\' will not read over %" PRIu32 " bytes of data.\n",max_unforced_size); in DoExecute()