Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DStreamTest.cpp453 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/
DStream.h174 PutBytesAsRawHex8(const void *src, size_t src_len,
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp812 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()
DGDBRemoteCommunicationServerPlatform.cpp454 response.PutBytesAsRawHex8(cwd.data(), cwd.size()); in Handle_qGetWorkingDir()
DGDBRemoteCommunicationServerLLGS.cpp1010 response.PutBytesAsRawHex8(buffer, len); in SendONotification()
1937 response.PutBytesAsRawHex8(regs_buffer.data(), regs_buffer.size()); in Handle_g()
DProcessGDBRemote.cpp1188 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/
DStream.cpp356 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/
DProcessKDP.cpp960 packet.PutBytesAsRawHex8( in DoExecute()