reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  173   PutBytesAsRawHex8(const void *src, size_t src_len,

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  801       packet.PutBytesAsRawHex8(arg, arg_len);
  854         packet.PutBytesAsRawHex8(name_equal_value, strlen(name_equal_value));
 1340   packet.PutBytesAsRawHex8(data, data_len);
 2179           packet.PutBytesAsRawHex8(name, ::strlen(name));
 2815   stream.PutBytesAsRawHex8(command, strlen(command));
 3239   payload.PutBytesAsRawHex8(data.data(), data.size(),
 3253   payload.PutBytesAsRawHex8(data.data(), data.size(),
 3902               packet.PutBytesAsRawHex8(symbol_name.data(), symbol_name.size());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  946   response.PutBytesAsRawHex8(buffer, len);
 1951   response.PutBytesAsRawHex8(regs_buffer.data(), regs_buffer.size());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  345   response.PutBytesAsRawHex8(cwd.data(), cwd.size());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1227       packet.PutBytesAsRawHex8(process_name, strlen(process_name),
 2954     packet.PutBytesAsRawHex8(buf, size, endian::InlHostByteOrder(),
 5338       packet.PutBytesAsRawHex8(command.data(), command.size());
tools/lldb/unittests/Utility/StreamTest.cpp
  350   s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value),
  366   s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value),
  382   s.PutBytesAsRawHex8(static_cast<void*>(&value), sizeof(value),