Jean-Daniel,

Did you actually get this to work with a recent Xcode?  The last time I tried 
this, Xcode had broken the AS support for "set the selection" which rendered 
this whole bit of code moot.  I just hadn't gotten around to deleting it yet.  
If you have it working, that is excellent!  But if it just opens the source 
file in Xcode, and doesn't hilight the source line - that's what the current 
code does - then Xcode still doesn't support the thing this code is trying to 
do and it is probably better to just delete the "if {using_xcode) " bit.

Jim


> On Jul 2, 2014, at 11:03 AM, Jean-Daniel Dupas <[email protected]> wrote:
> 
> 
> 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
> 
> 
> 
> <carbon.patch>_______________________________________________
> lldb-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to