llvm-project/lldb/test/python_api/value/linked_list
Johnny Chen e1894cf97c Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early.
Add code to test case to create an evil linked list with:

    task_evil -> task_2 -> task_3 -> task_evil ...

and to check that the linked list iterator only iterates 3 times.

llvm-svn: 137291
2011-08-11 01:19:46 +00:00
..
Makefile Provide an add-on API to SBValue class by post-processing to provide a way 2011-07-25 19:32:35 +00:00
TestValueAPILinkedList.py Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. 2011-08-11 01:19:46 +00:00
main.cpp Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. 2011-08-11 01:19:46 +00:00