Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringExtractorTest.cpp218 TEST_F(StringExtractorTest, GetHexBytes) { in TEST_F() argument
224 ASSERT_EQ(kValidHexPairs, ex.GetHexBytes(dst, 0xde)); in TEST_F()
247 ASSERT_EQ(kValidHexPairs, ex.GetHexBytes(dst, 0xde)); in TEST_F()
264 ASSERT_EQ(kValidHexPairs, ex.GetHexBytes(dst, 0xde)); in TEST_F()
283 ASSERT_EQ(kValidHexPairs, ex.GetHexBytes(dst, 0xde)); in TEST_F()
301 ASSERT_EQ(kValidHexPairs, ex.GetHexBytes(dst, 0xde)); in TEST_F()
332 ex.GetHexBytes(llvm::MutableArrayRef<uint8_t>(dst, kReadBytes), 0xde)); in TEST_F()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStdStringExtractor.h80 size_t GetHexBytes(void *dst, size_t dst_len, uint8_t fail_fill_value);
H A DStdStringExtractor.cpp248 size_t StdStringExtractor::GetHexBytes(void *dst_void, size_t dst_len, in GetHexBytes() function in StdStringExtractor
H A DRNBRemote.cpp3285 packet.GetHexBytes(&reg_ctx[0], reg_ctx.size(), 0xcc); in HandlePacket_G()
4229 packet.GetHexBytes(reg_value.value.v_sint8, reg_entry->nub_info.size, 0xcc); in HandlePacket_P()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractor.h87 size_t GetHexBytes(llvm::MutableArrayRef<uint8_t> dest,
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractor.cpp264 size_t StringExtractor::GetHexBytes(llvm::MutableArrayRef<uint8_t> dest, in GetHexBytes() function in StringExtractor
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp214 StringExtractor(HexValue).GetHexBytes(Bytes, '\xcc'); in parseRegisterValue()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp914 if (extractor.GetHexBytes(payload_bytes, '\xdd') != in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1689 reg_value_extractor.GetHexBytes(buffer_sp->GetData(), '\xcc'); in SetThreadStopInfo()
2069 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2232 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2562 return response.GetHexBytes( in DoReadMemory()
H A DGDBRemoteCommunicationServerLLGS.cpp2679 const uint64_t convert_count = packet.GetHexBytes(buf, 0); in Handle_M()
3880 size_t converted_bytes = packet.GetHexBytes(tag_data, 0); in Handle_QMemTags()
H A DGDBRemoteCommunicationClient.cpp3448 response.GetHexBytes(buffer_sp->GetData(), '\xcc'); in ReadRegister()
3463 response.GetHexBytes(buffer_sp->GetData(), '\xcc'); in ReadAllRegisters()