Searched refs:SendErrorResponse (Results 1 – 5 of 5) sorted by relevance
1003 return SendErrorResponse(51); in SendStopReplyPacketForThread()1007 return SendErrorResponse(42); in SendStopReplyPacketForThread()1289 return SendErrorResponse(Status("Process not running.")); in Handle_jLLDBTraceSupported()1300 return SendErrorResponse(Status("Process not running.")); in Handle_jLLDBTraceStop()1306 return SendErrorResponse(stop_request.takeError()); in Handle_jLLDBTraceStop()1309 return SendErrorResponse(std::move(err)); in Handle_jLLDBTraceStop()1321 return SendErrorResponse(Status("Process not running.")); in Handle_jLLDBTraceStart()1327 return SendErrorResponse(request.takeError()); in Handle_jLLDBTraceStart()1330 return SendErrorResponse(std::move(err)); in Handle_jLLDBTraceStart()1342 return SendErrorResponse(Status("Process not running.")); in Handle_jLLDBTraceGetState()[all …]
327 return SendErrorResponse(1); in Handle_qProcessInfoPID()359 return SendErrorResponse(2); in Handle_qfProcessInfo()363 return SendErrorResponse(2); in Handle_qfProcessInfo()368 return SendErrorResponse(2); in Handle_qfProcessInfo()373 return SendErrorResponse(2); in Handle_qfProcessInfo()378 return SendErrorResponse(2); in Handle_qfProcessInfo()383 return SendErrorResponse(2); in Handle_qfProcessInfo()388 return SendErrorResponse(2); in Handle_qfProcessInfo()401 return SendErrorResponse(2); in Handle_qfProcessInfo()410 return SendErrorResponse(3); in Handle_qfProcessInfo()[all …]
97 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse() function in GDBRemoteCommunicationServer105 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse() function in GDBRemoteCommunicationServer112 return SendErrorResponse(error.GetError()); in SendErrorResponse()116 GDBRemoteCommunicationServer::SendErrorResponse(llvm::Error error) { in SendErrorResponse() function in GDBRemoteCommunicationServer126 return SendErrorResponse(Status(llvm::Error(std::move(EIB)))); in SendErrorResponse()144 return SendErrorResponse(0x03); in SendIllFormedResponse()166 return SendErrorResponse(value.takeError()); in SendJSONResponse()
57 PacketResult SendErrorResponse(const Status &error);59 PacketResult SendErrorResponse(llvm::Error error);63 PacketResult SendErrorResponse(uint8_t error);
262 return SendErrorResponse(9); in Handle_qLaunchGDBServer()294 return SendErrorResponse(4); in Handle_qQueryGDBServer()325 return SendErrorResponse(10); in Handle_qKillSpawnedProcess()333 return SendErrorResponse(11); in Handle_qKillSpawnedProcess()398 return SendErrorResponse(1); in Handle_qProcessInfo()402 return SendErrorResponse(1); in Handle_qProcessInfo()415 return SendErrorResponse(85); in Handle_qPathComplete()447 return SendErrorResponse(ec.value()); in Handle_qGetWorkingDir()462 return SendErrorResponse(ec.value()); in Handle_QSetWorkingDir()