[Lldb-commits] [PATCH] D12360: RenderScript pending kernel breakpoints.
Ewan Crawford via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 26 07:08:15 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.
Currently the RS breakpoint command can only find a kernel if it's in an already loaded RS module.
This patch allows users to set pending breakpoints on RenderScript kernels which will be loaded in the future.
To maintain these breakpoints the command 'renderscript kernel breakpoint' is split into 3 separate sub-commands.
'renderscript kernel breakpoint set', 'renderscript kernel breakpoint list', and 'renderscript kernel breakpoint delete'.
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.33195.patch
Type: text/x-patch
Size: 17203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150826/71586579/attachment-0001.bin>
More information about the lldb-commits
mailing list