1. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  2. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  3. c39793d Fixed the error message: by Johnny Chen · 13 years ago
  4. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  5. 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
  6. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  7. f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 13 years ago
  8. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  9. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  10. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  11. 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
  12. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  13. 047eea6 Because of disassembler crashes, I rolled back by Sean Callanan · 13 years ago
  14. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  15. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  16. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  17. c2a2825 Python commands: by Enrico Granata · 13 years ago
  18. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  19. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  20. 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 13 years ago
  21. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  22. d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 13 years ago
  23. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  24. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  25. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  26. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  27. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  28. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  29. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  30. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  31. 6487558 Remove libEnhancedDisassembly.dylib by Greg Clayton · 13 years ago
  32. 9b7d038 Updated LLVM to pick up a few new ARM targets. by Sean Callanan · 13 years ago
  33. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  34. 979e20d Public API changes: by Enrico Granata · 13 years ago
  35. 38581d2 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 13 years ago
  36. 19334f4 Add docstrings and cross refs to SBCompileUnit and SBLineEntry. by Johnny Chen · 13 years ago
  37. c6f09f0 Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. by Johnny Chen · 13 years ago
  38. 7b9eeac Add deprecation docstrings for some APIs which take an SBFrame - SBValues know their own frames. by Johnny Chen · 13 years ago
  39. c4f3ade Fix indentation and add a docstring for the ctor. by Johnny Chen · 13 years ago
  40. 6a319e4 adding required utility function to SWIG interface by Enrico Granata · 13 years ago
  41. a4673e1 We can do better with the SBValue.linked_list_iter() API by supplying a default by Johnny Chen · 13 years ago
  42. 021cdc2 The test function to determine whether we have reached the end of the list was by Johnny Chen · 13 years ago
  43. f307cf7 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 13 years ago
  44. 9ed9f8b Rename the parameter for the end-of-list test function from end_of_list to end_of_list_test. by Johnny Chen · 13 years ago
  45. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 13 years ago
  46. fbebbc9 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 13 years ago
  47. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  48. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  49. 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 13 years ago
  50. b44dc56 Add docstring for SBInstructionList class. by Johnny Chen · 13 years ago
  51. 4b53e65 Add docstring for SBCommandReturnObject class. by Johnny Chen · 13 years ago
  52. dca4097 Add docstring for SBCommandInterpreter class. by Johnny Chen · 13 years ago
  53. f3b8992 Add docstring for SBBroadcaster class. by Johnny Chen · 13 years ago
  54. fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 13 years ago
  55. c7162a5 Add some docstrings for SBError class. by Johnny Chen · 13 years ago
  56. 8a47028 Add some docstrings for SBSourceManager class. by Johnny Chen · 13 years ago
  57. 1a73d4c Add some docstrings for SBStream class. by Johnny Chen · 13 years ago
  58. 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 13 years ago
  59. 335b3ee Rearrange the %include SWIG directives into two groups. One is the pure .h headers and the other is the .i interface files. by Johnny Chen · 13 years ago
  60. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
  61. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
  62. ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 13 years ago
  63. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
  64. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
  65. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  66. 7be5a4f Fix header documentations. by Johnny Chen · 13 years ago
  67. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  68. a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 13 years ago
  69. 6c9f3e2 Runtime errors in Python scripts were not being shown; this fix makes them print out to ease correcting errors by Enrico Granata · 13 years ago
  70. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 13 years ago
  71. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  72. 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 13 years ago
  73. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  74. 59efa13 Add summary info for SBBreakpoint to the lldb module level docstring. by Johnny Chen · 13 years ago
  75. 6185899 Minor wording change. by Johnny Chen · 13 years ago
  76. 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 13 years ago
  77. 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
  78. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  79. 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 13 years ago
  80. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
  81. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
  82. 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
  83. 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
  84. a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
  85. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  86. f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 13 years ago
  87. 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 13 years ago
  88. 125628c Update the handle many of the packets that our current LLDB debugserver by Greg Clayton · 13 years ago
  89. 8142220 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 13 years ago
  90. ec5e0a2 Fix comment. by Johnny Chen · 13 years ago
  91. 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 13 years ago
  92. 8c2e28d Use the with statement to simplify the build script. by Johnny Chen · 13 years ago
  93. 08477f5 Added comment. by Johnny Chen · 13 years ago
  94. a6303ef Comment change. by Johnny Chen · 13 years ago
  95. b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 13 years ago
  96. e5637d2 Update comment. by Johnny Chen · 13 years ago
  97. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  98. 139da72 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 13 years ago
  99. eae5e26 Added a perl script to disassemble, into human readable form, the GDB remote by Greg Clayton · 13 years ago
  100. 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 13 years ago