[Lldb-commits] [PATCH] D12360: RenderScript pending kernel breakpoints.

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 28 08:23:47 PDT 2015


EwanCrawford updated this revision to Diff 33425.
EwanCrawford added a comment.

Thanks for taking a look.

Previously we just tried to find a way to leverage the existing BreakpointResovlerName, and SearchFilter. 
However your suggestion to create a new BreakpointResolver works a lot better, and indeed removes the need for the extra commands.

This updated patch impements the RS breakpoint resolver, allowing us to set pending breakpoints on future kernels.


Repository:
  rL LLVM

http://reviews.llvm.org/D12360

Files:
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12360.33425.patch
Type: text/x-patch
Size: 9731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150828/bce873fb/attachment.bin>


More information about the lldb-commits mailing list