| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.h | 20 class StringExtractorGDBRemote; variable 40 PacketResult Handle_A(StringExtractorGDBRemote &packet); 42 PacketResult Handle_qHostInfo(StringExtractorGDBRemote &packet); 50 PacketResult Handle_qUserName(StringExtractorGDBRemote &packet); 52 PacketResult Handle_qGroupName(StringExtractorGDBRemote &packet); 54 PacketResult Handle_qSpeedTest(StringExtractorGDBRemote &packet); 56 PacketResult Handle_vFile_Open(StringExtractorGDBRemote &packet); 64 PacketResult Handle_vFile_Size(StringExtractorGDBRemote &packet); 76 PacketResult Handle_vFile_MD5(StringExtractorGDBRemote &packet); 78 PacketResult Handle_qEcho(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 22 class StringExtractorGDBRemote; variable 121 PacketResult Handle_k(StringExtractorGDBRemote &packet); 137 PacketResult Handle_C(StringExtractorGDBRemote &packet); 139 PacketResult Handle_c(StringExtractorGDBRemote &packet); 153 PacketResult Handle_p(StringExtractorGDBRemote &packet); 155 PacketResult Handle_P(StringExtractorGDBRemote &packet); 157 PacketResult Handle_H(StringExtractorGDBRemote &packet); 159 PacketResult Handle_I(StringExtractorGDBRemote &packet); 166 PacketResult Handle_M(StringExtractorGDBRemote &packet); 175 PacketResult Handle_Z(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 176 StringExtractorGDBRemote &packet) { in Handle_qHostInfo() 312 StringExtractorGDBRemote &packet) { in Handle_qProcessInfoPID() 329 StringExtractorGDBRemote &packet) { in Handle_qfProcessInfo() 412 StringExtractorGDBRemote &packet) { in Handle_qsProcessInfo() 424 StringExtractorGDBRemote &packet) { in Handle_qUserName() 447 StringExtractorGDBRemote &packet) { in Handle_qGroupName() 466 StringExtractorGDBRemote &packet) { in Handle_qSpeedTest() 498 StringExtractorGDBRemote &packet) { in Handle_vFile_Open() 541 StringExtractorGDBRemote &packet) { in Handle_vFile_Close() 564 StringExtractorGDBRemote &packet) { in Handle_vFile_pRead() [all …]
|
| H A D | GDBRemoteCommunicationServerPlatform.h | 113 PacketResult Handle_qLaunchGDBServer(StringExtractorGDBRemote &packet); 115 PacketResult Handle_qQueryGDBServer(StringExtractorGDBRemote &packet); 117 PacketResult Handle_qKillSpawnedProcess(StringExtractorGDBRemote &packet); 119 PacketResult Handle_qPathComplete(StringExtractorGDBRemote &packet); 121 PacketResult Handle_qProcessInfo(StringExtractorGDBRemote &packet); 123 PacketResult Handle_qGetWorkingDir(StringExtractorGDBRemote &packet); 125 PacketResult Handle_QSetWorkingDir(StringExtractorGDBRemote &packet); 127 PacketResult Handle_qC(StringExtractorGDBRemote &packet); 129 PacketResult Handle_jSignalsInfo(StringExtractorGDBRemote &packet);
|
| H A D | GDBRemoteCommunicationServer.cpp | 31 StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings, in GDBRemoteCommunicationServer() 32 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt, in GDBRemoteCommunicationServer() 39 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler() 47 StringExtractorGDBRemote packet; in GetPacketAndSendResponse() 51 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse() 54 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse() 55 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse() 58 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse() 63 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse() 133 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable() [all …]
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1223 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceSupported() 1235 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStop() 1255 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStart() 1276 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetState() 1294 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetBinaryData() 1319 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo() 1384 StringExtractorGDBRemote &packet) { in Handle_QSetDisableASLR() 1395 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir() 1405 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir() 1418 StringExtractorGDBRemote &packet) { in Handle_QThreadSuffixSupported() [all …]
|
| H A D | GDBRemoteCommunicationServer.h | 21 class StringExtractorGDBRemote; variable 31 std::function<PacketResult(StringExtractorGDBRemote &packet, 40 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type, 52 std::map<StringExtractorGDBRemote::ServerPacketType, PacketHandler> 60 PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet); 70 PacketResult SendIllFormedResponse(const StringExtractorGDBRemote &packet,
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 119 StringExtractorGDBRemote::eServerPacketType_qC, in GDBRemoteCommunicationServerPlatform() 134 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform() 234 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer() 295 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer() 320 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess() 398 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo() 416 StringExtractorGDBRemote &packet) { in Handle_qPathComplete() 448 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir() 461 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir() 473 StringExtractorGDBRemote &packet) { in Handle_qC() [all …]
|
| H A D | GDBRemoteCommunicationClient.cpp | 88 StringExtractorGDBRemote response; in HandshakeWithServer() 184 StringExtractorGDBRemote response; in QueryNoAckModeSupported() 201 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() 214 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() 228 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() 329 StringExtractorGDBRemote response; in GetRemoteQSupported() 494 StringExtractorGDBRemote response; in GetThreadPacketSupported() 592 StringExtractorGDBRemote response; in ReadMemoryTags() 640 StringExtractorGDBRemote response; in WriteMemoryTags() 763 StringExtractorGDBRemote response; in GetLaunchSuccess() [all …]
|
| H A D | GDBRemoteClientBase.h | 43 StringExtractorGDBRemote &response); 54 llvm::StringRef payload, StringExtractorGDBRemote &response, 58 llvm::StringRef payload, StringExtractorGDBRemote &response, 64 StringExtractorGDBRemote &response); 97 StringExtractorGDBRemote &response); 147 StringExtractorGDBRemote &response);
|
| H A D | GDBRemoteCommunication.h | 111 StringExtractorGDBRemote &packet); 164 PacketResult ReadPacket(StringExtractorGDBRemote &response, 168 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, 173 PacketResult PopPacketFromQueue(StringExtractorGDBRemote &response, 176 PacketResult WaitForPacketNoLock(StringExtractorGDBRemote &response, 216 std::queue<StringExtractorGDBRemote> m_packet_queue; // The packet queue
|
| H A D | GDBRemoteClientBase.cpp | 42 StringExtractorGDBRemote &response) { in SendContinuePacketAndWaitForResponse() 183 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 201 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndReceiveResponseWithOutputSupport() 225 llvm::StringRef payload, StringExtractorGDBRemote &response) { in SendPacketAndWaitForResponseNoLock() 254 StringExtractorGDBRemote &response) { in SendvContPacket() 279 StringExtractorGDBRemote &response) { in ShouldStop() 290 StringExtractorGDBRemote extra_stop_reply_packet; in ShouldStop()
|
| H A D | ProcessGDBRemote.cpp | 469 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo() 664 StringExtractorGDBRemote response; in DoConnectRemote() 1018 StringExtractorGDBRemote response; in ConnectToDebugserver() 1477 StringExtractorGDBRemote response; in HandleStopReplySequence() 1719 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo() 2737 StringExtractorGDBRemote response; in DoReadMemory() 2894 StringExtractorGDBRemote response; in FlashErase() 2924 StringExtractorGDBRemote response; in FlashDone() 2985 StringExtractorGDBRemote response; in DoWriteMemory() 4087 StringExtractorGDBRemote response; in GetExtendedInfoForThread() [all …]
|
| H A D | GDBRemoteCommunication.cpp | 196 StringExtractorGDBRemote packet; in GetAck() 200 StringExtractorGDBRemote::ResponseType::eAck) in GetAck() 210 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, in ReadPacketWithOutputSupport() 226 GDBRemoteCommunication::ReadPacket(StringExtractorGDBRemote &response, in ReadPacket() 240 GDBRemoteCommunication::PopPacketFromQueue(StringExtractorGDBRemote &response, in PopPacketFromQueue() 266 GDBRemoteCommunication::WaitForPacketNoLock(StringExtractorGDBRemote &packet, in WaitForPacketNoLock() 347 StringExtractorGDBRemote echo_response; in WaitForPacketNoLock() 643 StringExtractorGDBRemote &packet) { in CheckForPacket() 816 packet = StringExtractorGDBRemote(packet_str); in CheckForPacket() 1291 StringExtractorGDBRemote packet; in AppendBytesToCache()
|
| H A D | GDBRemoteCommunicationClient.h | 163 int SendAttach(lldb::pid_t pid, StringExtractorGDBRemote &response); 305 bool GetStopReply(StringExtractorGDBRemote &response); 307 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response); 642 bool DecodeProcessInfoResponse(StringExtractorGDBRemote &response, 649 StringExtractorGDBRemote &response);
|
| H A D | ProcessGDBRemote.h | 231 StringExtractorGDBRemote &inputStringExtractor); 250 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet 326 void SetLastStopPacket(const StringExtractorGDBRemote &response); 342 bool HandleNotifyPacket(StringExtractorGDBRemote &packet);
|
| H A D | GDBRemoteCommunicationReplayServer.h | 29 class StringExtractorGDBRemote; variable
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 98 StringExtractorGDBRemote packet; in GetPacketAndSendResponse()
|
| H A D | GDBRemoteRegisterContext.cpp | 313 StringExtractorGDBRemote response; in SetPrimordialRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 17 StringExtractorGDBRemote::ResponseType 56 StringExtractorGDBRemote::ServerPacketType 509 case StringExtractorGDBRemote::eOK: in OKErrorNotSupportedResponseValidator() 514 case StringExtractorGDBRemote::eAck: in OKErrorNotSupportedResponseValidator() 515 case StringExtractorGDBRemote::eNack: in OKErrorNotSupportedResponseValidator() 529 case StringExtractorGDBRemote::eOK: in JSONResponseValidator() 530 case StringExtractorGDBRemote::eAck: in JSONResponseValidator() 531 case StringExtractorGDBRemote::eNack: in JSONResponseValidator() 561 case StringExtractorGDBRemote::eOK: in ASCIIHexBytesResponseValidator() 562 case StringExtractorGDBRemote::eAck: in ASCIIHexBytesResponseValidator() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StringExtractorGDBRemote.h | 21 class StringExtractorGDBRemote : public StringExtractor { 24 void *baton, const StringExtractorGDBRemote &response); 26 StringExtractorGDBRemote() : StringExtractor() {} in StringExtractorGDBRemote() function 28 StringExtractorGDBRemote(llvm::StringRef str) in StringExtractorGDBRemote() function 31 StringExtractorGDBRemote(const char *cstr) in StringExtractorGDBRemote() function 36 void CopyResponseValidator(const StringExtractorGDBRemote &rhs);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 742 StringExtractorGDBRemote response; in GetRemoteUnixSignals()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 671 SRCS+= Utility/StringExtractorGDBRemote.cpp
|