summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-139/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-33/+9
* XFAIL Watchpoint tests on Windows.Zachary Turner2015-08-131-1/+3
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-221-0/+2
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-2/+2
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-2/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Shorten executable name in WatchpointLLDBCommandTestCaseTamas Berghammer2015-03-231-1/+1
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-2/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* tests: Mark expected FreeBSD failures due to pr16706Ed Maste2013-07-251-0/+2
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-2/+0
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Update test status on LinuxDaniel Malea2012-11-231-0/+2
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-2/+2
* Missed a few places where I didn't delete the obsolete (commented out) versio...Jim Ingham2012-09-221-6/+0
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-6/+9
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+68
* Simplify the "Watchpoint ... hit" printout, make it more terse.Johnny Chen2012-08-131-2/+2
* rdar://problem/12007576Johnny Chen2012-08-131-5/+10
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+93
OpenPOWER on IntegriCloud