[lldb-dev] LLDB linux questions

Greg Clayton gclayton at apple.com
Mon Sep 27 10:11:39 PDT 2010


Reid is correct!

On Sep 27, 2010, at 7:09 AM, Reid Kleckner wrote:

> Eli Freiman wrote the Makefile system.  Presumably you're supposed to
> check out lldb into llvm/tools/lldb/ , and build from the root of the
> LLVM project.  But I'm just guessing, I've never built it.
> 
> Reid
> 
> On Mon, Sep 27, 2010 at 5:49 AM,  <arvid.picciani at nokia.com> wrote:
>>>> 2. In the next release will you also support linux?
>>> We'd like this, but this depends on someone making it happen.  If you're interested, it would be great to get help to make this happen.
>> 
>> I'm trying to start with _building_ it. Unfortunately, i couldn't figure out how the Makefile infrastructure is supposed to work.
>> It appears to me, it should be built within some other project, since the root Makefile depends on ../Makefile.common
>> 
>> I rewrote them all from scratch, but i guess it should use some sort of makefile generator. Do you have a favorite one?
>> 
>> Secondly, in include/lldb/Target/Thread.h can we do the unwind.h include a bit different? On linux, you'd have to use a different lib,
>> which is incompatible with the included headers. #include "libunwind.h" and extend the includepath to the local libunwind/include/ on osx
>> would work,
>> _______________________________________________
>> lldb-dev mailing list
>> lldb-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>> 
> 
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev





More information about the lldb-dev mailing list