Does anyone have pointers on how to link the lldb C++ API/library with another 
project that uses a command line driven build system?

We would like to incorporate the lldb C++ API/library into our Common Lisp 
programming environment to get better backtraces and debug info in a portable 
way (OS X and Linux).

lldb is written as a library and in principle this should be possible.   
In practice I’ve had a tough time getting started.  I can build lldb with Xcode 
on OS X.
This is not a criticism - I know resources are limited.  The documentation for 
using the C++ API of lldb are thin and examples are few to non-existent.
I don’t need a lot of help - I would just like a starting point.
I’m developing CANDO, an implementation of Common Lisp that uses llvm as a 
backend  (github.com/drmeister/cando)
I have extensive experience using the llvm/clang API’s within CANDO.

Best,

Christian Schafmeister, Professor
Chemistry Department
Temple University

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to