1. 8c2c41e Don't compare 4 characters on a 2 character string. by Greg Clayton · 11 years ago
  2. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  3. 8b8a830 Fixing lldb log list text for commands category by Andrew Kaylor · 11 years ago
  4. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  5. cbe61bd <rdar://problem/13159777> by Greg Clayton · 11 years ago
  6. 8c6cf43 Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). by Jason Molenda · 11 years ago
  7. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 12 years ago
  8. 7aeed48 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  9. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  10. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  11. ed11c1e Fixed an issue where a lexical block or inlined function might have bad debug by Greg Clayton · 13 years ago
  12. dad26a8 Fixed the logging output to be done consistently across all plug-ins. by Greg Clayton · 13 years ago
  13. 24c991c Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 13 years ago
  14. de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
  15. c446fe9 Deleted one too many characters... by Jim Ingham · 13 years ago
  16. 7fbd29f Make the log message & setter match for "dyld/shlib". The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake... by Jim Ingham · 13 years ago
  17. d5f76bb Patch to remove uses of non-standard strcasestr and replace then with by Greg Clayton · 13 years ago
  18. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 13 years ago
  19. 44c841d by Caroline Tice · 13 years ago
  20. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  21. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  22. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  23. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  24. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  25. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  26. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  27. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  28. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  29. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  30. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  31. ce6fe88 Add missing include. by Eli Friedman · 14 years ago
  32. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago