Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can...
authorGreg Clayton <gclayton@apple.com>
Thu, 16 Apr 2015 23:13:26 +0000 (23:13 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 16 Apr 2015 23:13:26 +0000 (23:13 +0000)
commite68c0085199bb4e1aa036023952a0ece59afeaea
treeeeb139f3e42616c9c92786749861962bdcb36b46
parent253204e4a175ee14f3f9a27592f7336f7cf29297
Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can take advantage of the new GDB register info from the target XML.

Also add "#if defined( LIBXML2_DEFINED )" around code that already used libxml2 in SymbolVendorMacOSX.cpp.

Cleaned up some warnings in ProcessGDBRemote.cpp.

llvm-svn: 235144
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp