Home
last modified time | relevance | path

Searched refs:SendErrorResponse (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp766 return SendErrorResponse(50); in SendStopReplyPacketForThread()
774 return SendErrorResponse(51); in SendStopReplyPacketForThread()
780 return SendErrorResponse(52); in SendStopReplyPacketForThread()
1323 return SendErrorResponse(68); in Handle_qProcessInfo()
1328 return SendErrorResponse(1); in Handle_qProcessInfo()
1332 return SendErrorResponse(1); in Handle_qProcessInfo()
1344 return SendErrorResponse(68); in Handle_qC()
1353 return SendErrorResponse(69); in Handle_qC()
1413 return SendErrorResponse(14); in Handle_qGetWorkingDir()
1732 return SendErrorResponse(0); in SendStopReasonForState()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp324 return SendErrorResponse(1); in Handle_qProcessInfoPID()
407 return SendErrorResponse(3); in Handle_qfProcessInfo()
419 return SendErrorResponse(4); in Handle_qsProcessInfo()
442 return SendErrorResponse(5); in Handle_qUserName()
461 return SendErrorResponse(6); in Handle_qGroupName()
493 return SendErrorResponse(7); in Handle_qSpeedTest()
536 return SendErrorResponse(18); in Handle_vFile_Open()
593 return SendErrorResponse(21); in Handle_vFile_pRead()
625 return SendErrorResponse(27); in Handle_vFile_pWrite()
647 return SendErrorResponse(22); in Handle_vFile_Size()
[all …]
H A DGDBRemoteCommunicationServer.cpp98 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse() function in GDBRemoteCommunicationServer
106 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse() function in GDBRemoteCommunicationServer
113 return SendErrorResponse(error.GetError()); in SendErrorResponse()
117 GDBRemoteCommunicationServer::SendErrorResponse(llvm::Error error) { in SendErrorResponse() function in GDBRemoteCommunicationServer
127 return SendErrorResponse(Status(llvm::Error(std::move(EIB)))); in SendErrorResponse()
145 return SendErrorResponse(0x03); in SendIllFormedResponse()
171 return SendErrorResponse(value.takeError()); in SendJSONResponse()
H A DGDBRemoteCommunicationServer.h62 PacketResult SendErrorResponse(const Status &error);
64 PacketResult SendErrorResponse(llvm::Error error);
68 PacketResult SendErrorResponse(uint8_t error);
H A DGDBRemoteCommunicationServerPlatform.cpp267 return SendErrorResponse(9); in Handle_qLaunchGDBServer()
299 return SendErrorResponse(4); in Handle_qQueryGDBServer()
330 return SendErrorResponse(10); in Handle_qKillSpawnedProcess()
338 return SendErrorResponse(11); in Handle_qKillSpawnedProcess()
403 return SendErrorResponse(1); in Handle_qProcessInfo()
407 return SendErrorResponse(1); in Handle_qProcessInfo()
420 return SendErrorResponse(85); in Handle_qPathComplete()
452 return SendErrorResponse(ec.value()); in Handle_qGetWorkingDir()
467 return SendErrorResponse(ec.value()); in Handle_QSetWorkingDir()