summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make
Commit message (Expand)AuthorAgeFilesLines
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-061-4/+0
* Android.rules: build x86 tests with -mstackrealignPavel Labath2017-06-291-0/+4
* Android.rules: set "ar" path correctlyPavel Labath2017-05-021-0/+1
* Android.rules: setup correct objcopy pathPavel Labath2017-04-121-4/+12
* Centralize libc++ test skipping logicPavel Labath2017-03-294-47/+34
* Android.rules: Add libc++ supportPavel Labath2017-03-132-10/+26
* Make the LLDB test suite work with MSVC 2017 on Windows.Zachary Turner2017-03-091-4/+6
* Android.rules: fix computation of gcc toolchain directory on armPavel Labath2017-03-081-11/+11
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-8/+0
* Android.rules: fix building on macPavel Labath2017-03-031-1/+0
* Android.rules: fix building on windowsPavel Labath2017-03-031-1/+1
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-032-7/+53
* Re-landing a cleaned up implementation of r284550Chris Bieneman2016-10-201-18/+24
* Revert back to the state before r284550Chris Bieneman2016-10-191-33/+18
* Trying to fix a few more missing LDFLAGS.Chris Bieneman2016-10-191-0/+6
* Fixing the linux bots I broke in r284550Chris Bieneman2016-10-191-3/+9
* Use clang --driver-mode instead of guessing c++ compiler pathChris Bieneman2016-10-181-18/+21
* Force c++14 when running tests on Windows.Zachary Turner2016-09-131-0/+1
* Revert "Fix tests on Windows."Zachary Turner2016-09-061-2/+2
* Fix tests on Windows.Zachary Turner2016-09-061-2/+2
* Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPYOmair Javaid2016-08-171-22/+27
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+6
* Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-17/+18
* Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-18/+17
* [test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath2016-07-141-3/+8
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-2/+7
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-122-1/+9
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-101-0/+23
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-191-0/+24
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+4
* Remove CRLF line endings from test_common.hPavel Labath2016-01-111-44/+44
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-0/+25
* [TestCPPAuto] On linux, we need -fno-limit-debug-info.Siva Chandra2015-12-191-0/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-1/+3
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-151-1/+1
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...Omair Javaid2015-11-241-0/+4
* Pass -fms-compatibility-version when building test inferiors.Zachary Turner2015-11-191-0/+3
* Updated a relative path in Makefile.rules to reflect the new testsuite location.Sean Callanan2015-11-101-1/+1
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-1/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-282-0/+604
OpenPOWER on IntegriCloud