summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/watchpoint
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2812-773/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-276-6/+6
* Port the python api decorator to use test categoriesPavel Labath2015-10-265-6/+6
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-236-10/+23
* Update every test to import `lldb_shared`.Zachary Turner2015-10-226-48/+12
* Skip hanging watchpoint test on Windows (rather than just xfailing).Adrian McCarthy2015-10-161-1/+1
* [LLDB][MIPS] Skip invalid size watchpoint testcase for MIPSMohit K. Bhakkad2015-10-051-0/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-306-108/+17
* XFAIL more watchpoint tests on Windows.Zachary Turner2015-09-021-0/+1
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-135-5/+5
* XFAIL Watchpoint tests on Windows.Zachary Turner2015-08-135-5/+10
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-226-0/+7
* 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-306-7/+7
* 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-196-6/+0
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-136-7/+7
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-106-6/+6
* Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea2013-09-051-1/+0
* tests: Mark expected FreeBSD failures due to pr16706Ed Maste2013-07-256-0/+6
* 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
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-074-4/+0
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-251-1/+1
* Update test status on LinuxDaniel Malea2012-11-236-0/+6
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-081-0/+1
* rdar://problem/11584012Johnny Chen2012-06-046-6/+63
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-066-0/+12
* Fix wrong test method name.Johnny Chen2011-12-211-1/+1
* Add test cases for setting condition on a watchpoint for both command and API.Johnny Chen2011-10-173-0/+134
* 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-144-71/+90
* Add capability to set ignore count for watchpoint on the command line:Johnny Chen2011-10-051-0/+102
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-014-1/+193
* SBWatchpointLocation.GetDescription() takes an additional description level arg.Johnny Chen2011-09-271-0/+3
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-271-1/+3
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-0/+118
* Fix comment.Johnny Chen2011-09-241-1/+1
* Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen2011-09-243-0/+126
OpenPOWER on IntegriCloud