summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/scripts
AgeCommit message (Collapse)Author
2015-08-13Remove DNBConfig.hBruce Mitchener
Summary: This was no longer needed and hasn't been needed since r143244 in 2011. This removes everything associated with generating or using it. Reviewers: clayborg, jasonmolenda Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11971 llvm-svn: 244850
2014-01-18Make lldb build with Makefiles on OS X.Todd Fiala
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
2013-08-09Add support for building debugserver with CMake (on Mac OS X)Daniel Malea
- updated RNBDefs.h to allow version numbers to be passed in via preprocessor defines - update libdebugserver.cpp to compile against latest DNBProcessKill signature Review: http://llvm-reviews.chandlerc.com/D1331 llvm-svn: 188078
2012-09-20Re-adding this previously removed file.Greg Clayton
llvm-svn: 164331
2012-09-20This file is causing problems. I am going to remove it and try re-adding it.Greg Clayton
llvm-svn: 164328
2012-08-17Committed a simple dtrace script that tracksSean Callanan
process termination, which can be useful to track debugserver's delivery of signals. llvm-svn: 162104
2012-05-30Make dbgnub-config.pl work with multiline env vars.Filipe Cabecinhas
llvm-svn: 157664
2011-11-09Cleanup some warnings.Greg Clayton
llvm-svn: 144200
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner
llvm-svn: 105619