Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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.cpp487 StreamGDBRemote response; in SendWResponse()
501 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()
2308 StreamGDBRemote response; in Handle_P()
2544 StreamGDBRemote response; in Handle_memory_read()
[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.cpp3270 lldb_private::StreamGDBRemote stream; in WriteFile()
3301 lldb_private::StreamGDBRemote stream; in CreateSymlink()
3334 lldb_private::StreamGDBRemote stream; in Unlink()
3564 StreamGDBRemote escaped_packet; in SendTraceSupported()
3590 StreamGDBRemote escaped_packet; in SendTraceStop()
3625 StreamGDBRemote escaped_packet; in SendTraceStart()
3660 StreamGDBRemote escaped_packet; in SendTraceGetState()
3694 StreamGDBRemote escaped_packet; in SendTraceGetBinaryData()
3878 StreamGDBRemote payload; in GetModulesInfo()
4219 StreamGDBRemote stream; in ConfigureRemoteStructuredData()
H A DGDBRemoteCommunicationServerLLGS.h175 void AddProcessThreads(StreamGDBRemote &response,
H A DGDBRemoteCommunicationClient.h634 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2718 StreamGDBRemote packet; in DoWriteMemory()