Searched refs:PutBytesAsRawHex8 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
D | StreamTest.cpp | 453 s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value), in TEST_F() 469 s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value), in TEST_F() 485 s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value), in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 174 PutBytesAsRawHex8(const void *src, size_t src_len,
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 812 packet.PutBytesAsRawHex8(arg, arg_len); in SendArgumentsPacket() 865 packet.PutBytesAsRawHex8(name_equal_value, strlen(name_equal_value)); in SendEnvironmentPacket() 1361 packet.PutBytesAsRawHex8(data, data_len); in SendStdinNotification() 2208 packet.PutBytesAsRawHex8(name, ::strlen(name)); in FindProcesses() 2842 stream.PutBytesAsRawHex8(command.data(), command.size()); in RunShellCommand() 3291 payload.PutBytesAsRawHex8(data.data(), data.size(), in WriteRegister() 3305 payload.PutBytesAsRawHex8(data.data(), data.size(), in WriteAllRegisters() 4022 packet.PutBytesAsRawHex8(symbol_name.data(), symbol_name.size()); in ServeSymbolLookups()
|
D | GDBRemoteCommunicationServerPlatform.cpp | 454 response.PutBytesAsRawHex8(cwd.data(), cwd.size()); in Handle_qGetWorkingDir()
|
D | GDBRemoteCommunicationServerLLGS.cpp | 1010 response.PutBytesAsRawHex8(buffer, len); in SendONotification() 1937 response.PutBytesAsRawHex8(regs_buffer.data(), regs_buffer.size()); in Handle_g()
|
D | ProcessGDBRemote.cpp | 1188 packet.PutBytesAsRawHex8(process_name, strlen(process_name), in DoAttachToProcessWithName() 2922 packet.PutBytesAsRawHex8(buf, size, endian::InlHostByteOrder(), in DoWriteMemory() 5312 packet.PutBytesAsRawHex8(command.data(), command.size()); in DoExecute()
|
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 356 size_t Stream::PutBytesAsRawHex8(const void *s, size_t src_len, in PutBytesAsRawHex8() function in Stream
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 960 packet.PutBytesAsRawHex8( in DoExecute()
|