[Lldb-commits] [PATCH] D12728: New RenderScript command to break on all kernels

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 9 07:18:34 PDT 2015


EwanCrawford created this revision.
EwanCrawford added reviewers: clayborg, jingham.
EwanCrawford added subscribers: lldb-commits, domipheus, ADodds.
EwanCrawford set the repository for this revision to rL LLVM.

Patch adds a command to RenderScript plugin allowing users to automatically set breakpoints on every RS kernel.

Command syntax is 'language renderscript kernel breakpoint all <enable/disable>.'  
Enable sets breakpoints on all currently loaded kernels, and any kernels which will be loaded in future. 
Disable results in breakpoints no longer being set on loaded kernels, but doesn't affect existing breakpoints.

Current command 'language renderscript kernel breakpoint' is changed to 'language renderscript kernel breakpoint set'

Repository:
  rL LLVM

http://reviews.llvm.org/D12728

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12728.34327.patch
Type: text/x-patch
Size: 10297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150909/79e3f37b/attachment-0001.bin>


More information about the lldb-commits mailing list