Current status of simultaneous multiple target debugging in LLDB

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 LLDB debug session.

Looking at the mailing list archive I see that there were discussions about this feature in LLDB here http://lists.llvm.org/pipermail/lldb-dev/2014-August/005074.html.

What is the present status i.e. what works today and what is to be improved of simultaneous multiple target debugging support in LLDB? Were the changes contributed to LLDB mainstream?

How can I access the material for http://llvm.org/devmtg/2014-10/#bof5 (Future directions and features for LLDB)

Appreciate any help/guidance provided on the same.

Thanks,

Ramana

Hi,

Could someone please help me on the below?

Thanks,

Ramana