Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1216 uint32_t pointer_byte_size = 0; in GetHostInfo() local
1266 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo()
1319 if (pointer_byte_size) { in GetHostInfo()
1366 if (pointer_byte_size) { in GetHostInfo()
1375 if (pointer_byte_size) { in GetHostInfo()
1376 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()
2123 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local
2154 if (!value.getAsInteger(16, pointer_byte_size)) in GetCurrentProcessInfo()
2203 if (pointer_byte_size) { in GetCurrentProcessInfo()
2204 assert(pointer_byte_size == m_process_arch.GetAddressByteSize()); in GetCurrentProcessInfo()
[all …]