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

2016-04-05 Thread Tamas Berghammer via lldb-dev
I think we don't. If we consider them stable enough for enabling them on a buildbot AND we agree to revert changes breaking the unittests then I am happy with enabling them (doing it should take very little effort from our side). Otherwise I would prefer to wait until we can get them to a stable st

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

2016-04-05 Thread Pavel Labath via lldb-dev
We're not running them yet. I'd like to add that at some point, but I haven't gotten around to that yet... On 5 April 2016 at 09:39, Tamas Berghammer wrote: > I think we don't. If we consider them stable enough for enabling them on a > buildbot AND we agree to revert changes breaking the unittest

[lldb-dev] Get address for PIE-like "process"

2016-04-05 Thread Ted Woodward via lldb-dev
We've got an OS that implements something they call a "user PD", which is a lot like a PIE process. To debug it, we need to get the address of the image and then slide the target's symbols. What's the best way to get the address from the remote stub? Linux lldb reads an AuxVector from lldb-server,

Re: [lldb-dev] Get address for PIE-like "process"

2016-04-05 Thread Greg Clayton via lldb-dev
> On Apr 5, 2016, at 10:46 AM, Ted Woodward via lldb-dev > wrote: > > We’ve got an OS that implements something they call a “user PD”, which is a > lot like a PIE process. To debug it, we need to get the address of the image > and then slide the target’s symbols. What’s the best way to get th

[lldb-dev] [Bug 27227] New: TestImport fails on Python 3

2016-04-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27227 Bug ID: 27227 Summary: TestImport fails on Python 3 Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priorit

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

2016-04-05 Thread Jeffrey Tan via lldb-dev
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 variable corpus -T (const string &const) corpus = error: summary string

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

2016-04-05 Thread Todd Fiala via lldb-dev
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 (vs., say, our Python tests which are end-to-end and have