Searched refs:StreamGDBRemote (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | GDBRemote.cpp | 20 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 D | GDBRemote.h | 25 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 D | GDBRemoteCommunicationServerCommon.cpp | 574 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 D | GDBRemoteCommunicationServerLLGS.cpp | 485 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 D | GDBRemoteCommunicationServerPlatform.cpp | 270 StreamGDBRemote response; in Handle_qLaunchGDBServer() 304 StreamGDBRemote response; in Handle_qQueryGDBServer() 307 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
|
H A D | GDBRemoteCommunicationServer.cpp | 158 StreamGDBRemote escaped_response; in SendJSONResponse()
|
H A D | GDBRemoteCommunicationClient.cpp | 3296 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 D | GDBRemoteCommunicationServerLLGS.h | 181 void AddProcessThreads(StreamGDBRemote &response,
|
H A D | GDBRemoteCommunicationClient.h | 637 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
|
H A D | ProcessGDBRemote.cpp | 2806 StreamGDBRemote packet; in DoWriteMemory()
|