summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/load_unload
Commit message (Expand)AuthorAgeFilesLines
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-1/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-0/+3
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-211-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-2/+2
* This is not a debug info sensitive test.Jim Ingham2018-06-261-0/+2
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-085-11/+0
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-19/+6
* Extend windows->android XFAIL on TestLoadUnloadPavel Labath2018-02-011-2/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-303-40/+44
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-6/+6
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-111-7/+6
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-101-6/+7
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-101-7/+6
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-022-3/+1
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-252-4/+9
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-252-9/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-222-4/+9
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-212-9/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-212-4/+9
* add stop column highlighting supportTodd Fiala2016-09-211-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-82/+137
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Remove skipUnlessListedRemote test decoratorPavel Labath2016-02-031-5/+0
* [Test] Addresses failing test when path to make contains spacesKate Stone2015-12-141-2/+2
* Create test for llvm.org/pr25806Tamas Berghammer2015-12-1113-15/+100
* XFAIL TestLoadUnload for Windows->AndroidPavel Labath2015-12-111-0/+1
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-8/+2
* Fix TestLoadUnload for Windows -> POSIX remote debuggingTamas Berghammer2015-12-031-1/+2
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-11/+13
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2814-0/+547
OpenPOWER on IntegriCloud