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 | 575 StreamGDBRemote response; in Handle_vFile_pRead() 612 StreamGDBRemote response; in Handle_vFile_pWrite() 756 StreamGDBRemote response; in Handle_qPlatform_shell() 786 StreamGDBRemote response; in Handle_vFile_FStat() 836 StreamGDBRemote response; in Handle_vFile_MD5() 861 StreamGDBRemote response; in Handle_qPlatform_mkdir() 881 StreamGDBRemote response; in Handle_qPlatform_chmod() 1121 StreamGDBRemote response; in Handle_qModuleInfo() 1204 StreamGDBRemote escaped_response; in Handle_jModulesInfo()
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 183 StreamGDBRemote response; in Handle_qLaunchGDBServer() 218 StreamGDBRemote response; in Handle_qQueryGDBServer() 221 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 485 StreamGDBRemote response; in SendWResponse() 499 StreamGDBRemote response; in SendWResponse() 1375 StreamGDBRemote response; in Handle_jLLDBTraceGetBinaryData() 2016 StreamGDBRemote response; in Handle_qRegisterInfo() 2075 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) { in AddProcessThreads() 2099 StreamGDBRemote response; in Handle_qfThreadInfo() 2166 StreamGDBRemote response; in Handle_g() 2218 StreamGDBRemote response; in Handle_p() 2311 StreamGDBRemote response; in Handle_P() 2537 StreamGDBRemote response; in Handle_memory_read() [all …]
|
| H A D | GDBRemoteCommunicationServer.cpp | 158 StreamGDBRemote escaped_response; in SendJSONResponse()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3319 lldb_private::StreamGDBRemote stream; in WriteFile() 3350 lldb_private::StreamGDBRemote stream; in CreateSymlink() 3383 lldb_private::StreamGDBRemote stream; in Unlink() 3657 StreamGDBRemote escaped_packet; in SendTraceSupported() 3683 StreamGDBRemote escaped_packet; in SendTraceStop() 3717 StreamGDBRemote escaped_packet; in SendTraceStart() 3751 StreamGDBRemote escaped_packet; in SendTraceGetState() 3784 StreamGDBRemote escaped_packet; in SendTraceGetBinaryData() 3967 StreamGDBRemote payload; in GetModulesInfo() 4302 StreamGDBRemote stream; in ConfigureRemoteStructuredData()
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 181 void AddProcessThreads(StreamGDBRemote &response,
|
| H A D | GDBRemoteCommunicationClient.h | 650 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
|
| H A D | ProcessGDBRemote.cpp | 2920 StreamGDBRemote packet; in DoWriteMemory()
|