[Lldb-commits] [PATCH] Fix junk content handling within GDBRemoteCommunication::CheckForPacket.

Oleksiy Vyalov ovyalov at google.com
Thu Oct 30 15:19:39 PDT 2014


Hi clayborg, apepper,

Fix junk content handling within GDBRemoteCommunication::CheckForPacket:

1. Avoid removing of an extra symbol from m_bytes.
2. Iterate over m_bytes until useful content is found.

http://reviews.llvm.org/D6042

Files:
  source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6042.15585.patch
Type: text/x-patch
Size: 6358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141030/a7e3b73a/attachment.bin>


More information about the lldb-commits mailing list