summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/watchpoint/watchpoint_set_command
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-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-16Remove expectedFailureFreeBSD from passing watchpoint testsEd Maste
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-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-04-13Missing `-lpthread` causes gcc test failure.Chaoren Lin
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-02Applying D7950 to four near copies of the file.Chaoren Lin
2014-08-13Get test executables compiling on Windows.Zachary Turner
2014-02-14Update decorators for tests that still fail with FreeBSD Watchpoint supportEd Maste
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-07-25tests: Mark expected FreeBSD failures due to pr16706Ed Maste
2013-05-29Removing expected failures for watchpoint tests which are now passing.Andrew Kaylor
2013-03-04Un-skipping tests affected by llvm.org/pr15256Daniel Malea
2013-02-22Fixing the watchpoint test case to reflect changes in error reportingEnrico Granata
2013-02-13Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea
2013-01-25Update test scripts and Makefiles to allow testing with GCC:Daniel Malea
2012-11-23Update test status on LinuxDaniel Malea
2012-11-08Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-06-05rdar://problem/11597911Johnny Chen
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-02-09Add error handling for missing option terminator "--" and a test scenario for...Johnny Chen
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen
2012-02-08Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen
2012-01-31Add some more test cases for the "watchpoint set" command.Johnny Chen
2012-01-30Fixed a typo in the test case. Updated comment.Johnny Chen
2012-01-30Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen