As everyone has already indicated, you will want to link to the LLDB.framework (on MacOSX), "lldb.so" (linux, unixes), or "lldb.dll" on windows. We export a C++ interface that allows you to run LLDB through full API. Xcode on MacOSX links to LLDB.framework in order to do its debugging so we know the API is complete and works for GUI debuggers.
The C++ API reference is available at: http://lldb.llvm.org/cpp_reference/html/index.html On Sep 24, 2013, at 8:16 AM, Yin Ma <[email protected]> wrote: > Hello, > > We are developing our Debugger GUI to support lldb. > Does lldb have an enable mode for GUI mode? > like gdb -fullname, it will emit a string that > indicates source code location instead of printing > source line to stdout? > > Thanks, > > Yin > > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
