summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/watchpoint/TestSetWatchpoint.py
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-09-30Merge dwarf and dsym testsTamas Berghammer
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-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2014-02-19FreeBSD hardware watchpoint implementationEd 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-07-25tests: Mark expected FreeBSD failures due to pr16706Ed Maste
2013-05-07Add watchpoint support for Linux on 64-bit host.Matt Kopec
2012-11-23Update test status on LinuxDaniel Malea
2012-06-04rdar://problem/11584012Johnny Chen
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen
2011-09-24Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen