1. a2b514a Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 14 years ago
  2. 1d9cb8a http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 14 years ago
  3. a9dbf43 this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 14 years ago
  4. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  5. dc94073 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 · 14 years ago
  6. def5391 - Support for Python namespaces: by Enrico Granata · 14 years ago
  7. e73d96f Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 14 years ago
  8. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  9. 58ad334 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 · 14 years ago
  10. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  11. be93a35 Python commands: by Enrico Granata · 14 years ago
  12. a365f29 Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 14 years ago
  13. 0efa71a adding required utility function to SWIG interface by Enrico Granata · 14 years ago
  14. 11346d3 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 14 years ago