Fix return type for Windows

llvm-svn: 199202
This commit is contained in:
Deepak Panickal 2014-01-14 11:34:44 +00:00
parent ba6ea6024c
commit 263fde068f
1 changed files with 1 additions and 2 deletions

View File

@ -806,8 +806,7 @@ GDBRemoteCommunication::PacketResult
GDBRemoteCommunicationServer::Handle_qLaunchGDBServer (StringExtractorGDBRemote &packet)
{
#ifdef _WIN32
// No unix sockets on windows
return false;
return SendErrorResponse(9);
#else
// Spawn a local debugserver as a platform so we can then attach or launch
// a process...