[Lldb-commits] [PATCH] Patch for fixing the handling of hardware breakpoints

Deepak Panickal deepak2427 at gmail.com
Fri Feb 21 05:26:56 PST 2014


  This addresses the concerns raised by Greg and Jim. Fixed the patch so that if software breakpoints are supported, we do not fall through to other breakpoint types. Only if it's not supported, we try the next option.

http://llvm-reviews.chandlerc.com/D2826

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2826?vs=7207&id=7278#toc

Files:
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2826.2.patch
Type: text/x-patch
Size: 11000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140221/2f9a1d57/attachment.bin>


More information about the lldb-commits mailing list