[lldb-dev] LLDB linux questions

William Lynch wlynch at wlynch.cx
Mon Sep 27 07:46:13 PDT 2010


That's correct.

On Mon, Sep 27, 2010 at 9:09 AM, Reid Kleckner <reid.kleckner at gmail.com>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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100927/26fe93cc/attachment.html>


More information about the lldb-dev mailing list