| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.h | 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); 170 PacketResult 175 PacketResult Handle_Z(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.h | 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); 66 PacketResult Handle_vFile_Mode(StringExtractorGDBRemote &packet); 76 PacketResult Handle_vFile_MD5(StringExtractorGDBRemote &packet); 78 PacketResult Handle_qEcho(StringExtractorGDBRemote &packet); [all …]
|
| H A D | GDBRemoteCommunicationServer.h | 31 std::function<PacketResult(StringExtractorGDBRemote &packet, 43 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout, 60 PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet); 62 PacketResult SendErrorResponse(const Status &error); 64 PacketResult SendErrorResponse(llvm::Error error); 66 PacketResult SendUnimplementedResponse(const char *packet); 68 PacketResult SendErrorResponse(uint8_t error); 70 PacketResult SendIllFormedResponse(const StringExtractorGDBRemote &packet, 73 PacketResult SendOKResponse(); 76 PacketResult SendJSONResponse(const llvm::json::Value &value); [all …]
|
| H A D | GDBRemoteCommunicationServer.cpp | 44 GDBRemoteCommunication::PacketResult 91 GDBRemoteCommunication::PacketResult 97 GDBRemoteCommunication::PacketResult 105 GDBRemoteCommunication::PacketResult 116 GDBRemoteCommunication::PacketResult 131 GDBRemoteCommunication::PacketResult 138 GDBRemoteCommunication::PacketResult 148 GDBRemoteCommunication::PacketResult 154 return GetAck() == PacketResult::Success; in HandshakeWithClient() 157 GDBRemoteCommunication::PacketResult [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 | GDBRemoteCommunication.h | 66 enum class PacketResult { enum 102 PacketResult GetAck(); 160 PacketResult SendPacketNoLock(llvm::StringRef payload); 161 PacketResult SendRawPacketNoLock(llvm::StringRef payload, 164 PacketResult ReadPacket(StringExtractorGDBRemote &response, 167 PacketResult ReadPacketWithOutputSupport( 173 PacketResult PopPacketFromQueue(StringExtractorGDBRemote &response, 176 PacketResult WaitForPacketNoLock(StringExtractorGDBRemote &response, 240 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> { 242 GDBRemoteCommunication::PacketResult &state,
|
| H A D | GDBRemoteClientBase.cpp | 68 case PacketResult::ErrorReplyTimeout: { in SendContinuePacketAndWaitForResponse() 88 case PacketResult::Success: in SendContinuePacketAndWaitForResponse() 181 GDBRemoteCommunication::PacketResult 193 return PacketResult::ErrorSendFailed; in SendPacketAndWaitForResponse() 199 GDBRemoteCommunication::PacketResult 212 return PacketResult::ErrorSendFailed; in SendPacketAndReceiveResponseWithOutputSupport() 216 if (packet_result != PacketResult::Success) in SendPacketAndReceiveResponseWithOutputSupport() 223 GDBRemoteCommunication::PacketResult 227 if (packet_result != PacketResult::Success) in SendPacketAndWaitForResponseNoLock() 234 if (packet_result != PacketResult::Success) in SendPacketAndWaitForResponseNoLock() [all …]
|
| H A D | GDBRemoteCommunication.cpp | 121 GDBRemoteCommunication::PacketResult 133 GDBRemoteCommunication::PacketResult 201 return PacketResult::Success; in GetAck() 208 GDBRemoteCommunication::PacketResult 225 GDBRemoteCommunication::PacketResult 239 GDBRemoteCommunication::PacketResult 262 return PacketResult::Success; in PopPacketFromQueue() 265 GDBRemoteCommunication::PacketResult 276 return PacketResult::Success; in WaitForPacketNoLock() 1332 using PacketResult = GDBRemoteCommunication::PacketResult; in format() typedef [all …]
|
| H A D | GDBRemoteCommunicationClient.cpp | 89 PacketResult packet_result = PacketResult::Success; in HandshakeWithServer() 186 PacketResult::Success) { in QueryNoAckModeSupported() 203 PacketResult::Success) { in GetListThreadsInStopReplySupported() 216 PacketResult::Success) { in GetVAttachOrWaitSupported() 230 PacketResult::Success) { in GetSyncThreadStateSupported() 331 PacketResult::Success) { in GetRemoteQSupported() 765 PacketResult::Success) { in GetLaunchSuccess() 1098 PacketResult::Success) in MaybeEnableCompression() 2606 PacketResult::Success) in QueryGDBServer() 3600 PacketResult::Success) in GetQOffsets() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 174 GDBRemoteCommunication::PacketResult 310 GDBRemoteCommunication::PacketResult 327 GDBRemoteCommunication::PacketResult 410 GDBRemoteCommunication::PacketResult 422 GDBRemoteCommunication::PacketResult 445 GDBRemoteCommunication::PacketResult 464 GDBRemoteCommunication::PacketResult 496 GDBRemoteCommunication::PacketResult 539 GDBRemoteCommunication::PacketResult 562 GDBRemoteCommunication::PacketResult [all …]
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 445 GDBRemoteCommunication::PacketResult 758 GDBRemoteCommunication::PacketResult 1132 return PacketResult::Success; in SendONotification() 1369 return PacketResult::Success; in Handle_k() 1379 return PacketResult::Success; in Handle_k() 1508 return PacketResult::Success; in Handle_C() 1548 return PacketResult::Success; in Handle_c() 1664 return PacketResult::Success; in Handle_vCont() 2240 return PacketResult::Success; in Handle_interrupt() 2435 return PacketResult::Success; in Handle_M() [all …]
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 93 GDBRemoteCommunication::PacketResult 99 PacketResult packet_result = WaitForPacketNoLock(packet, timeout, false); in GetPacketAndSendResponse() 101 if (packet_result != PacketResult::Success) { in GetPacketAndSendResponse() 115 return PacketResult::Success; in GetPacketAndSendResponse() 158 return PacketResult::ErrorSendFailed; in GetPacketAndSendResponse() 255 if (packet_result != GDBRemoteCommunication::PacketResult::Success && in ReceivePacket() 257 GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) { in ReceivePacket()
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 151 return PacketResult::Success; in GDBRemoteCommunicationServerPlatform() 232 GDBRemoteCommunication::PacketResult 286 if (packet_result != PacketResult::Success) { in Handle_qLaunchGDBServer() 293 GDBRemoteCommunication::PacketResult 318 GDBRemoteCommunication::PacketResult 396 GDBRemoteCommunication::PacketResult 414 GDBRemoteCommunication::PacketResult 446 GDBRemoteCommunication::PacketResult 459 GDBRemoteCommunication::PacketResult 471 GDBRemoteCommunication::PacketResult [all …]
|
| H A D | GDBRemoteClientBase.h | 53 PacketResult SendPacketAndWaitForResponse( 57 PacketResult SendPacketAndReceiveResponseWithOutputSupport( 95 PacketResult
|
| H A D | GDBRemoteCommunicationReplayServer.h | 44 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout, 48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient()
|
| H A D | GDBRemoteCommunicationClient.h | 85 PacketResult 647 PacketResult SendThreadSpecificPacketAndWaitForResponse(
|
| H A D | ProcessGDBRemote.cpp | 471 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo() 2575 GDBRemoteCommunication::PacketResult::Success) { in DoDestroy() 2740 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory() 2897 GDBRemoteCommunication::PacketResult::Success) { in FlashErase() 2927 GDBRemoteCommunication::PacketResult::Success) { in FlashDone() 2988 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory() 4057 GDBRemoteCommunication::PacketResult::Success) in GetAuxvData() 4090 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread() 4162 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender() 4195 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 610 HexagonPacket PacketResult = Packet; in tryAuction() local 612 llvm::stable_sort(PacketResult, HexagonInstr::lessCore); in tryAuction() 615 llvm::all_of(insts(PacketResult), [&AuctionCore](HexagonInstr const &I) { in tryAuction() 622 for (HexagonInstr const &ISJ : insts(PacketResult)) in tryAuction() 629 Res = PacketResult; in tryAuction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 374 GDBRemoteCommunication::PacketResult::Success) in main_platform()
|