Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1003 return SendErrorResponse(51); in SendStopReplyPacketForThread()
1007 return SendErrorResponse(42); in SendStopReplyPacketForThread()
1384 return SendErrorResponse(68); in Handle_qProcessInfo()
1389 return SendErrorResponse(1); in Handle_qProcessInfo()
1393 return SendErrorResponse(1); in Handle_qProcessInfo()
1405 return SendErrorResponse(68); in Handle_qC()
1414 return SendErrorResponse(69); in Handle_qC()
1466 return SendErrorResponse(42); in Handle_vKill()
1508 return SendErrorResponse(14); in Handle_qGetWorkingDir()
1976 return SendErrorResponse(0); in SendStopReasonForState()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp327 return SendErrorResponse(1); in Handle_qProcessInfoPID()
410 return SendErrorResponse(3); in Handle_qfProcessInfo()
422 return SendErrorResponse(4); in Handle_qsProcessInfo()
445 return SendErrorResponse(5); in Handle_qUserName()
464 return SendErrorResponse(6); in Handle_qGroupName()
496 return SendErrorResponse(7); in Handle_qSpeedTest()
534 return SendErrorResponse(18); in Handle_vFile_Open()
603 return SendErrorResponse(21); in Handle_vFile_pRead()
638 return SendErrorResponse(27); in Handle_vFile_pWrite()
660 return SendErrorResponse(22); in Handle_vFile_Size()
[all …]
H A DGDBRemoteCommunicationServer.cpp97 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse() function in GDBRemoteCommunicationServer
105 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse() function in GDBRemoteCommunicationServer
112 return SendErrorResponse(error.GetError()); in SendErrorResponse()
116 GDBRemoteCommunicationServer::SendErrorResponse(llvm::Error error) { in SendErrorResponse() function in GDBRemoteCommunicationServer
126 return SendErrorResponse(Status(llvm::Error(std::move(EIB)))); in SendErrorResponse()
144 return SendErrorResponse(0x03); in SendIllFormedResponse()
166 return SendErrorResponse(value.takeError()); in SendJSONResponse()
H A DGDBRemoteCommunicationServer.h57 PacketResult SendErrorResponse(const Status &error);
59 PacketResult SendErrorResponse(llvm::Error error);
63 PacketResult SendErrorResponse(uint8_t error);
H A DGDBRemoteCommunicationServerPlatform.cpp260 return SendErrorResponse(9); in Handle_qLaunchGDBServer()
292 return SendErrorResponse(4); in Handle_qQueryGDBServer()
323 return SendErrorResponse(10); in Handle_qKillSpawnedProcess()
331 return SendErrorResponse(11); in Handle_qKillSpawnedProcess()
396 return SendErrorResponse(1); in Handle_qProcessInfo()
400 return SendErrorResponse(1); in Handle_qProcessInfo()
413 return SendErrorResponse(85); in Handle_qPathComplete()
445 return SendErrorResponse(ec.value()); in Handle_qGetWorkingDir()
460 return SendErrorResponse(ec.value()); in Handle_QSetWorkingDir()