summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/linux
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-131-3/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-132-2/+0
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-031-1/+1
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-252-2/+2
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-045-13/+5
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-025-10/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"Davide Italiano2018-05-123-66/+0
* [LLDB] Support GNU-style compressed debug sections (.zdebug)Davide Italiano2018-05-123-0/+66
* [dotest] Clean up test folder clean-upPavel Labath2018-03-162-2/+2
* Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath2018-03-063-45/+0
* Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov2018-02-081-0/+1
* Skip TestTargetSymbolsSepDebugSymlink on remote targetsPavel Labath2018-02-051-0/+1
* Resolve binary symlinks before finding its separate .debug fileJan Kratochvil2018-02-053-0/+45
* Fix upper->lower case for /usr/lib/debug/.build-id/**.debugJan Kratochvil2018-02-053-0/+44
* Fix TestMixedDwarfBinary.pyPavel Labath2018-01-311-1/+1
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfDavide Italiano2018-01-314-0/+70
* Fix TestTargetSymbolsAddCommand makefilePavel Labath2018-01-311-4/+5
* Revert "[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf"Davide Italiano2018-01-314-70/+0
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfAlexander Shaposhnikov2018-01-304-0/+70
* Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]Pavel Labath2018-01-221-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-193-4/+5
* Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov2017-07-243-0/+70
* NPL: Fix one more bug in the single step workaroundPavel Labath2017-02-171-4/+1
* Remove an ancient XFAIL from TestBuiltinTrapPavel Labath2016-09-261-6/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-20/+46
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-251-0/+1
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-161-0/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-1/+2
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-032-2/+2
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-032-4/+4
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-286-0/+199
OpenPOWER on IntegriCloud