Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
Author: ace2001ac Date: Thu Mar 6 05:30:34 2014 New Revision: 203107 URL: http://llvm.org/viewvc/llvm-project?rev=203107&view=rev Log: Fix Windows build break introduced in r203035. Add '#if defined(__linux__) || defined(__FreeBSD__)' around JITLoaderGDB and ProcessElfCore, which are only built on Linux and FreeBSD. Modified: lldb/trunk/source/lldb.cpp Windows will need to start building all files necessary so that JITLoaderGDB and ProcessElfCore can build since they should work on all platforms. llvm-svn: 203178
Loading
Please sign in to comment