| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.h | 21 class StringExtractorGDBRemote; variable 43 PacketResult Handle_A(StringExtractorGDBRemote &packet); 45 PacketResult Handle_qHostInfo(StringExtractorGDBRemote &packet); 53 PacketResult Handle_qUserName(StringExtractorGDBRemote &packet); 55 PacketResult Handle_qGroupName(StringExtractorGDBRemote &packet); 57 PacketResult Handle_qSpeedTest(StringExtractorGDBRemote &packet); 59 PacketResult Handle_vFile_Open(StringExtractorGDBRemote &packet); 67 PacketResult Handle_vFile_Size(StringExtractorGDBRemote &packet); 79 PacketResult Handle_vFile_MD5(StringExtractorGDBRemote &packet); 81 PacketResult Handle_qEcho(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 23 class StringExtractorGDBRemote; variable 108 PacketResult Handle_k(StringExtractorGDBRemote &packet); 120 PacketResult Handle_C(StringExtractorGDBRemote &packet); 122 PacketResult Handle_c(StringExtractorGDBRemote &packet); 136 PacketResult Handle_p(StringExtractorGDBRemote &packet); 138 PacketResult Handle_P(StringExtractorGDBRemote &packet); 140 PacketResult Handle_H(StringExtractorGDBRemote &packet); 142 PacketResult Handle_I(StringExtractorGDBRemote &packet); 149 PacketResult Handle_M(StringExtractorGDBRemote &packet); 156 PacketResult Handle_Z(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 188 StringExtractorGDBRemote &packet) { in Handle_qHostInfo() 319 StringExtractorGDBRemote &packet) { in Handle_qProcessInfoPID() 336 StringExtractorGDBRemote &packet) { in Handle_qfProcessInfo() 419 StringExtractorGDBRemote &packet) { in Handle_qsProcessInfo() 432 StringExtractorGDBRemote &packet) { in Handle_qUserName() 457 StringExtractorGDBRemote &packet) { in Handle_qGroupName() 476 StringExtractorGDBRemote &packet) { in Handle_qSpeedTest() 508 StringExtractorGDBRemote &packet) { in Handle_vFile_Open() 537 StringExtractorGDBRemote &packet) { in Handle_vFile_Close() 559 StringExtractorGDBRemote &packet) { in Handle_vFile_pRead() [all …]
|
| H A D | GDBRemoteCommunicationServer.cpp | 30 StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings, in GDBRemoteCommunicationServer() 31 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt, in GDBRemoteCommunicationServer() 38 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler() 46 StringExtractorGDBRemote packet; in GetPacketAndSendResponse() 50 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse() 53 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse() 54 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse() 57 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse() 62 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse() 118 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable() [all …]
|
| H A D | GDBRemoteCommunicationServerPlatform.h | 81 PacketResult Handle_qLaunchGDBServer(StringExtractorGDBRemote &packet); 83 PacketResult Handle_qQueryGDBServer(StringExtractorGDBRemote &packet); 85 PacketResult Handle_qKillSpawnedProcess(StringExtractorGDBRemote &packet); 87 PacketResult Handle_qProcessInfo(StringExtractorGDBRemote &packet); 89 PacketResult Handle_qGetWorkingDir(StringExtractorGDBRemote &packet); 91 PacketResult Handle_QSetWorkingDir(StringExtractorGDBRemote &packet); 93 PacketResult Handle_qC(StringExtractorGDBRemote &packet); 95 PacketResult Handle_jSignalsInfo(StringExtractorGDBRemote &packet);
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1029 StringExtractorGDBRemote &packet) { 1095 StringExtractorGDBRemote &packet) { 1130 StringExtractorGDBRemote &packet) { 1188 StringExtractorGDBRemote &packet) { 1254 StringExtractorGDBRemote &packet) { 1319 StringExtractorGDBRemote &packet) { 1330 StringExtractorGDBRemote &packet) { 1340 StringExtractorGDBRemote &packet) { 1474 StringExtractorGDBRemote &packet) { 1483 StringExtractorGDBRemote &packet) { [all …]
|
| H A D | GDBRemoteCommunicationServer.h | 19 class StringExtractorGDBRemote; variable 30 std::function<PacketResult(StringExtractorGDBRemote &packet, 39 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type, 51 std::map<StringExtractorGDBRemote::ServerPacketType, PacketHandler> 59 PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet); 67 PacketResult SendIllFormedResponse(const StringExtractorGDBRemote &packet,
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 57 StringExtractorGDBRemote::eServerPacketType_qC, in GDBRemoteCommunicationServerPlatform() 72 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform() 78 StringExtractorGDBRemote::eServerPacketType_jSignalsInfo, in GDBRemoteCommunicationServerPlatform() 166 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer() 224 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer() 250 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess() 329 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo() 347 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir() 360 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir() 372 StringExtractorGDBRemote &packet) { in Handle_qC() [all …]
|
| H A D | GDBRemoteCommunicationClient.cpp | 123 StringExtractorGDBRemote response; in HandshakeWithServer() 219 StringExtractorGDBRemote response; in QueryNoAckModeSupported() 236 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() 249 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() 263 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() 356 StringExtractorGDBRemote response; in GetRemoteQSupported() 756 StringExtractorGDBRemote response; in GetLaunchSuccess() 1110 StringExtractorGDBRemote response; in GetDefaultThreadId() 1330 StringExtractorGDBRemote response; in SendStdinNotification() 1806 StringExtractorGDBRemote response; in GetWorkingDir() [all …]
|
| H A D | GDBRemoteClientBase.h | 45 llvm::StringRef payload, StringExtractorGDBRemote &response); 48 StringExtractorGDBRemote &response, 52 llvm::StringRef payload, StringExtractorGDBRemote &response, 57 StringExtractorGDBRemote &response); 82 StringExtractorGDBRemote &response); 126 StringExtractorGDBRemote &response);
|
| H A D | GDBRemoteCommunication.h | 108 StringExtractorGDBRemote &packet); 161 PacketResult ReadPacket(StringExtractorGDBRemote &response, 165 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, 170 PacketResult PopPacketFromQueue(StringExtractorGDBRemote &response, 173 PacketResult WaitForPacketNoLock(StringExtractorGDBRemote &response, 213 std::queue<StringExtractorGDBRemote> m_packet_queue; // The packet queue
|
| H A D | GDBRemoteClientBase.cpp | 40 llvm::StringRef payload, StringExtractorGDBRemote &response) { in SendContinuePacketAndWaitForResponse() 161 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 179 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndReceiveResponseWithOutputSupport() 203 llvm::StringRef payload, StringExtractorGDBRemote &response) { in SendPacketAndWaitForResponseNoLock() 231 StringExtractorGDBRemote &response) { in SendvContPacket() 258 StringExtractorGDBRemote &response) { in ShouldStop() 269 StringExtractorGDBRemote extra_stop_reply_packet; in ShouldStop()
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 59 StringExtractorGDBRemote packet; in GetPacketAndSendResponse() 75 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse() 78 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse() 79 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationClient.h | 144 int SendAttach(lldb::pid_t pid, StringExtractorGDBRemote &response); 294 bool GetStopReply(StringExtractorGDBRemote &response); 296 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response); 600 bool DecodeProcessInfoResponse(StringExtractorGDBRemote &response, 607 StringExtractorGDBRemote &response, bool send_async);
|
| H A D | ProcessGDBRemote.cpp | 531 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo() 724 StringExtractorGDBRemote response; in DoConnectRemote() 1082 StringExtractorGDBRemote response; in ConnectToDebugserver() 1554 StringExtractorGDBRemote response; in HandleStopReplySequence() 2788 StringExtractorGDBRemote response; in DoReadMemory() 2913 StringExtractorGDBRemote response; in FlashErase() 2943 StringExtractorGDBRemote response; in FlashDone() 3003 StringExtractorGDBRemote response; in DoWriteMemory() 4096 StringExtractorGDBRemote response; in GetExtendedInfoForThread() 4168 StringExtractorGDBRemote response; in GetLoadedDynamicLibrariesInfos_sender() [all …]
|
| H A D | GDBRemoteCommunication.cpp | 204 StringExtractorGDBRemote packet; in GetAck() 208 StringExtractorGDBRemote::ResponseType::eAck) in GetAck() 218 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, in ReadPacketWithOutputSupport() 234 GDBRemoteCommunication::ReadPacket(StringExtractorGDBRemote &response, in ReadPacket() 248 GDBRemoteCommunication::PopPacketFromQueue(StringExtractorGDBRemote &response, in PopPacketFromQueue() 274 GDBRemoteCommunication::WaitForPacketNoLock(StringExtractorGDBRemote &packet, in WaitForPacketNoLock() 356 StringExtractorGDBRemote echo_response; in WaitForPacketNoLock() 653 StringExtractorGDBRemote &packet) { in CheckForPacket() 1330 StringExtractorGDBRemote packet; in AppendBytesToCache()
|
| H A D | ProcessGDBRemote.h | 252 StringExtractorGDBRemote &inputStringExtractor); 271 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet 348 void SetLastStopPacket(const StringExtractorGDBRemote &response); 364 bool HandleNotifyPacket(StringExtractorGDBRemote &packet);
|
| H A D | GDBRemoteCommunicationReplayServer.h | 29 class StringExtractorGDBRemote; variable
|
| H A D | GDBRemoteRegisterContext.cpp | 283 StringExtractorGDBRemote response; in SetPrimordialRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 15 StringExtractorGDBRemote::ResponseType 54 StringExtractorGDBRemote::ServerPacketType 501 case StringExtractorGDBRemote::eOK: in OKErrorNotSupportedResponseValidator() 506 case StringExtractorGDBRemote::eAck: in OKErrorNotSupportedResponseValidator() 507 case StringExtractorGDBRemote::eNack: in OKErrorNotSupportedResponseValidator() 521 case StringExtractorGDBRemote::eOK: in JSONResponseValidator() 522 case StringExtractorGDBRemote::eAck: in JSONResponseValidator() 523 case StringExtractorGDBRemote::eNack: in JSONResponseValidator() 553 case StringExtractorGDBRemote::eOK: in ASCIIHexBytesResponseValidator() 554 case StringExtractorGDBRemote::eAck: in ASCIIHexBytesResponseValidator() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StringExtractorGDBRemote.h | 22 class StringExtractorGDBRemote : public StringExtractor { 25 void *baton, const StringExtractorGDBRemote &response); 27 StringExtractorGDBRemote() : StringExtractor(), m_validator(nullptr) {} in StringExtractorGDBRemote() function 29 StringExtractorGDBRemote(llvm::StringRef str) in StringExtractorGDBRemote() function 32 StringExtractorGDBRemote(const char *cstr) in StringExtractorGDBRemote() function 35 StringExtractorGDBRemote(const StringExtractorGDBRemote &rhs) in StringExtractorGDBRemote() function 38 virtual ~StringExtractorGDBRemote() {} in ~StringExtractorGDBRemote() 42 void CopyResponseValidator(const StringExtractorGDBRemote &rhs);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 734 StringExtractorGDBRemote response; in GetRemoteUnixSignals()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 610 SRCS+= Utility/StringExtractorGDBRemote.cpp
|