mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
Since lldb version doesn’t have to be a valid floating point literal, like x.y.z,
the uses of DEBUGSERVER_VERSION_NUM are invalid and have to be removed. Change by Kuba Ober. llvm-svn: 203828
This commit is contained in:
@@ -3805,7 +3805,7 @@ RNBRemote::HandlePacket_qGDBServerVersion (const char *p)
|
||||
strm << "name:" DEBUGSERVER_PROGRAM_NAME ";";
|
||||
else
|
||||
strm << "name:debugserver;";
|
||||
strm << "version:" << DEBUGSERVER_VERSION_NUM << ";";
|
||||
strm << "version:" << DEBUGSERVER_VERSION_STR << ";";
|
||||
|
||||
return SendPacket (strm.str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user