[Lldb-commits] [PATCH] Make lldb build with Makefiles on OS X

Keno Fischer kfischer at college.harvard.edu
Thu Dec 26 04:22:48 PST 2013


- Adds Makefile build scripts to debug server
- Fixes a few small mistakes in the other makefiles
- Modifies generate-vers.pl slightly to also work for debugserver
- Changes the OS X, non-framework python search path from
  libdir to libdir/python2.X/site-packages where it is installed
  by the build system (also where it is installed on other operating
  systems)

This is the first time I'm submitting a patch through phabrictor, so let me know if there's anything else I need to do. 

http://llvm-reviews.chandlerc.com/D2476

Files:
  lib/Makefile
  scripts/generate-vers.pl
  source/CMakeLists.txt
  source/Host/common/Host.cpp
  source/Makefile
  source/Plugins/Makefile
  source/Plugins/SystemRuntime/MacOSX/Makefile
  tools/Makefile
  tools/debugserver/Makefile
  tools/debugserver/scripts/Makefile
  tools/debugserver/scripts/dbgnub-config.pl
  tools/debugserver/source/MacOSX/Makefile
  tools/debugserver/source/MacOSX/i386/Makefile
  tools/debugserver/source/MacOSX/x86_64/Makefile
  tools/debugserver/source/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2476.1.patch
Type: text/x-patch
Size: 12969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131226/aa6b5eea/attachment.bin>


More information about the lldb-commits mailing list