summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/value
AgeCommit message (Expand)Author
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-12-20Work in progress for: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-11-15File renaming.Johnny Chen
2011-08-16Re-enable the test for ValueAsUnsigned on a register Value.Jim Ingham
2011-08-13Test case for changing ValueObjects with SBValue::SetValueFromCString.Jim Ingham
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
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