summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/watchpoint
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-026-17/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-0/+1
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-084-4/+0
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-046-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-201-1/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-195-6/+6
* Remove android watchpoint xfailsPavel Labath2017-11-026-14/+0
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-311-0/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-1/+6
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-6/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-1/+6
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-6/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-1/+6
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-0/+3
* Improve asserts in TestWatchpointIgnoreCountPavel Labath2017-02-101-9/+7
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-93/+175
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-111-0/+1
* Support Linux on SystemZ as platformUlrich Weigand2016-04-144-1/+4
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-085-5/+5
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-045-7/+16
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-151-1/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-036-6/+6
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-036-12/+17
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2812-0/+773
OpenPOWER on IntegriCloud