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
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
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
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