summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-0148-2636/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0215-28/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-234-4/+10
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-086-0/+8
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-0112-20/+0
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-151-2/+2
* [test] Remove randomnessJonas Devlieghere2019-05-051-8/+3
* [test] Convert TestWatchpointSetErrorCases.py to litJonas Devlieghere2019-05-021-74/+0
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0412-0/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* 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-272-5/+5
* Add and fix some tests for PPC64Pavel Labath2018-03-262-3/+3
* Skip TestWatchedVarHitWhenInScope.py everywherePavel Labath2018-03-141-3/+1
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-131-2/+2
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-281-1/+1
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-4/+4
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3010-18/+17
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1911-25/+15
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-022-6/+2
* Remove android watchpoint xfailsPavel Labath2017-11-0214-53/+0
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-311-0/+1
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-271-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-252-5/+14
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-252-14/+5
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-222-5/+14
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-212-14/+5
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-212-5/+14
* Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...Pavel Labath2017-05-161-0/+3
* [LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.Nitesh Jain2017-04-251-1/+1
* [LLDB][MIPS] Fix TestMultipleHits for MIPSNitesh Jain2016-12-091-2/+2
* Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_commandPavel Labath2016-11-241-2/+0
* Fix SBWatchpoint::SetEnabled to send an event.Jim Ingham2016-11-021-1/+0
* Xfail this while I figure out why the event isn't getting sent.Jim Ingham2016-11-011-0/+1
* Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...Jim Ingham2016-11-012-5/+19
* SBWatchpoint::Disable doesn't actually work. Add a test that shows this.Jim Ingham2016-10-263-0/+92
* Fix a race condition between the "ephemeral watchpoint disabling" and command...Jim Ingham2016-10-251-6/+1
* Add TestMultipleHits.pyPavel Labath2016-10-213-0/+92
* Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...Pavel Labath2016-10-211-1/+6
* Fix a race condition between "ephemeral watchpoint disable/enable" and contin...Jim Ingham2016-10-211-6/+1
* Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid2016-10-203-0/+131
* Add the radar number on our end.Jim Ingham2016-10-101-1/+1
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0615-366/+683
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-5/+11
* Correct watchpoint size test failure on certain devicesOmair Javaid2016-06-301-3/+3
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-163-0/+188
* Add a test for the failure described by pr28055. Mark it as xfail.Jim Ingham2016-06-082-0/+68
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-251-1/+1
OpenPOWER on IntegriCloud