1. 102ac76 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
  2. c201d8a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 14 years ago
  3. b8f7603 Add swig docstrings for SBFrame.h. by Johnny Chen · 14 years ago
  4. ed48137 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 14 years ago
  5. b9a2c32 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 14 years ago
  6. 059640b Generalise pattern for matching IsValid signature by Peter Collingbourne · 14 years ago
  7. e2b5cfd Add rich comparison methods for the SBAddress object. by Johnny Chen · 14 years ago
  8. 755faf7 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 14 years ago
  9. 2ced507 Fix comment. by Johnny Chen · 14 years ago
  10. 624ddf2 Added comment. by Johnny Chen · 14 years ago
  11. 2f1ee9a Comment change. by Johnny Chen · 14 years ago
  12. 93e7b3a Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 14 years ago
  13. 685b2b0 Update comment. by Johnny Chen · 14 years ago
  14. 112f569 Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 14 years ago
  15. fac7b3a Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 14 years ago
  16. d71670c 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
  17. 17bae4c Fix a typo in comment. by Johnny Chen · 14 years ago
  18. f1c95f8 Update comments. by Johnny Chen · 14 years ago
  19. 31e4be0 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 14 years ago
  20. 0f023fa Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 14 years ago
  21. 51cc833 Fix a typo. by Johnny Chen · 14 years ago
  22. fbc0d27 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 14 years ago