1. dce502e Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
  2. 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
  3. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  4. e37d605 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 · 14 years ago
  5. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  6. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  7. 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
  8. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  9. be93a35 Python commands: by Enrico Granata · 14 years ago
  10. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  11. a37a065 Python synthetic children: by Enrico Granata · 14 years ago
  12. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  13. fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
  14. 9d0402b Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 15 years ago
  15. af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
  16. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  17. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  18. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  19. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  20. 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
  21. 7b9da4a Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 15 years ago
  22. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  23. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  24. 3f12e8ef Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 15 years ago
  25. 3df9a8d by Caroline Tice · 15 years ago
  26. 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  27. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  28. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  29. ca93cc1 Fix a bunch more include lines. by Eli Friedman · 15 years ago
  30. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago