[Lldb-commits] [PATCH] [lldb] Fix Darwin build broken by addition of JITLoaderGDB

Jevin Sweval jevinsweval at gmail.com
Mon Mar 10 09:40:39 PDT 2014


This ifdefs out calls to
{JITLoaderGDB,ProcessorElfCore}::{Initialize,Terminate} when building
for Apple hosts. I tried to instead build and link these libraries but
I ran into an issue where Darwin doesn't have ProcessMonitor.h. I
assume Windows hosts will be a similar situation? If so, the patch
should be updated to reflect that.

Thanks,
Jevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LLDB_disable_JITLoaderGDB_on_darwin.patch
Type: application/octet-stream
Size: 881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140310/5a0c8870/attachment.obj>


More information about the lldb-commits mailing list