Re: [lldb-dev] Green Dragon LLDB Xcode build update: TSAN support

2016-04-06 Thread Pavel Labath via lldb-dev
On 6 April 2016 at 06:23, Todd Fiala wrote: > Okay, thanks all. > > FWIW I am running them on the OS X side. I haven't seen any stability > problems yet. I'd also expect them to be very stable, much more like a > compiler test, since there are far fewer parts in a small-scoped C++ unit > test (v

[lldb-dev] [Bug 27237] New: Cannot link lldb-server on a i386 system

2016-04-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27237 Bug ID: 27237 Summary: Cannot link lldb-server on a i386 system Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 27238] New: Python API: Unable to detach a process in running state.

2016-04-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27238 Bug ID: 27238 Summary: Python API: Unable to detach a process in running state. Product: lldb Version: unspecified Hardware: Macintosh OS: MacOS X Stat

[lldb-dev] [Bug 27247] New: ObjectFileELF should parse ".ARM" section headers to help determine the triple for ARM ELF files

2016-04-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27247 Bug ID: 27247 Summary: ObjectFileELF should parse ".ARM" section headers to help determine the triple for ARM ELF files Product: lldb Version: unspecified Hardware: All

[lldb-dev] April LLVM bay-area social is this Thursday!

2016-04-06 Thread George Burgess IV via lldb-dev
We'll be at Tied House as usual, starting on Thursday the 7th at 7pm! If you can, help us plan and RSVP here: http://meetu.ps/2Wdwkm See everyone there! - George ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/lis

Re: [lldb-dev] UnicodeDecodeError for serialize SBValue description

2016-04-06 Thread Enrico Granata via lldb-dev
> On Apr 5, 2016, at 2:42 PM, Jeffrey Tan wrote: > > Hi Enrico, > > Any suggestion/example how to add a data formatter for our own STL string? > From the output below I can see we are using our own "fbstring_core" which I > assume I need to write a type summary for this type: > > frame varia

[lldb-dev] [Bug 27256] New: lldb doesn't support powerpc64 ELFv1 function descriptors

2016-04-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27256 Bug ID: 27256 Summary: lldb doesn't support powerpc64 ELFv1 function descriptors Product: lldb Version: unspecified Hardware: Macintosh OS: FreeBSD Sta

[lldb-dev] [Bug 27257] New: Integer division expression not correctly evaluated

2016-04-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27257 Bug ID: 27257 Summary: Integer division expression not correctly evaluated Product: lldb Version: 3.8 Hardware: Macintosh OS: MacOS X Status: NEW Severity: norma

Re: [lldb-dev] UnicodeDecodeError for serialize SBValue description

2016-04-06 Thread Jeffrey Tan via lldb-dev
Thanks Enrico. This is very detailed! I will take a look. Btw: originally, I was hoping that data formatter can be added without changing the source code. Like giving a xml/json format file telling lldb the memory layout/structure of the data structure, lldb can parse the xml/json and deduce the fo