1. e0fabf9 <rdar://problem/13759177> by Enrico Granata · 11 years ago
  2. fa03a8a This checkin enables Python summaries to return any string-convertible object by Enrico Granata · 11 years ago
  3. d0cd7a0 <rdar://problem/13883385> by Enrico Granata · 11 years ago
  4. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  5. ec1e823 Remove std::string input arguments and replace with "const char *". by Greg Clayton · 11 years ago
  6. 37459fc Match extern "C" in declaration and definition (swig template) by Daniel Malea · 12 years ago
  7. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  8. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  9. e25c631 Fixing a potential control may reach end of non-void function issue by Enrico Granata · 12 years ago
  10. 43898d7 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 12 years ago
  11. cec963a Fixing a bunch of issues with the OS plugin code by Enrico Granata · 12 years ago
  12. 155ee91 Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) by Enrico Granata · 12 years ago
  13. 85fbe9d Fixed a Linux building bug pointed out by Daniel Malea. by Filipe Cabecinhas · 12 years ago
  14. 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
  15. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  16. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  17. 1328b14 This commit: by Enrico Granata · 12 years ago
  18. a0d06cd Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 13 years ago
  19. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 13 years ago
  20. 59df36f 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 · 13 years ago
  21. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  22. 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
  23. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  24. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  25. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  26. 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
  27. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  28. c2a2825 Python commands: by Enrico Granata · 13 years ago
  29. 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
  30. 6a319e4 adding required utility function to SWIG interface by Enrico Granata · 13 years ago
  31. f307cf7 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 13 years ago