summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-5/+4
* Don't attempt to use mpx registers on unsupported platformsFrancis Ricci2017-05-032-0/+10
* Windows fix for TestConflictingDefinition makefilePavel Labath2017-05-031-1/+1
* Fixed a bug where we did not properly use the complete versions of Objective-...Sean Callanan2017-05-039-0/+134
* Android.rules: set "ar" path correctlyPavel Labath2017-05-021-0/+1
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-4/+17
* [LLDB][MIPS] Forgot to add check in commit rl301530Nitesh Jain2017-04-271-2/+4
* [LLDB][MIPS] Fix TestMiExec.py failure.Nitesh Jain2017-04-271-2/+8
* [LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.Nitesh Jain2017-04-251-1/+1
* Name the C++ source files for two tests correctly.Sean Callanan2017-04-242-2/+2
* Fixed two bad Makefiles that might be breaking Linux.Sean Callanan2017-04-242-2/+2
* [Expression parser] Return both types and variablesSean Callanan2017-04-247-2/+98
* [DWARF] Fix lookup in the abstract origins of inlined blocks/functionsSean Callanan2017-04-241-0/+5
* Update two android XFAILSPavel Labath2017-04-242-2/+2
* Skip TestLibCxxAtomic with gccPavel Labath2017-04-201-0/+1
* Recompute ArchSpec core after MergeFromPavel Labath2017-04-203-10/+0
* Make TestStaticVariables XFAIL more specificPavel Labath2017-04-201-6/+5
* Add libc++ category the three more testsPavel Labath2017-04-203-48/+103
* Fix !N and !-N commands and add a test case.Jim Ingham2017-04-191-0/+45
* Fix TestRegisterVariables for clang/armPavel Labath2017-04-191-2/+11
* Add back code to implement "frame var -a,-l,-g" filters.Jim Ingham2017-04-183-0/+116
* TestStaticVariables still fails on Linux.Jim Ingham2017-04-181-0/+2
* This test is succeeding on macOS with clang.Jim Ingham2017-04-181-6/+1
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-126-75/+76
* Fix TestCppIncompleteTypes for android/clangPavel Labath2017-04-121-2/+2
* 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
OpenPOWER on IntegriCloud