summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/watchpoint
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-13Xfail a watchpoint test on Windows, until Windows implements watchpoints.Adrian McCarthy
2015-10-12Improve TestValueOfVectorVariableTamas Berghammer
2015-10-09[TestValueOfVectorVariable] Reduce the vector size to 4.Siva Chandra
2015-10-09Correction in rL249838: Moving test to appropriate directoryMohit K. Bhakkad
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-16Remove expectedFailureFreeBSD from passing watchpoint testsEd Maste
2015-09-02XFAIL more watchpoint tests on Windows.Zachary Turner
2015-08-13Remove Unicode byte-order mark from python files.Zachary Turner
2015-08-13XFAIL Watchpoint tests on Windows.Zachary Turner
2015-07-22XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer
2015-07-02Remove outdated comment.Chaoren Lin
2015-07-02Change executable name to a.out.Chaoren Lin
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-11["watch set" tests] Use default test case executable names.Siva Chandra
2015-05-09Skip tests that are timing out on the FreeBSD buildbotEd Maste
2015-05-07[TestWatchpointMultipleThreads] Use default test executable names.Siva Chandra
2015-04-14Remove gcc xfail for TestWatchpointMultipleThreads.Chaoren Lin
2015-04-13Missing `-lpthread` causes gcc test failure.Chaoren Lin
2015-03-31Enabled a bunch of tests on LinuxVince Harron
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-26Changed '-x'/'-xsize' to '-s'/'-size' when specifyingSean Callanan
2015-03-25xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen
2015-03-23Shorten executable name in WatchpointLLDBCommandTestCaseTamas Berghammer
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin
2015-03-02Applying D7950 to four near copies of the file.Chaoren Lin
2015-02-27Convert TestWatchLocation to use C++11 library instead of pthread.Chaoren Lin
2015-02-27Fixes http://reviews.llvm.org/rL230691Chaoren Lin
2015-02-26Add synchronization to TestWatchLocation.Chaoren Lin
2014-10-17Add a few more bug IDs for x'fail test casesEnrico Granata
2014-08-13Get test executables compiling on Windows.Zachary Turner
2014-07-07Mark test_watchpoint_multiple_threads_with_dwarf as XFAIL on Linux/clang.Todd Fiala
2014-07-01Fix typos.Bruce Mitchener
2014-02-19FreeBSD hardware watchpoint implementationEd Maste
2014-02-19Update decorator for test that still fails with FreeBSD Watchpoint supportEd Maste
2014-02-14Update decorators for tests that still fail with FreeBSD Watchpoint supportEd Maste
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-11-25test: Add decorator for FreeBSD watchpoint failureEd Maste
2013-10-01Mark watchpoint test as still failing on i386 Linux.Matt Kopec
2013-09-26Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-07-25tests: Mark expected FreeBSD failures due to pr16706Ed Maste
2013-07-11Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham
2013-07-09Add TestConcurrentEvents test for LLDB's handling of inferior threadsDaniel Malea