1. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  2. 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
  3. c2a2825 Python commands: by Enrico Granata · 13 years ago
  4. 979e20d Public API changes: by Enrico Granata · 13 years ago
  5. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  6. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  7. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  8. 7c330d6 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 14 years ago
  9. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  10. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  11. 6e4c5ce by Caroline Tice · 14 years ago
  12. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  13. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  14. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago