1. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 14 years ago
  2. d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 14 years ago
  3. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 14 years ago
  4. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 14 years ago
  5. 38581d2 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 14 years ago
  6. a4673e1 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 14 years ago
  7. 021cdc2 The test function to determine whether we have reached the end of the list was by Johnny Chen · 14 years ago
  8. 9ed9f8b Rename the parameter for the end-of-list test function from end_of_list to end_of_list_test. by Johnny Chen · 14 years ago
  9. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 14 years ago
  10. fbebbc9 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 14 years ago
  11. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 14 years ago
  12. 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 14 years ago
  13. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 14 years ago
  14. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 14 years ago
  15. 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 14 years ago
  16. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 14 years ago
  17. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 14 years ago
  18. 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 14 years ago
  19. 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 14 years ago
  20. f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 14 years ago
  21. 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 14 years ago
  22. 8142220 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 14 years ago
  23. ec5e0a2 Fix comment. by Johnny Chen · 14 years ago
  24. 08477f5 Added comment. by Johnny Chen · 14 years ago
  25. a6303ef Comment change. by Johnny Chen · 14 years ago
  26. b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 14 years ago
  27. e5637d2 Update comment. by Johnny Chen · 14 years ago
  28. 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 14 years ago
  29. a79a21c Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 14 years ago
  30. 7616cb9 Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a test case to take advantage of 'ths_module == that_module'. by Johnny Chen · 14 years ago
  31. 6ea16c7 Fix a typo in comment. by Johnny Chen · 14 years ago
  32. 22e418a Update comments. by Johnny Chen · 14 years ago
  33. a2f86e8 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 14 years ago
  34. 3a3d659 Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 14 years ago
  35. c622005 Fix a typo. by Johnny Chen · 14 years ago
  36. 1409780 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 14 years ago