Thanks Ed; committed the fix in 183038. Regarding the linking error, what library (or utility) is failing to link? As far as I can tell (by inspecting source/CMakeLists.txt) lldbBreakpoint (contains BreakpointIDList class) is required for linking liblldb.so. Is it the lldbCommands library that's failing? If so, the fix might be as simple as making lldbCommands depend on lldbBreakpoint.
Cheers, Dan On 2013-05-31 4:12 PM, "Ed Maste" <[email protected]> wrote: >Everything compiles, but fails to link -- a handful of undefined >references from Commands to BreakpointIDList. A specific example: >.../llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp:(.text+0x7 >90): >undefined reference to >`lldb_private::BreakpointIDList::AddBreakpointID(lldb_private::BreakpointI >D)' > >It'll take a bit of digging since this is my first real foray into CMake. > _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
