summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove DNBConfig.hBruce Mitchener2015-08-133-107/+0
| | | | | | | | | | | | | | | 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
* Make lldb build with Makefiles on OS X.Todd Fiala2014-01-182-1/+22
| | | | | | | | | | | | | | | | | | 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)Daniel Malea2013-08-091-0/+14
| | | | | | | | - 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
* Re-adding this previously removed file.Greg Clayton2012-09-201-0/+18
| | | | llvm-svn: 164331
* This file is causing problems. I am going to remove it and try re-adding it.Greg Clayton2012-09-201-18/+0
| | | | llvm-svn: 164328
* Committed a simple dtrace script that tracksSean Callanan2012-08-171-0/+18
| | | | | | | process termination, which can be useful to track debugserver's delivery of signals. llvm-svn: 162104
* Make dbgnub-config.pl work with multiline env vars.Filipe Cabecinhas2012-05-301-0/+1
| | | | llvm-svn: 157664
* Cleanup some warnings.Greg Clayton2011-11-091-2/+2
| | | | llvm-svn: 144200
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+71
llvm-svn: 105619
OpenPOWER on IntegriCloud