summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/watchpoint/watchlocation
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-328/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-262-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-2/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-16/+4
* [LLDB][MIPS] Skip invalid size watchpoint testcase for MIPSMohit K. Bhakkad2015-10-051-0/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-302-48/+9
* XFAIL more watchpoint tests on Windows.Zachary Turner2015-09-021-0/+1
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-131-1/+1
* XFAIL Watchpoint tests on Windows.Zachary Turner2015-08-131-1/+2
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-222-0/+3
* Enabling two watchpoint tests on linuxPavel Labath2015-04-302-2/+0
* Remove gcc xfail for TestTargetWatchAddress.Chaoren Lin2015-04-141-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-302-3/+3
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-251-0/+1
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-052-0/+2
* Applying D7950 to four near copies of the file.Chaoren Lin2015-03-022-42/+48
* Get test executables compiling on Windows.Zachary Turner2014-08-131-1/+1
* Enabled TestSetWatchlocation.py on Linux.Todd Fiala2014-02-281-1/+0
* FreeBSD hardware watchpoint implementationEd Maste2014-02-192-2/+0
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-3/+3
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-102-2/+2
* Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea2013-09-051-1/+0
* tests: Mark expected FreeBSD failures due to pr16706Ed Maste2013-07-252-0/+2
* Disabling another watchpoint test with intermittent failure.Matt Kopec2013-05-301-0/+1
* Disabling watchpoint test with intermittent failure.Andrew Kaylor2013-05-291-0/+1
* Removing expected fail from another test that is now passing.Andrew Kaylor2013-05-291-1/+0
* Removing expected failures for watchpoint tests which are now passing.Andrew Kaylor2013-05-291-1/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-152-2/+2
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-251-1/+1
* Update test status on LinuxDaniel Malea2012-11-232-0/+2
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-081-0/+1
* rdar://problem/11584012Johnny Chen2012-06-042-2/+55
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-062-0/+4
* Fix wrong test method name.Johnny Chen2011-12-211-1/+1
* Remove debug 'print watchpoint' statement.Johnny Chen2011-10-141-1/+0
* Add a test case to exercise the newly added SB API:Johnny Chen2011-10-141-0/+102
* Fix wrong docstring with respect to API usage.Johnny Chen2011-10-141-5/+5
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-6/+18
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-013-0/+192
OpenPOWER on IntegriCloud