1. c9449ad Match extern "C" in declaration and definition (swig template) by Daniel Malea · 13 years ago
  2. adaf282 <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 13 years ago
  3. e3e9151 <rdar://problem/12437442> by Enrico Granata · 13 years ago
  4. 8fb5d46 Fixing a potential control may reach end of non-void function issue by Enrico Granata · 13 years ago
  5. c504191 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 13 years ago
  6. 4300fab Fixing a bunch of issues with the OS plugin code by Enrico Granata · 13 years ago
  7. 5790759 Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) by Enrico Granata · 13 years ago
  8. 2c0978a Fixed a Linux building bug pointed out by Daniel Malea. by Filipe Cabecinhas · 13 years ago
  9. 6eb31e7 Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 13 years ago
  10. e9a5627 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 13 years ago
  11. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  12. 7bc0ec3 This commit: by Enrico Granata · 14 years ago
  13. a2b514a Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 14 years ago
  14. 1d9cb8a http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 14 years ago
  15. 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
  16. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  17. 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
  18. def5391 - Support for Python namespaces: by Enrico Granata · 14 years ago
  19. e73d96f Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 14 years ago
  20. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  21. 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
  22. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  23. be93a35 Python commands: by Enrico Granata · 14 years ago
  24. 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
  25. 0efa71a adding required utility function to SWIG interface by Enrico Granata · 14 years ago
  26. 11346d3 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 14 years ago