commit | 1cea94d9a1268eb8b9d0099a4c145de3f8688e07 | [log] [tgz] |
---|---|---|
author | Aidan Dodds <[email protected]> | Tue Oct 04 11:26:23 2016 +0100 |
committer | Aidan Dodds <[email protected]> | Tue Nov 01 16:44:14 2016 +0000 |
tree | 77c2caf67de2e9e90e1dde666241fe5ad13d3dae | |
parent | 30c7e9fcea5547599c509275937fad3fd2dab846 [diff] |
Add a debugger hook point during script group compilation at -O0. This hook supplies the debugger with the name of the script group and the addresses of its kernels. This allows breakpoints to be placed on a script group, which has the effect of placing a breakpoint on its constituent kernels. This is only executed when compiling at -O0. Test: Run the renderscript lldb test suite. Change-Id: I7c688d59aa702696406214423303853ec8dfa6b7 Signed-off-by: Aidan Dodds <[email protected]>