Remove DNBConfig.hSummary:This was no longer needed and hasn't been needed since r143244in 2011. This removes everything associated with generatingor using it.Reviewers: clayborg, jasonmolend
Remove DNBConfig.hSummary:This was no longer needed and hasn't been needed since r143244in 2011. This removes everything associated with generatingor using it.Reviewers: clayborg, jasonmolendaSubscribers: lldb-commitsDifferential Revision: http://reviews.llvm.org/D11971llvm-svn: 244850
show more ...
Make lldb build with Makefiles on OS X.This change does the following:* Adds Makefile build scripts to debug server.* Fixes a few small mistakes in the other makefiles.* Modifies generate-ver
Make lldb build with Makefiles on OS X.This change does the following:* 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).Patch by Keno Fischer.llvm-svn: 199543
Add support for building debugserver with CMake (on Mac OS X)- updated RNBDefs.h to allow version numbers to be passed in via preprocessor defines- update libdebugserver.cpp to compile against late
Add support for building debugserver with CMake (on Mac OS X)- updated RNBDefs.h to allow version numbers to be passed in via preprocessor defines- update libdebugserver.cpp to compile against latest DNBProcessKill signatureReview: http://llvm-reviews.chandlerc.com/D1331llvm-svn: 188078
Re-adding this previously removed file.llvm-svn: 164331
This file is causing problems. I am going to remove it and try re-adding it.llvm-svn: 164328
Committed a simple dtrace script that tracksprocess termination, which can be useful to trackdebugserver's delivery of signals.llvm-svn: 162104
Make dbgnub-config.pl work with multiline env vars.llvm-svn: 157664
Cleanup some warnings.llvm-svn: 144200
Initial checkin of lldb code from internal Apple repo.llvm-svn: 105619