Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1211 uint32_t pointer_byte_size = 0; in GetHostInfo() local
1261 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo()
1307 if (pointer_byte_size) { in GetHostInfo()
1308 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1354 if (pointer_byte_size) { in GetHostInfo()
1355 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
1363 if (pointer_byte_size) { in GetHostInfo()
1364 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
2131 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local
2162 if (!value.getAsInteger(16, pointer_byte_size)) in GetCurrentProcessInfo()
[all …]