Searched refs:StreamGDBRemote (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h27 class StreamGDBRemote : public StreamString { class in namespace:lldb_private
29 StreamGDBRemote();
31 StreamGDBRemote(uint32_t flags, uint32_t addr_size,
34 ~StreamGDBRemote() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp21 StreamGDBRemote::StreamGDBRemote() : StreamString() {} function in class:StreamGDBRemote
23 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, function in class:StreamGDBRemote
27 StreamGDBRemote::~StreamGDBRemote() {}
29 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp354 StreamGDBRemote response;
363 StreamGDBRemote response;
1091 StreamGDBRemote response;
1163 StreamGDBRemote response;
1171 StreamGDBRemote escaped_response;
1235 StreamGDBRemote response;
1250 StreamGDBRemote escaped_response;
1687 StreamGDBRemote response;
1872 StreamGDBRemote response;
1950 StreamGDBRemote respons
[all...]
H A DGDBRemoteCommunicationServerCommon.cpp572 StreamGDBRemote response;
608 StreamGDBRemote response;
747 StreamGDBRemote response;
779 StreamGDBRemote response;
804 StreamGDBRemote response;
824 StreamGDBRemote response;
835 StreamGDBRemote response;
1092 StreamGDBRemote response;
1174 StreamGDBRemote escaped_response;
H A DGDBRemoteCommunicationServerPlatform.cpp198 StreamGDBRemote response;
231 StreamGDBRemote response;
234 StreamGDBRemote escaped_response;
H A DGDBRemoteCommunicationClient.cpp3046 lldb_private::StreamGDBRemote stream;
3077 lldb_private::StreamGDBRemote stream;
3110 lldb_private::StreamGDBRemote stream;
3332 StreamGDBRemote escaped_packet;
3377 StreamGDBRemote escaped_packet;
3410 StreamGDBRemote escaped_packet;
3419 StreamGDBRemote escaped_packet;
3432 StreamGDBRemote escaped_packet;
3496 StreamGDBRemote &packet, lldb::user_id_t uid, lldb::tid_t thread_id,
3651 StreamGDBRemote payloa
[all...]
H A DGDBRemoteCommunicationClient.h589 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2910 StreamGDBRemote packet;

Completed in 124 milliseconds