summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/frame/TestFrames.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-203/+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-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-14/+16
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+0
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-2/+4
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-29/+9
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-3/+3
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Removing expected failure decorator for a test that's passing.Andrew Kaylor2013-10-301-1/+0
* Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec2013-09-261-1/+4
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-1/+1
* rdar://problem/10976649Johnny Chen2012-03-051-0/+62
* Add test_frame_api_boundary_condition() test case to exercise a bunch of boun...Johnny Chen2011-12-191-0/+42
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-3/+3
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-3/+0
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-4/+4
* Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...Johnny Chen2011-05-131-9/+3
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-281-2/+1
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-5/+6
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-0/+12
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
* Fix wrong test case in main.c. Oops!Johnny Chen2011-01-101-4/+0
* Add a test case for the SBFrame APIs. In particular, it uses the frame API toJohnny Chen2010-12-231-0/+118
OpenPOWER on IntegriCloud