summaryrefslogtreecommitdiffstats
path: root/lldb/test/plugins/builder_base.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-137/+0
* Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner2015-10-261-1/+1
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-231-1/+1
* Run tests with dwo symbol filesTamas Berghammer2015-10-071-0/+11
* Append to CFLAGS_EXTRAS and LD_EXTRAS when building cmdline.Robert Flack2015-04-161-1/+7
* Fix makefiles to build shared library tests on Windows.Zachary Turner2015-03-131-3/+3
* Make the test runner understand Windows command shell execution.Zachary Turner2014-07-221-37/+22
* Tests require GNU make, called gmake on FreeBSDEd Maste2013-06-241-6/+16
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-251-0/+14
* Fix the wrong comment in TestUUIDMismatchWarnings.py.Johnny Chen2012-08-201-0/+2
* lldb should warn when dSYM does not match the binary.Johnny Chen2012-02-011-13/+26
* The plugin impl of getCompiler() should be in unison with the Makefile.rules ...Johnny Chen2011-08-241-1/+1
* Add a builder module for Linux (plus some refactoring)Peter Collingbourne2011-06-201-0/+96
OpenPOWER on IntegriCloud