Skip to content
Commit a21fdb0d authored by Jason Molenda's avatar Jason Molenda
Browse files

GDBRemoteCommunication::DecompressPacket assumed that the buffer it was

working with (the Communication m_bytes ivar) contained a single packet.
Instead, it may contain multitudes.  Find the boundaries of the first packet
in the buffer and replace that with the decompressed version leaving the
rest of the buffer unmodified.
<rdar://problem/21841377> 

llvm-svn: 243846
parent 0c07570c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment