Revert "[lldb] [gdb-server] Implement the vFile:fstat packet"

This reverts commit 9e886fbb18.  It breaks
on Windows.
This commit is contained in:
Michał Górny
2021-09-10 11:43:24 +02:00
parent 729f7b1220
commit 70558d39f0
5 changed files with 0 additions and 143 deletions

View File

@@ -339,8 +339,6 @@ StringExtractorGDBRemote::GetServerPacketType() const {
return eServerPacketType_vFile_size;
else if (PACKET_STARTS_WITH("vFile:exists"))
return eServerPacketType_vFile_exists;
else if (PACKET_STARTS_WITH("vFile:fstat"))
return eServerPacketType_vFile_fstat;
else if (PACKET_STARTS_WITH("vFile:stat"))
return eServerPacketType_vFile_stat;
else if (PACKET_STARTS_WITH("vFile:mode"))