summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* skip TestWatchLocation on OS XTodd Fiala2016-02-021-0/+1
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-202-2/+2
* Xfail some Arm-Linux specific failuresOmair Javaid2016-01-112-0/+2
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-153-3/+3
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0313-13/+13
* Fix flakyness in TestWatchLocationWithWatchSetPavel Labath2015-11-031-2/+4
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0313-26/+26
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2835-0/+1953
OpenPOWER on IntegriCloud