summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-17/+0
| | | | | | Differential revision: http://reviews.llvm.org/D16662 llvm-svn: 259098
* Fix configure & make build with python disabledKeno Fischer2014-09-091-1/+1
| | | | | | | | | | | | | This makes sure that nothing that requires Python is being built when the LLDB_DISABLE_PYTHON flag is being passed in. It also changes a use of CPPFLAGS to CPP.Flags since the former is overridden when external flags are passed in while the later is not. I'm not sure exactly why LLDB_DISABLE_PYTHON is in CXXFLAGS rather than CPPFLAGS, but cleaning that up is for another commit. Differential Revision: http://reviews.llvm.org/D4918 llvm-svn: 217414
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-1/+1
| | | | | | | | | | a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147609
* Make LinuxThread use the LLDB unwinder.Stephen Wilson2011-01-191-0/+3
| | | | llvm-svn: 123801
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+14
This component is still at an early stage, but allows for simple breakpoint/step-over operations and basic process control. The makefiles are set up to build the plugin under Linux only. llvm-svn: 109318
OpenPOWER on IntegriCloud