summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/make
Commit message (Expand)AuthorAgeFilesLines
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-231-18/+12
* [lldb_test_suite] Fix lldb test suite targeting remote AndroidAlex Langford2019-07-091-1/+2
* Makefile.rules: Normalize use of trailing slashes in path variables.Adrian Prantl2019-03-211-4/+4
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-2/+11
* Makefile.rules: Upstream SDKROOT handling code for Darwin.Adrian Prantl2019-03-111-0/+18
* [lldb] [test] Pass appropriate -L&-Wl,-rpath for libc++ on NetBSDMichal Gorny2019-03-061-0/+5
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-211-0/+9
* Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)Adrian Prantl2019-02-201-3/+4
* [lldbsuite] Build with -gdwarf on WindowsStella Stamenova2018-11-291-0/+6
* [lldbsuite] Invoke sed on Windows to determine the cache dir for clangStella Stamenova2018-11-191-30/+31
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-181-2/+2
* Just don't even attempt to invoke sed on Windows.Adrian Prantl2018-11-171-0/+5
* Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."Adrian Prantl2018-11-171-11/+11
* Makefile.rules: Fix the windows-sed-quoting issue harder.Adrian Prantl2018-11-171-9/+11
* Makefile.rules: Degrade gracefully on Windows machines without sed.Adrian Prantl2018-11-161-6/+3
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-161-1/+9
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-151-2/+2
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* Makefile.rules: Don't use code signing on macOS; it isn't necessary.Adrian Prantl2018-10-311-2/+3
* Tiny testsuite tweaks. Don't run the apple simulatorJason Molenda2018-10-161-0/+7
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-011-0/+4
* Makefile.rules: Use an absolute path to the module cache directory.Adrian Prantl2018-08-211-1/+2
* Android.rules: Use libc++ by defaultPavel Labath2018-06-222-9/+9
* [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...Aaron Smith2018-04-241-5/+5
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-2/+2
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-081-0/+5
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-20/+21
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-251-5/+7
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-041-1/+2
* Add float/vector registers for ppc64lePavel Labath2017-11-031-0/+3
* Android.rules: build with "unified android headers"Pavel Labath2017-10-311-3/+5
* Makefile.rules: move CFLAGS_EXTRAS to the end of compile linePavel Labath2017-10-251-5/+5
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-1/+19
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-1/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-1/+1
* 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
OpenPOWER on IntegriCloud