summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/thread
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-330/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-5/+5
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-3/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-67/+13
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+1
* Fix TestThreadAPI on LinuxTamas Berghammer2015-06-251-6/+4
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-5/+5
* Add decorator for FreeBSD test failure - malloc() breakpoint issueEd Maste2014-08-011-0/+1
* Fix malloc thread step-out test on FreeBSDEd Maste2014-03-071-1/+9
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-5/+5
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Add annotation for FreeBSD failures w/ threaded inferiorsEd Maste2013-12-091-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-5/+5
* Update test status on LinuxDaniel Malea2012-11-231-0/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+10
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-1/+1
* Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen2011-09-261-2/+3
* Add a decorator for marking clang only expectedFailure. Use it for the test_...Johnny Chen2011-08-191-0/+4
* o lldbtest.py:Johnny Chen2011-06-231-31/+34
* For now, use 'b.out' compiled from main2.cpp as the executable name for test_...Johnny Chen2011-06-231-11/+6
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-16/+16
* Comment change.Johnny Chen2011-05-261-1/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-12/+12
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-17/+8
* Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...Johnny Chen2011-03-111-2/+58
* Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...Johnny Chen2011-03-111-0/+53
* Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...Johnny Chen2011-03-102-2/+61
* Test cleanup. Check for the full caller symbol of malloc -- b(int).Johnny Chen2011-03-101-11/+11
* Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...Johnny Chen2011-03-093-2/+111
* Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen2011-03-073-0/+97
OpenPOWER on IntegriCloud