Home
last modified time | relevance | path

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

/freebsd/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/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/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()
1371 StreamGDBRemote response; in Handle_jLLDBTraceGetBinaryData()
2012 StreamGDBRemote response; in Handle_qRegisterInfo()
2071 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) { in AddProcessThreads()
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()
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp270 StreamGDBRemote response; in Handle_qLaunchGDBServer()
304 StreamGDBRemote response; in Handle_qQueryGDBServer()
307 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationServer.cpp158 StreamGDBRemote escaped_response; in SendJSONResponse()
H A DGDBRemoteCommunicationClient.cpp3296 lldb_private::StreamGDBRemote stream; in WriteFile()
3327 lldb_private::StreamGDBRemote stream; in CreateSymlink()
3360 lldb_private::StreamGDBRemote stream; in Unlink()
3634 StreamGDBRemote escaped_packet; in SendTraceSupported()
3660 StreamGDBRemote escaped_packet; in SendTraceStop()
3695 StreamGDBRemote escaped_packet; in SendTraceStart()
3730 StreamGDBRemote escaped_packet; in SendTraceGetState()
3764 StreamGDBRemote escaped_packet; in SendTraceGetBinaryData()
3948 StreamGDBRemote payload; in GetModulesInfo()
4282 StreamGDBRemote stream; in ConfigureRemoteStructuredData()
H A DGDBRemoteCommunicationServerLLGS.h181 void AddProcessThreads(StreamGDBRemote &response,
H A DGDBRemoteCommunicationClient.h637 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2806 StreamGDBRemote packet; in DoWriteMemory()