Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDStringExtractor.cpp126 StringExtractor::GetHexU8 (uint8_t fail_value, bool set_eof_on_fail) in GetHexU8() function in StringExtractor
347 dst[bytes_extracted] = GetHexU8 (fail_fill_value); in GetHexBytes()
401 result |= ((uint64_t)GetHexU8() << shift_amount); in GetHexWithFixedSize()
410 result |= GetHexU8(); in GetHexWithFixedSize()
423 while ((ch = GetHexU8()) != '\0') in GetHexByteString()
434 …ek(); (nibble_count < nibble_length) && (pch != nullptr); str.append(1, GetHexU8(0, false)), pch =… in GetHexByteStringFixedLength()
446 while ((ch = GetHexU8(0,false)) != '\0') in GetHexByteStringTerminatedBy()
HDStringExtractorGDBRemote.cpp361 return GetHexU8(255); in GetError()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDStringExtractor.h115 GetHexU8 (uint8_t fail_value = 0, bool set_eof_on_fail = true);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2297 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()
2770 exit_status = response.GetHexU8(); in DoDestroy()
3734 int exit_status = response.GetHexU8(); in AsyncThread()
HDGDBRemoteCommunicationClient.cpp1114 const uint8_t signo = response.GetHexU8 (UINT8_MAX); in SendContinuePacketAndWaitForResponse()
1266 while ((ch = response.GetHexU8()) != '\0') in SendContinuePacketAndWaitForResponse()