Searched refs:GetHexBytes (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | StdStringExtractor.h | 80 size_t GetHexBytes(void *dst, size_t dst_len, uint8_t fail_fill_value);
|
| D | StdStringExtractor.cpp | 248 size_t StdStringExtractor::GetHexBytes(void *dst_void, size_t dst_len, in GetHexBytes() function in StdStringExtractor
|
| D | RNBRemote.cpp | 3289 packet.GetHexBytes(®_ctx[0], reg_ctx.size(), 0xcc); in HandlePacket_G() 4233 packet.GetHexBytes(reg_value.value.v_sint8, reg_entry->nub_info.size, 0xcc); in HandlePacket_P()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | StringExtractor.h | 87 size_t GetHexBytes(llvm::MutableArrayRef<uint8_t> dest,
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | StringExtractor.cpp | 264 size_t StringExtractor::GetHexBytes(llvm::MutableArrayRef<uint8_t> dest, in GetHexBytes() function in StringExtractor
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| D | ProcessKDP.cpp | 914 if (extractor.GetHexBytes(payload_bytes, '\xdd') != in DoExecute()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 1648 reg_value_extractor.GetHexBytes(buffer_sp->GetData(), '\xcc'); in SetThreadStopInfo() 2024 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo() 2187 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo() 2517 return response.GetHexBytes( in DoReadMemory()
|
| D | GDBRemoteCommunicationServerLLGS.cpp | 2684 const uint64_t convert_count = packet.GetHexBytes(buf, 0); in Handle_M() 3894 size_t converted_bytes = packet.GetHexBytes(tag_data, 0); in Handle_QMemTags()
|
| D | GDBRemoteCommunicationClient.cpp | 3454 response.GetHexBytes(buffer_sp->GetData(), '\xcc'); in ReadRegister() 3469 response.GetHexBytes(buffer_sp->GetData(), '\xcc'); in ReadAllRegisters()
|