summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/value/TestValueAPI.py
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-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-11XFAIL some more tests related to value apiZachary Turner
2015-07-16Add a class ValueObjectConstResultCast.Siva Chandra
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-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-11-15While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the ...Johnny Chen
2011-11-15Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a ...Johnny Chen
2011-07-22Add an additional formatter class RecursiveDecentFormatter which prints theJohnny Chen
2011-07-22Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil...Johnny Chen
2011-07-21Add test scenario of SBValue APIs for the 'days_of_week' global variable.Johnny Chen
2011-07-21Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByte...Johnny Chen
2011-07-15Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:Johnny Chen