summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-137/+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-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-22/+4
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-131-1/+1
* 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
* [TestWatchpointMultipleThreads] Use default test executable names.Siva Chandra2015-05-071-15/+10
* Remove gcc xfail for TestWatchpointMultipleThreads.Chaoren Lin2015-04-141-2/+0
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-2/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Mark test_watchpoint_multiple_threads_with_dwarf as XFAIL on Linux/clang.Todd Fiala2014-07-071-0/+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
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-27/+2
* Add TestConcurrentEvents test for LLDB's handling of inferior threadsDaniel Malea2013-07-091-0/+1
* Skip intermittent watchpoint test failure when testing on Linux/gcc.Matt Kopec2013-06-051-0/+2
* Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec2013-06-031-2/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-2/+2
* Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions i...Matt Kopec2013-05-081-2/+2
* Update test status on LinuxDaniel Malea2012-11-231-0/+2
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-12/+5
* Add test cases where we start three worker threads, with a write watchpoint s...Johnny Chen2012-05-181-0/+87
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Remove the functionality of using 'frame variable -w' to set a watchpoint now...Johnny Chen2012-02-141-1/+1
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-291-13/+25
* Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() im...Johnny Chen2011-09-291-0/+90
OpenPOWER on IntegriCloud