Fix junk content handling within GDBRemoteCommunication::CheckForPacket:
- Avoid removing of an extra symbol from m_bytes.
- Iterate over m_bytes until useful content is found.
Differential D6042
Fix junk content handling within GDBRemoteCommunication::CheckForPacket. ovyalov on Oct 30 2014, 3:19 PM. Authored by
Details
Diff Detail Event TimelineComment Actions Can you redo this patch and only change stuff that is changed? There is so much whitespace change here I can't tell what little things have changed Comment Actions Reran diff as "git diff --ignore-space-change" in order to eliminate spaces - please take another look. Thank you! Comment Actions Hey Oleksiy, can you rebase the patch for me, I got HUNK Failed when applying. It could be related to the whitespace stripping you did for Greg. Also, I notice something weird with the block of code you wrapped with the while() loop. It appears to be indented only 2 spaces instead of 4. |