Re: [lldb-dev] Current status of simultaneous multiple target debugging in LLDB

2017-06-27 Thread Ramana via lldb-dev
Hi, Could someone please help me on the below? Thanks, Ramana On Mon, Jun 12, 2017 at 11:58 AM, Ramana wrote: > Hi, > > I have to implement a debugger for our HW which comprises of CPU+GPU where > the GPU is coded in OpenCL and is accelerated through OpenVX API in C++ > application which runs

[lldb-dev] Current status of simultaneous multiple target debugging in LLDB

2017-06-11 Thread Ramana via lldb-dev
Hi, I have to implement a debugger for our HW which comprises of CPU+GPU where the GPU is coded in OpenCL and is accelerated through OpenVX API in C++ application which runs on CPU. Our requirement is we should be able to debug the code running on both CPU and GPU simultaneously with in the same L