mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
Reland "[lldb] [gdb-server] Implement the vFile:fstat packet"
Now with an #ifdef for WIN32. Differential Revision: https://reviews.llvm.org/D107840
This commit is contained in:
@@ -339,6 +339,8 @@ 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"))
|
||||
|
||||
Reference in New Issue
Block a user