Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp20 StreamGDBRemote::StreamGDBRemote() : StreamString() {} in StreamGDBRemote() function in StreamGDBRemote
22 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, in StreamGDBRemote() function in StreamGDBRemote
26 StreamGDBRemote::~StreamGDBRemote() = default;
28 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) { in PutEscapedBytes()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h25 class StreamGDBRemote : public StreamString {
27 StreamGDBRemote();
29 StreamGDBRemote(uint32_t flags, uint32_t addr_size,
32 ~StreamGDBRemote() override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp574 StreamGDBRemote response; in Handle_vFile_pRead()
611 StreamGDBRemote response; in Handle_vFile_pWrite()
754 StreamGDBRemote response; in Handle_qPlatform_shell()
784 StreamGDBRemote response; in Handle_vFile_FStat()
834 StreamGDBRemote response; in Handle_vFile_MD5()
859 StreamGDBRemote response; in Handle_qPlatform_mkdir()
879 StreamGDBRemote response; in Handle_qPlatform_chmod()
1119 StreamGDBRemote response; in Handle_qModuleInfo()
1202 StreamGDBRemote escaped_response; in Handle_jModulesInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp485 StreamGDBRemote response; in SendWResponse()
499 StreamGDBRemote response; in SendWResponse()
2012 StreamGDBRemote response; in Handle_qRegisterInfo()
2095 StreamGDBRemote response; in Handle_qfThreadInfo()
2162 StreamGDBRemote response; in Handle_g()
2214 StreamGDBRemote response; in Handle_p()
2307 StreamGDBRemote response; in Handle_P()
2543 StreamGDBRemote response; in Handle_memory_read()
2601 StreamGDBRemote response; in Handle__M()
2682 StreamGDBRemote response; in Handle_M()
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp268 StreamGDBRemote response; in Handle_qLaunchGDBServer()
302 StreamGDBRemote response; in Handle_qQueryGDBServer()
305 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationServer.cpp158 StreamGDBRemote escaped_response; in SendJSONResponse()
H A DGDBRemoteCommunicationClient.cpp3267 lldb_private::StreamGDBRemote stream; in WriteFile()
3298 lldb_private::StreamGDBRemote stream; in CreateSymlink()
3331 lldb_private::StreamGDBRemote stream; in Unlink()
3561 StreamGDBRemote escaped_packet; in SendTraceSupported()
3587 StreamGDBRemote escaped_packet; in SendTraceStop()
3622 StreamGDBRemote escaped_packet; in SendTraceStart()
3657 StreamGDBRemote escaped_packet; in SendTraceGetState()
3691 StreamGDBRemote escaped_packet; in SendTraceGetBinaryData()
3875 StreamGDBRemote payload; in GetModulesInfo()
4209 StreamGDBRemote stream; in ConfigureRemoteStructuredData()
H A DGDBRemoteCommunicationServerLLGS.h181 void AddProcessThreads(StreamGDBRemote &response,
H A DGDBRemoteCommunicationClient.h633 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2785 StreamGDBRemote packet; in DoWriteMemory()