Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp577 return SendErrorResponse(50);
585 return SendErrorResponse(51);
591 return SendErrorResponse(52);
1034 return SendErrorResponse(68);
1099 return SendErrorResponse(68);
1135 return SendErrorResponse(68);
1193 return SendErrorResponse(68);
1263 return SendErrorResponse(1);
1267 return SendErrorResponse(1);
1348 return SendErrorResponse(14);
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp331 return SendErrorResponse(1); in Handle_qProcessInfoPID()
414 return SendErrorResponse(3); in Handle_qfProcessInfo()
427 return SendErrorResponse(4); in Handle_qsProcessInfo()
452 return SendErrorResponse(5); in Handle_qUserName()
471 return SendErrorResponse(6); in Handle_qGroupName()
503 return SendErrorResponse(7); in Handle_qSpeedTest()
532 return SendErrorResponse(18); in Handle_vFile_Open()
591 return SendErrorResponse(21); in Handle_vFile_pRead()
626 return SendErrorResponse(27); in Handle_vFile_pWrite()
649 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()
131 return SendErrorResponse(0x03); in SendIllFormedResponse()
H A DGDBRemoteCommunicationServerPlatform.cpp197 return SendErrorResponse(9); in Handle_qLaunchGDBServer()
226 return SendErrorResponse(4); in Handle_qQueryGDBServer()
260 return SendErrorResponse(10); in Handle_qKillSpawnedProcess()
268 return SendErrorResponse(11); in Handle_qKillSpawnedProcess()
334 return SendErrorResponse(1); in Handle_qProcessInfo()
338 return SendErrorResponse(1); in Handle_qProcessInfo()
351 return SendErrorResponse(ec.value()); in Handle_qGetWorkingDir()
366 return SendErrorResponse(ec.value()); in Handle_QSetWorkingDir()
H A DGDBRemoteCommunicationServer.h61 PacketResult SendErrorResponse(const Status &error);
65 PacketResult SendErrorResponse(uint8_t error);