summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/value/linked_list
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-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-08-11Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen
2011-08-11Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen
2011-07-27The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen
2011-07-26We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen
2011-07-26The test function to determine whether we have reached the end of the list wasJohnny Chen
2011-07-25Add a stronger assert for the test to ensure that the visited items from iter...Johnny Chen
2011-07-25Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen