I'm building an lldb plugin on Mac OS X and Linux using the SB API. This means downloading the right headers to build against for the level of lldb installed on the machine building the plugin.
On Linux it is trivial to work out which lldb headers to build against, you just run lldb -version and use the reported version to find the right release. On Mac OS X the version numbers for the lldb installed by XCode are adjusted and they don't relate directly back to the lldb releases released on llvm.org. Xcode recently updated again and rather than find the answer via trial and error I was wondering if there is a handy table or rule for mapping the output of lldb -version on Mac back to lldb releases? Howard Hellyer IBM Runtime Technologies, IBM Systems Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev