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.
Paths
| Differential D6042
Fix junk content handling within GDBRemoteCommunication::CheckForPacket. ClosedPublic Authored by ovyalov on Oct 30 2014, 3:19 PM.
Details
Diff Detail Event Timelineclayborg edited edge metadata. Comment ActionsCan 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 This revision now requires changes to proceed.Oct 30 2014, 4:19 PM ovyalov edited edge metadata. Comment ActionsReran diff as "git diff --ignore-space-change" in order to eliminate spaces - please take another look. Thank you! This revision is now accepted and ready to land.Oct 30 2014, 4:42 PM 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. ovyalov edited edge metadata. Comment ActionsHi Shawn, I rebased the patch - could you give it another try? Thanks.
Revision Contents
Diff 15602 source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
|