summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/linked_list
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-193/+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-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-6/+8
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-22/+7
* 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-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-1/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen2011-08-112-0/+21
* Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen2011-08-111-3/+3
* The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen2011-07-272-2/+24
* We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen2011-07-261-10/+26
* The test function to determine whether we have reached the end of the list wasJohnny Chen2011-07-261-17/+12
* Add a stronger assert for the test to ensure that the visited items from iter...Johnny Chen2011-07-251-0/+9
* Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen2011-07-253-0/+146
OpenPOWER on IntegriCloud