summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-121-1/+0
* Fix TestGuessLanguage for gccPavel Labath2017-04-121-1/+7
* Android.rules: setup correct objcopy pathPavel Labath2017-04-121-4/+12
* Teach SBFrame how to guess its language.Jim Ingham2017-04-127-0/+134
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Mark this test as XFAIL on all platforms, it's happening everywhere.Jason Molenda2017-04-071-1/+1
* XFAIL TestDataFormatterLibcxxVBool on Linux & AndroidTamas Berghammer2017-04-061-0/+1
* Annotate some more libc++ tests with the new categoryPavel Labath2017-04-053-29/+20
* The darwin_log tests are very fragile and currently do not properly assess th...Sean Callanan2017-04-053-2/+4
* Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...Ilia K2017-04-043-0/+106
* Skip three test cases that are asserting on macosx as of r299199. A quickJason Molenda2017-04-043-0/+10
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+6
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-312-5/+47
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-317-0/+16
* Centralize libc++ test skipping logicPavel Labath2017-03-2918-79/+92
* Delete TestLLVM.pyZachary Turner2017-03-221-67/+0
* FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham2017-03-213-0/+95
* Get ObjectFileMachO to handle @executable_pathJim Ingham2017-03-205-0/+64
* Fix remote test suite directory creationPavel Labath2017-03-202-27/+33
* allow for specification of compiler/lldb executables basenameTim Hammerquist2017-03-171-0/+4
* executables should be validated before spawning subprocessesTim Hammerquist2017-03-171-2/+14
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-173-0/+69
* Fix TestMoveNearest for remote targetsPavel Labath2017-03-151-1/+2
* Fix TestMoveNearest breakage on darwinPavel Labath2017-03-151-0/+4
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-159-34/+116
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-157-154/+100
* [CMake] Override debugserver to use the build tree on DarwinChris Bieneman2017-03-142-0/+7
* Android.rules: Add libc++ supportPavel Labath2017-03-132-10/+26
* Mark this as skipped for now. There is a race condition withJason Molenda2017-03-101-0/+1
* 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
* Back to xfailing this. For some reason on our buildbotsJason Molenda2017-03-081-0/+1
* TestQueues should be passing again, remove the expected fail.Jason Molenda2017-03-081-1/+0
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* Disable the lldb-mi tests on remote platforms.Sean Callanan2017-03-0416-0/+64
* [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
* test: shorten test trace file namesPavel Labath2017-03-031-2/+5
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-032-7/+53
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* Make it clear what you should modify when you copy any of these sampleJim Ingham2017-03-012-5/+12
* Add a test to ensure that SBFrame::Disassemble produces some output.Jim Ingham2017-03-012-1/+69
* Add a sample_test directory with simple starterJim Ingham2017-03-015-0/+103
* Mark TestYMMRegister as no_debug_info_testPavel Labath2017-03-011-0/+1
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-0/+3
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-0/+3
* Add a comment to describe purpose of signal-filtering testEugene Zemtsov2017-02-281-0/+2
* Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda2017-02-271-1/+0
* Support NetBSD Thread ID in lldb-server testsKamil Rytarowski2017-02-272-0/+10
OpenPOWER on IntegriCloud