Re: [lldb-dev] Issue: print std unique pointer

2018-02-27 Thread Greg Clayton via lldb-dev
Then the question becomes how can we identify the STL that is being used correctly so we can do the right thing. I worry that if std::unique_ptr isn't working that many many other STL things won't work as well. We are tuned for a specific STL > On Feb 27, 2018, at 2:12 PM, Pavel Labath via lldb

Re: [lldb-dev] Issue: print std unique pointer

2018-02-27 Thread Pavel Labath via lldb-dev
This probably isn't arch-dependent. More likely you just have a different version of libstdc++. Can you share how the std::unique_ptr layout looks like for you. This is how my std::unique_ptr looks like (from libstdc++.so.6.0.22): (lldb) fr var X -R -T (std::unique_ptr >) X = { (std::unique_ptr

Re: [lldb-dev] Issue: print std unique pointer

2018-02-27 Thread Greg Clayton via lldb-dev
It depends on the version of the C++ standard library you are using. Is this the only thing that isn't working in the STL data formatters? I would expect the STL library to be the same on PowerPC as it is on other platforms so I wouldn't guess this would be an issue that is arch dependent. Greg

Re: [lldb-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged

2018-02-27 Thread Simon Dardis via lldb-dev
Hi, No major issues seen so far for mips. Binaries uploaded. SHA256(clang+llvm-6.0.0-rc3-mipsel-linux-gnu.tar.xz)= 6e4fab79cc341a9084dab94cced108daff39fcde14a11e8d7ae454e9f92cb77c SHA256(clang+llvm-6.0.0-rc3-mips-linux-gnu.tar.xz)= 54887a039d3d7ccff17a0c7245f4c9d778a1c22f96b619db554849da55293d6

[lldb-dev] Issue: print std unique pointer

2018-02-27 Thread Alexandre Yukio Yamashita via lldb-dev
Hi, LLDB is printing a empty value for unique pointers in PowerPC. And I am investigating a solution for this problem. The problem occurs because the ptr_obj variable has a empty value in Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp:73. I could solve it, changing this line Plugins/Lan

Re: [lldb-dev] how do i submit my patch for 'Support demangling for D symbols via dlopen'

2018-02-27 Thread Jim Ingham via lldb-dev
I only briefly scanned the patch, but I'm not sure treating D as another mangling variant of C++ is the best model - I think it will be easier if we gather all the separate language features up in the individual languages. You might have a look at the swift-enabled lldb (https://github.com/app

Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-27 Thread Pavel Labath via lldb-dev
On 26 February 2018 at 19:32, Ed Maste via lldb-dev wrote: > 5. I copied the scripts (updateScripts.sh, checkoutSource.sh, etc.) > from the previous buildbot installation (into scratch/scripts/). I > think we should host all scripts for the builders in either the lldb > or zorg repo - is there a r

Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-27 Thread Ed Maste via lldb-dev
On 26 February 2018 at 22:32, Ed Maste wrote: > > 2. Install required packages: > # pkg install cmake ninja swig30 subversion py27-pip Also gmake and bash. > The host is running a FreeBSD 12-CURRENT kernel and to enable tests I > expect I'll create a new FreeBSD 12 builder, which can be initiall

Re: [lldb-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged

2018-02-27 Thread Michał Górny via lldb-dev
W dniu pią, 23.02.2018 o godzinie 16∶14 +0100, użytkownik Hans Wennborg via Release-testers napisał: > Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending

[lldb-dev] [Bug 36540] New: "error: this file does not represent a loadable dylib" when loading libsosplugin.so plugin from Python

2018-02-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36540 Bug ID: 36540 Summary: "error: this file does not represent a loadable dylib" when loading libsosplugin.so plugin from Python Product: lldb Version: 4.0 Hardware: PC

Re: [lldb-dev] [6.0.0 Release] Release Candidate 3 tagged

2018-02-27 Thread Hans Wennborg via lldb-dev
On Fri, Feb 23, 2018 at 4:14 PM, Hans Wennborg wrote: > Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is pr

[lldb-dev] [Bug 36538] New: Odd 'watchpoint set' errors on Android target

2018-02-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36538 Bug ID: 36538 Summary: Odd 'watchpoint set' errors on Android target Product: lldb Version: 6.0 Hardware: Other OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 36534] New: SIGSEGV on 'image dump symfile'

2018-02-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36534 Bug ID: 36534 Summary: SIGSEGV on 'image dump symfile' Product: lldb Version: 6.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P