Home
last modified time | relevance | path

Searched refs:max_unforced_size (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectMemory.cpp660 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute() local
662 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()