1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. eddf19f Insert the SWIG version into LLDB's __init__.py by Zachary Turner · 10 years ago
  3. 37a0fc4 Remove a debug print statement. by Zachary Turner · 10 years ago
  4. c22811b Python 3 - Use __bool__() instead of __nonzero__() for truthiness. by Zachary Turner · 10 years ago
  5. a18231a [swig] Start of pylint on python build scripts. by Bruce Mitchener · 10 years ago
  6. 6532c6a1 Update swig generation scripts to support Python 3. by Zachary Turner · 10 years ago
  7. bc41bf7 Make sure that the lldb globals: by Greg Clayton · 13 years ago
  8. c281a3b Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). by Filipe Cabecinhas · 13 years ago
  9. 1b72f09 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 14 years ago
  10. 1738fad Add a missing ')' in the comment. by Johnny Chen · 14 years ago
  11. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  12. 1b282f9 Cleaned up the SBWatchpoint public API. by Greg Clayton · 14 years ago
  13. fdce6dc Add comment markers for in_range(symbol, section). by Johnny Chen · 14 years ago
  14. 97b5083 Add docstring to in_range() function residing in the lldb module. by Johnny Chen · 14 years ago
  15. c44e20c Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  16. 9d954d8 Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 14 years ago
  17. d4dd799 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 14 years ago
  18. 5b94dc2 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
  19. e1894cf Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 14 years ago
  20. 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
  21. 36c5eb1 o modify-python-lldb.py: by Johnny Chen · 14 years ago
  22. 05c998c The recently introduced SBTypeList is also iterable. by Johnny Chen · 14 years ago
  23. bfdf9a3 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 14 years ago
  24. e33b166 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 14 years ago
  25. 6b092e8 The test function to determine whether we have reached the end of the list was by Johnny Chen · 14 years ago
  26. 882b28b 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
  27. a4bc3a7 Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 14 years ago
  28. 4822505 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 14 years ago
  29. dc7d3c1 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 14 years ago
  30. 135f63f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 14 years ago
  31. fa181f4 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 14 years ago
  32. 02a0729 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 14 years ago
  33. 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
  34. c201d8a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 14 years ago
  35. b8f7603 Add swig docstrings for SBFrame.h. by Johnny Chen · 14 years ago
  36. ed48137 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 14 years ago
  37. b9a2c32 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 14 years ago
  38. 059640b Generalise pattern for matching IsValid signature by Peter Collingbourne · 14 years ago
  39. e2b5cfd Add rich comparison methods for the SBAddress object. by Johnny Chen · 14 years ago
  40. 755faf7 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 14 years ago
  41. 2ced507 Fix comment. by Johnny Chen · 14 years ago
  42. 624ddf2 Added comment. by Johnny Chen · 14 years ago
  43. 2f1ee9a Comment change. by Johnny Chen · 14 years ago
  44. 93e7b3a Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 14 years ago
  45. 685b2b0 Update comment. by Johnny Chen · 14 years ago
  46. 112f569 Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 14 years ago
  47. fac7b3a Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 14 years ago
  48. 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
  49. 17bae4c Fix a typo in comment. by Johnny Chen · 14 years ago
  50. f1c95f8 Update comments. by Johnny Chen · 14 years ago
  51. 31e4be0 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 14 years ago
  52. 0f023fa Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 14 years ago
  53. 51cc833 Fix a typo. by Johnny Chen · 14 years ago
  54. fbc0d27 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 14 years ago