Home
last modified time | relevance | path

Searched refs:PacketResult (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h108 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);
151 PacketResult
156 PacketResult Handle_Z(StringExtractorGDBRemote &packet);
[all …]
H A DGDBRemoteCommunicationServerCommon.h43 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);
69 PacketResult Handle_vFile_Mode(StringExtractorGDBRemote &packet);
79 PacketResult Handle_vFile_MD5(StringExtractorGDBRemote &packet);
81 PacketResult Handle_qEcho(StringExtractorGDBRemote &packet);
[all …]
H A DGDBRemoteCommunicationServer.h30 std::function<PacketResult(StringExtractorGDBRemote &packet,
42 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout,
59 PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet);
61 PacketResult SendErrorResponse(const Status &error);
63 PacketResult SendUnimplementedResponse(const char *packet);
65 PacketResult SendErrorResponse(uint8_t error);
67 PacketResult SendIllFormedResponse(const StringExtractorGDBRemote &packet,
70 PacketResult SendOKResponse();
H A DGDBRemoteCommunicationServer.cpp43 GDBRemoteCommunication::PacketResult
48 PacketResult packet_result = WaitForPacketNoLock(packet, timeout, false); in GetPacketAndSendResponse()
49 if (packet_result == PacketResult::Success) { in GetPacketAndSendResponse()
91 GDBRemoteCommunication::PacketResult
97 GDBRemoteCommunication::PacketResult
105 GDBRemoteCommunication::PacketResult
116 GDBRemoteCommunication::PacketResult
123 GDBRemoteCommunication::PacketResult
134 GDBRemoteCommunication::PacketResult
140 return GetAck() == PacketResult::Success; in HandshakeWithClient()
H A DGDBRemoteClientBase.cpp57 case PacketResult::ErrorReplyTimeout: { in SendContinuePacketAndWaitForResponse()
65 case PacketResult::Success: in SendContinuePacketAndWaitForResponse()
159 GDBRemoteCommunication::PacketResult
171 return PacketResult::ErrorSendFailed; in SendPacketAndWaitForResponse()
177 GDBRemoteCommunication::PacketResult
190 return PacketResult::ErrorSendFailed; in SendPacketAndReceiveResponseWithOutputSupport()
194 if (packet_result != PacketResult::Success) in SendPacketAndReceiveResponseWithOutputSupport()
201 GDBRemoteCommunication::PacketResult
205 if (packet_result != PacketResult::Success) in SendPacketAndWaitForResponseNoLock()
212 if (packet_result != PacketResult::Success) in SendPacketAndWaitForResponseNoLock()
[all …]
H A DGDBRemoteCommunicationServerPlatform.h81 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 DGDBRemoteCommunication.h63 enum class PacketResult { enum
99 PacketResult GetAck();
157 PacketResult SendPacketNoLock(llvm::StringRef payload);
158 PacketResult SendRawPacketNoLock(llvm::StringRef payload,
161 PacketResult ReadPacket(StringExtractorGDBRemote &response,
164 PacketResult ReadPacketWithOutputSupport(
170 PacketResult PopPacketFromQueue(StringExtractorGDBRemote &response,
173 PacketResult WaitForPacketNoLock(StringExtractorGDBRemote &response,
233 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> {
235 GDBRemoteCommunication::PacketResult &state,
H A DGDBRemoteCommunication.cpp127 GDBRemoteCommunication::PacketResult
139 GDBRemoteCommunication::PacketResult
209 return PacketResult::Success; in GetAck()
216 GDBRemoteCommunication::PacketResult
233 GDBRemoteCommunication::PacketResult
247 GDBRemoteCommunication::PacketResult
270 return PacketResult::Success; in PopPacketFromQueue()
273 GDBRemoteCommunication::PacketResult
284 return PacketResult::Success; in WaitForPacketNoLock()
1371 using PacketResult = GDBRemoteCommunication::PacketResult; in format() typedef
[all …]
H A DGDBRemoteCommunicationClient.cpp124 PacketResult packet_result = PacketResult::Success; in HandshakeWithServer()
221 PacketResult::Success) { in QueryNoAckModeSupported()
359 PacketResult::Success) { in GetRemoteQSupported()
758 PacketResult::Success) { in GetLaunchSuccess()
1112 PacketResult::Success) in GetDefaultThreadId()
2265 PacketResult::Success) in SetNonStopMode()
2500 PacketResult::Success) in QueryGDBServer()
2620 PacketResult::Success) in GetStopReply()
2838 PacketResult::Success) in MakeDirectory()
2860 PacketResult::Success) in SetFilePermissions()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp186 GDBRemoteCommunication::PacketResult
317 GDBRemoteCommunication::PacketResult
334 GDBRemoteCommunication::PacketResult
417 GDBRemoteCommunication::PacketResult
430 GDBRemoteCommunication::PacketResult
455 GDBRemoteCommunication::PacketResult
474 GDBRemoteCommunication::PacketResult
506 GDBRemoteCommunication::PacketResult
535 GDBRemoteCommunication::PacketResult
557 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp339 GDBRemoteCommunication::PacketResult
569 GDBRemoteCommunication::PacketResult
940 return PacketResult::Success;
1304 return PacketResult::Success;
1314 return PacketResult::Success;
1429 return PacketResult::Success;
1469 return PacketResult::Success;
1582 return PacketResult::Success;
2197 return PacketResult::Success;
2316 return PacketResult::Success;
[all …]
H A DGDBRemoteCommunicationReplayServer.cpp56 GDBRemoteCommunication::PacketResult
60 PacketResult packet_result = WaitForPacketNoLock(packet, timeout, false); in GetPacketAndSendResponse()
62 if (packet_result != PacketResult::Success) { in GetPacketAndSendResponse()
80 return PacketResult::Success; in GetPacketAndSendResponse()
169 if (packet_result != GDBRemoteCommunication::PacketResult::Success && in ReceivePacket()
171 GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) { in ReceivePacket()
H A DGDBRemoteCommunicationServerPlatform.cpp86 return PacketResult::Success; in GDBRemoteCommunicationServerPlatform()
164 GDBRemoteCommunication::PacketResult
214 PacketResult packet_result = SendPacketNoLock(response.GetString()); in Handle_qLaunchGDBServer()
215 if (packet_result != PacketResult::Success) { in Handle_qLaunchGDBServer()
222 GDBRemoteCommunication::PacketResult
248 GDBRemoteCommunication::PacketResult
327 GDBRemoteCommunication::PacketResult
345 GDBRemoteCommunication::PacketResult
358 GDBRemoteCommunication::PacketResult
370 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteClientBase.h47 PacketResult SendPacketAndWaitForResponse(llvm::StringRef payload,
51 PacketResult SendPacketAndReceiveResponseWithOutputSupport(
80 PacketResult
H A DGDBRemoteCommunicationReplayServer.h44 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout,
48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient()
H A DGDBRemoteCommunicationClient.h60 PacketResult
605 PacketResult SendThreadSpecificPacketAndWaitForResponse(
H A DProcessGDBRemote.cpp533 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
2623 GDBRemoteCommunication::PacketResult::Success) { in DoDestroy()
2790 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2916 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2945 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
3006 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
4066 GDBRemoteCommunication::PacketResult::Success) in GetAuxvData()
4100 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()
4172 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()
4205 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp361 GDBRemoteCommunication::PacketResult::Success) in main_platform()