[lldb-dev] Mapping XCode lldb releases to lldb project releases.

Howard Hellyer via lldb-dev lldb-dev at lists.llvm.org
Wed Apr 12 03:23:01 PDT 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170412/b9e5caf5/attachment.html>


More information about the lldb-dev mailing list