1. 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 14 years ago
  2. 5066044 Work in progress for: by Johnny Chen · 14 years ago
  3. 4c1b096 While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress, by Johnny Chen · 14 years ago
  4. 2341380 Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a simple type. by Johnny Chen · 14 years ago
  5. b057196 File renaming. by Johnny Chen · 14 years ago
  6. 5c2a572 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 14 years ago
  7. a5636fc Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 14 years ago
  8. e1894cf Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 14 years ago
  9. 9c1b703 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 14 years ago
  10. bfdf9a3 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 14 years ago
  11. e33b166 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 14 years ago
  12. 6b092e8 The test function to determine whether we have reached the end of the list was by Johnny Chen · 14 years ago
  13. ca24cfa Add a stronger assert for the test to ensure that the visited items from iterating through by Johnny Chen · 14 years ago
  14. 4822505 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 14 years ago
  15. 36d7d91 Add an additional formatter class RecursiveDecentFormatter which prints the by Johnny Chen · 14 years ago
  16. 989b7ef Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 14 years ago
  17. 6cbb8d6 Add test scenario of SBValue APIs for the 'days_of_week' global variable. by Johnny Chen · 14 years ago
  18. 6853cf6 Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByteSize(). by Johnny Chen · 14 years ago
  19. 5819ab4 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 14 years ago