Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1252 uint32_t pointer_byte_size = 0; in GetHostInfo() local
1302 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo()
1355 if (pointer_byte_size) { in GetHostInfo()
1356 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1402 if (pointer_byte_size) { in GetHostInfo()
1403 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1411 if (pointer_byte_size) { in GetHostInfo()
1412 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
2159 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local
2202 if (!value.getAsInteger(16, pointer_byte_size)) in GetCurrentProcessInfo()
[all …]