Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2524 bool binary_memory_read = m_gdb_comm.GetxPacketSupported(); in DoReadMemory() local
2527 binary_memory_read ? m_max_memory_size : m_max_memory_size / 2; in DoReadMemory()
2538 binary_memory_read ? 'x' : 'm', (uint64_t)addr, in DoReadMemory()
2548 if (binary_memory_read) { in DoReadMemory()