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

Declarations

tools/lldb/include/lldb/Utility/GDBRemote.h
   45   int PutEscapedBytes(const void *s, size_t src_len);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3045   stream.PutEscapedBytes(src, src_len);
 3346   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3385   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3439   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3510   packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3649   payload.PutEscapedBytes(unescaped_payload.GetString().data(),
 4011     stream.PutEscapedBytes(unescaped_stream.GetString().data(),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  595         response.PutEscapedBytes(&buffer[0], bytes_read);
  757         response.PutEscapedBytes(output.c_str(), output.size());
 1175   escaped_response.PutEscapedBytes(response.GetString().data(),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1184   escaped_response.PutEscapedBytes(json_string.GetData(),
 1251   escaped_response.PutEscapedBytes(response.GetData(), response.GetSize());
 2328     response.PutEscapedBytes(buf.data(), byte_count);
 2857     response.PutEscapedBytes(buffer.data(), buffer.size());
 3098   escaped_response.PutEscapedBytes(response.GetData(), response.GetSize());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  235   escaped_response.PutEscapedBytes(response.GetString().data(),
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2951     packet.PutEscapedBytes(buf, size);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
  304   stream.PutEscapedBytes(json_packet.c_str(), json_packet.length());