Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
llvm-svn: 261950
This commit is contained in:
@@ -227,7 +227,7 @@ StringExtractorGDBRemote::GetServerPacketType () const
|
||||
case 'j':
|
||||
if (PACKET_MATCHES("jSignalsInfo")) return eServerPacketType_jSignalsInfo;
|
||||
if (PACKET_MATCHES("jThreadsInfo")) return eServerPacketType_jThreadsInfo;
|
||||
|
||||
break;
|
||||
|
||||
case 'v':
|
||||
if (PACKET_STARTS_WITH("vFile:"))
|
||||
|
||||
Reference in New Issue
Block a user