Searched defs:max_unforced_size (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp660 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); local
662 if (total_byte_size > max_unforced_size && !m_memory_options.m_force)
664 result.AppendErrorWithFormat("Normally, \'memory read\' will not read over %" PRIu32 " bytes of data.\n",max_unforced_size);

Completed in 223 milliseconds