[lldb-dev] LLDB linux questions
arvid.picciani at nokia.com
arvid.picciani at nokia.com
Mon Sep 27 02:49:43 PDT 2010
> > 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,
More information about the lldb-dev
mailing list