Re: [lldb-dev] Support for Error Strings in remote protocol

2017-06-27 Thread Pavel Labath via lldb-dev
On 26 June 2017 at 18:19, Chris Quenelle via lldb-dev wrote: > > My main concern was that *if* strings are added, there's some > clear documentation about the relationship between the string > and the number to explain what's going on. Based on other > emails in this thread it seems like the numb

[lldb-dev] [Bug 33603] lldb unable to demangle lambdas in destructors

2017-06-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=33603 lab...@google.com changed: What|Removed |Added CC||lab...@google.com Assignee|lldb-de

Re: [lldb-dev] Support for Error Strings in remote protocol

2017-06-27 Thread Ravitheja Addepally via lldb-dev
Hello, I would just like to add one more point to this discussion about error strings being human readable or not, I guess the whole purpose of having error strings, is to present them to human users right ? i mean a use case of sending strings, that are not human readable won't be required.

[lldb-dev] Core file on arm32

2017-06-27 Thread Chunseok Lee via lldb-dev
Hello, I am running lldb-3.8 on rpi2. When I load coredump file, lldb exited with seg fault. After digging into this issue, I found that loading core file for 32bit arch does not work well. Last commit for 32bit arch corefile is " From 109a39c9709dbc2bd689469f1ba15efee098ee41 Mon Sep 17 00:00:0

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