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.cpp1229 uint32_t pointer_byte_size = 0; in GetHostInfo() local
1279 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo()
1332 if (pointer_byte_size) { in GetHostInfo()
1333 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1379 if (pointer_byte_size) { in GetHostInfo()
1380 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1388 if (pointer_byte_size) { in GetHostInfo()
1389 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
2140 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local
2183 if (!value.getAsInteger(16, pointer_byte_size)) in GetCurrentProcessInfo()
[all …]