Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp663 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute() local
665 if (total_byte_size > max_unforced_size && !m_memory_options.m_force) in DoExecute()
667 …mat("Normally, \'memory read\' will not read over %" PRIu32 " bytes of data.\n",max_unforced_size); in DoExecute()