summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/frame
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-21Use six to portably handle module renames in Python 2 and 3Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-10-30Removing expected failure decorator for a test that's passing.Andrew Kaylor
2013-09-26Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec
2013-07-31Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-04-05Added a new Host class: ReadWriteLockGreg Clayton
2012-03-05rdar://problem/10976649Johnny Chen
2011-12-19Add test_frame_api_boundary_condition() test case to exercise a bunch of boun...Johnny Chen
2011-10-10Remove test logic to check for clang and skip the rest due to insufficient de...Johnny Chen
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-26Add skip test for clang, which has insufficient debug info for call site in m...Johnny Chen
2011-07-13Modify the test script to better handle the different inlining behaviors ofJohnny Chen
2011-07-08Rearranged the debug output to come before the assert for function name 'oute...Johnny Chen
2011-06-20Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined()...Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-24Now that we have added a post-processing step for adding truth value testing toJohnny Chen
2011-05-13Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...Johnny Chen
2011-04-28Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen
2011-04-19Converted to use SBProcess.LaunchSimple().Johnny Chen
2011-03-31Remove unneeded ExecutionContextScope variables.Jim Ingham
2011-02-03Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen
2011-01-23Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton
2011-01-10Fix wrong test case in main.c. Oops!Johnny Chen
2010-12-23Add a test case for the SBFrame APIs. In particular, it uses the frame API toJohnny Chen