summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfail TestWatchLocation.py for arm-linux targetsOmair Javaid2016-05-171-0/+1
* Clean up test results on Windows.Zachary Turner2016-05-131-0/+2
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-114-0/+5
* Fixes for platforms that default to unsigned charUlrich Weigand2016-04-141-1/+1
* Support Linux on SystemZ as platformUlrich Weigand2016-04-144-1/+8
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-04-042-7/+2
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-03-302-13/+3
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-102-2/+2
* [LLDB][MIPS] Generalise MIPS arch namesMohit K. Bhakkad2016-02-102-2/+2
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0811-17/+17
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0410-10/+20
OpenPOWER on IntegriCloud