[Lldb-commits] [PATCH] Reducing lldb Carbon footprint by replacing the only Carbon API call by Cocoa equivalent

Jean-Daniel Dupas devlists at shadowlab.org
Wed Jul 2 11:03:28 PDT 2014


This patch removes the dependency on Carbon framework. 

The only Carbon API usage is a couple of call to OSA functions to execute an apple script in Host.mm.
This patch replaces OSA calls by using NSAppleScript instead.

Thanks
-- Jean-Daniel



-------------- next part --------------
A non-text attachment was scrubbed...
Name: carbon.patch
Type: application/octet-stream
Size: 6983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140702/fc66e7ff/attachment.obj>


More information about the lldb-commits mailing list