/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.h | 19 class StringExtractorGDBRemote; variable 38 PacketResult Handle_A(StringExtractorGDBRemote &packet); 40 PacketResult Handle_qHostInfo(StringExtractorGDBRemote &packet); 48 PacketResult Handle_qUserName(StringExtractorGDBRemote &packet); 50 PacketResult Handle_qGroupName(StringExtractorGDBRemote &packet); 52 PacketResult Handle_qSpeedTest(StringExtractorGDBRemote &packet); 54 PacketResult Handle_vFile_Open(StringExtractorGDBRemote &packet); 62 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 | 23 class StringExtractorGDBRemote; variable 142 PacketResult Handle_k(StringExtractorGDBRemote &packet); 163 PacketResult Handle_C(StringExtractorGDBRemote &packet); 165 PacketResult Handle_c(StringExtractorGDBRemote &packet); 182 PacketResult Handle_p(StringExtractorGDBRemote &packet); 184 PacketResult Handle_P(StringExtractorGDBRemote &packet); 186 PacketResult Handle_H(StringExtractorGDBRemote &packet); 188 PacketResult Handle_I(StringExtractorGDBRemote &packet); 195 PacketResult Handle_M(StringExtractorGDBRemote &packet); 204 PacketResult Handle_Z(StringExtractorGDBRemote &packet); [all …]
|
H A D | GDBRemoteCommunicationServerCommon.cpp | 179 StringExtractorGDBRemote &packet) { in Handle_qHostInfo() 315 StringExtractorGDBRemote &packet) { in Handle_qProcessInfoPID() 332 StringExtractorGDBRemote &packet) { in Handle_qfProcessInfo() 415 StringExtractorGDBRemote &packet) { in Handle_qsProcessInfo() 427 StringExtractorGDBRemote &packet) { in Handle_qUserName() 450 StringExtractorGDBRemote &packet) { in Handle_qGroupName() 469 StringExtractorGDBRemote &packet) { in Handle_qSpeedTest() 501 StringExtractorGDBRemote &packet) { in Handle_vFile_Open() 550 StringExtractorGDBRemote &packet) { in Handle_vFile_Close() 573 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 | 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() 132 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable() [all …]
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1284 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceSupported() 1296 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStop() 1316 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceStart() 1337 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetState() 1355 StringExtractorGDBRemote &packet) { in Handle_jLLDBTraceGetBinaryData() 1380 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo() 1454 StringExtractorGDBRemote &packet) { in Handle_vKill() 1479 StringExtractorGDBRemote &packet) { in Handle_QSetDisableASLR() 1490 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir() 1500 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir() [all …]
|
H A D | GDBRemoteCommunicationServer.h | 21 class StringExtractorGDBRemote; variable 31 std::function<PacketResult(StringExtractorGDBRemote &packet, 39 RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type, 47 std::map<StringExtractorGDBRemote::ServerPacketType, PacketHandler> 55 PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet); 65 PacketResult SendIllFormedResponse(const StringExtractorGDBRemote &packet,
|
H A D | GDBRemoteCommunicationServerPlatform.cpp | 120 StringExtractorGDBRemote::eServerPacketType_qC, in GDBRemoteCommunicationServerPlatform() 135 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform() 227 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer() 288 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer() 313 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess() 391 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo() 409 StringExtractorGDBRemote &packet) { in Handle_qPathComplete() 441 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir() 454 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir() 466 StringExtractorGDBRemote &packet) { in Handle_qC() [all …]
|
H A D | GDBRemoteCommunicationClient.cpp | 209 StringExtractorGDBRemote response; in QueryNoAckModeSupported() 226 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() 239 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() 253 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() 361 StringExtractorGDBRemote response; in GetRemoteQSupported() 527 StringExtractorGDBRemote response; in GetThreadPacketSupported() 642 StringExtractorGDBRemote response; in ReadMemoryTags() 690 StringExtractorGDBRemote response; in WriteMemoryTags() 804 StringExtractorGDBRemote response; in LaunchProcess() 1147 StringExtractorGDBRemote response; in GetDefaultThreadId() [all …]
|
H A D | GDBRemoteClientBase.h | 47 StringExtractorGDBRemote &response); 58 llvm::StringRef payload, StringExtractorGDBRemote &response, 62 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, 67 llvm::StringRef payload, StringExtractorGDBRemote &response, 102 StringExtractorGDBRemote &response); 152 StringExtractorGDBRemote &response);
|
H A D | GDBRemoteClientBase.cpp | 41 StringExtractorGDBRemote &response) { in SendContinuePacketAndWaitForResponse() 182 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 199 StringExtractorGDBRemote &response, Timeout<std::micro> timeout, in ReadPacketWithOutputSupport() 216 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndReceiveResponseWithOutputSupport() 239 llvm::StringRef payload, StringExtractorGDBRemote &response) { in SendPacketAndWaitForResponseNoLock() 267 StringExtractorGDBRemote &response) { in ShouldStop() 278 StringExtractorGDBRemote extra_stop_reply_packet; in ShouldStop()
|
H A D | GDBRemoteCommunication.h | 132 StringExtractorGDBRemote &packet); 190 PacketResult ReadPacket(StringExtractorGDBRemote &response, 193 PacketResult WaitForPacketNoLock(StringExtractorGDBRemote &response,
|
H A D | ProcessGDBRemote.cpp | 435 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo() 543 StringExtractorGDBRemote response; in DoConnectRemote() 773 StringExtractorGDBRemote response; in DoLaunch() 1600 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo() 2497 StringExtractorGDBRemote response; in DoReadMemory() 2654 StringExtractorGDBRemote response; in FlashErase() 2684 StringExtractorGDBRemote response; in FlashDone() 2745 StringExtractorGDBRemote response; in DoWriteMemory() 3748 StringExtractorGDBRemote response; in GetExtendedInfoForThread() 4620 StringExtractorGDBRemote response; in GetFileLoadAddress() [all …]
|
H A D | GDBRemoteCommunication.cpp | 211 StringExtractorGDBRemote packet; in GetAck() 215 StringExtractorGDBRemote::ResponseType::eAck) in GetAck() 224 GDBRemoteCommunication::ReadPacket(StringExtractorGDBRemote &response, in ReadPacket() 227 using ResponseType = StringExtractorGDBRemote::ResponseType; in ReadPacket() 242 GDBRemoteCommunication::WaitForPacketNoLock(StringExtractorGDBRemote &packet, in WaitForPacketNoLock() 323 StringExtractorGDBRemote echo_response; in WaitForPacketNoLock() 619 StringExtractorGDBRemote &packet) { in CheckForPacket() 792 packet = StringExtractorGDBRemote(packet_str); in CheckForPacket()
|
H A D | GDBRemoteCommunicationClient.h | 263 bool GetStopReply(StringExtractorGDBRemote &response); 265 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response); 625 bool DecodeProcessInfoResponse(StringExtractorGDBRemote &response, 632 StringExtractorGDBRemote &response);
|
H A D | ProcessGDBRemote.h | 229 StringExtractorGDBRemote &inputStringExtractor); 257 std::optional<StringExtractorGDBRemote> m_last_stop_packet; 327 void SetLastStopPacket(const StringExtractorGDBRemote &response);
|
H A D | GDBRemoteRegisterContext.cpp | 337 StringExtractorGDBRemote response; in SetPrimordialRegister()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | StringExtractorGDBRemote.cpp | 18 StringExtractorGDBRemote::ResponseType 57 StringExtractorGDBRemote::ServerPacketType 533 case StringExtractorGDBRemote::eOK: in OKErrorNotSupportedResponseValidator() 538 case StringExtractorGDBRemote::eAck: in OKErrorNotSupportedResponseValidator() 539 case StringExtractorGDBRemote::eNack: in OKErrorNotSupportedResponseValidator() 553 case StringExtractorGDBRemote::eOK: in JSONResponseValidator() 554 case StringExtractorGDBRemote::eAck: in JSONResponseValidator() 555 case StringExtractorGDBRemote::eNack: in JSONResponseValidator() 585 case StringExtractorGDBRemote::eOK: in ASCIIHexBytesResponseValidator() 586 case StringExtractorGDBRemote::eAck: in ASCIIHexBytesResponseValidator() [all …]
|
H A D | CMakeLists.txt | 60 StringExtractorGDBRemote.cpp
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | StringExtractorGDBRemote.h | 22 class StringExtractorGDBRemote : public StringExtractor { 25 void *baton, const StringExtractorGDBRemote &response); 27 StringExtractorGDBRemote() = default; 29 StringExtractorGDBRemote(llvm::StringRef str) in StringExtractorGDBRemote() function 32 StringExtractorGDBRemote(const char *cstr) in StringExtractorGDBRemote() function 37 void CopyResponseValidator(const StringExtractorGDBRemote &rhs);
|
/openbsd/gnu/usr.bin/clang/liblldbUtility/ |
H A D | Makefile | 42 StringExtractorGDBRemote.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/ |
H A D | BUILD.gn | 43 "StringExtractorGDBRemote.cpp",
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 694 StringExtractorGDBRemote response; in GetRemoteUnixSignals()
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 3880 lldb/include/lldb/Utility/StringExtractorGDBRemote.h 4688 lldb/source/Utility/StringExtractorGDBRemote.cpp
|