[lldb-dev] [Bug 25346] New: Python/C++ binding SBTarget.LaunchSimple does not disable ASLR

2015-10-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=25346 Bug ID: 25346 Summary: Python/C++ binding SBTarget.LaunchSimple does not disable ASLR Product: lldb Version: unspecified Hardware: Macintosh OS: MacOS X

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-29 Thread Todd Fiala via lldb-dev
I fixed several RHEL-derived distribution-related issues in top of tree LLDB a few weeks back. It was for RHEL 7-derived builds, so quite a bit newer. If you are building your lldb off of top-of-tree, hopefully this will mostly become an exercise of: * Do you have a new-enough python. (I believ

Re: [lldb-dev] Refactoring dotest as a Python package

2015-10-29 Thread Todd Fiala via lldb-dev
On Tue, Oct 27, 2015 at 8:12 PM, Zachary Turner wrote: > Todd, I have one question. If I understand correctly, we currently run > dotest.py as a script, which imports dosep and calls some method in dosep, > and dosep then again exec's dotest. > > Can you think of a pythonic way to make this work

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-29 Thread Mark Chandler via lldb-dev
For My Centos 5 build: * Using python 2.7 (From devtoolset 2) * Using gcc 4.8 (From devtoolset 2) * disabled libedit and python bindings * Built cmake from source * Make is fine so didnt bother with ninja Applying the patch then gives me a working liblldb.so. Also want to say that its ref