Home
last modified time | relevance | path

Searched refs:StreamGDBRemote (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp21 StreamGDBRemote::StreamGDBRemote() : StreamString() {} in StreamGDBRemote() function in StreamGDBRemote
23 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, in StreamGDBRemote() function in StreamGDBRemote
27 StreamGDBRemote::~StreamGDBRemote() = default;
29 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) { in PutEscapedBytes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h27 class StreamGDBRemote : public StreamString {
29 StreamGDBRemote();
31 StreamGDBRemote(uint32_t flags, uint32_t addr_size,
34 ~StreamGDBRemote() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp565 StreamGDBRemote response; in Handle_vFile_pRead()
601 StreamGDBRemote response; in Handle_vFile_pWrite()
740 StreamGDBRemote response; in Handle_qPlatform_shell()
772 StreamGDBRemote response; in Handle_vFile_MD5()
797 StreamGDBRemote response; in Handle_qPlatform_mkdir()
817 StreamGDBRemote response; in Handle_qPlatform_chmod()
1057 StreamGDBRemote response; in Handle_qModuleInfo()
1139 StreamGDBRemote escaped_response; in Handle_jModulesInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp457 StreamGDBRemote response; in SendWResponse()
466 StreamGDBRemote response; in SendWResponse()
1768 StreamGDBRemote response; in Handle_qRegisterInfo()
1847 StreamGDBRemote response; in Handle_qfThreadInfo()
1925 StreamGDBRemote response; in Handle_g()
1977 StreamGDBRemote response; in Handle_p()
2075 StreamGDBRemote response; in Handle_P()
2310 StreamGDBRemote response; in Handle_memory_read()
2368 StreamGDBRemote response; in Handle__M()
2449 StreamGDBRemote response; in Handle_M()
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp275 StreamGDBRemote response; in Handle_qLaunchGDBServer()
309 StreamGDBRemote response; in Handle_qQueryGDBServer()
312 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationServer.cpp163 StreamGDBRemote escaped_response; in SendJSONResponse()
H A DGDBRemoteCommunicationClient.cpp3155 lldb_private::StreamGDBRemote stream; in WriteFile()
3186 lldb_private::StreamGDBRemote stream; in CreateSymlink()
3219 lldb_private::StreamGDBRemote stream; in Unlink()
3437 StreamGDBRemote escaped_packet; in SendTraceSupported()
3463 StreamGDBRemote escaped_packet; in SendTraceStop()
3498 StreamGDBRemote escaped_packet; in SendTraceStart()
3533 StreamGDBRemote escaped_packet; in SendTraceGetState()
3567 StreamGDBRemote escaped_packet; in SendTraceGetBinaryData()
3754 StreamGDBRemote payload; in GetModulesInfo()
4105 StreamGDBRemote stream; in ConfigureRemoteStructuredData()
H A DGDBRemoteCommunicationClient.h651 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2958 StreamGDBRemote packet; in DoWriteMemory()