1. f61e16b <rdar://problem/10903854> by Greg Clayton · 13 years ago
  2. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  3. 6475c42 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  4. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 13 years ago
  5. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  6. 9721fe9 Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. by Jim Ingham · 13 years ago
  7. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 14 years ago
  8. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  9. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  10. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  11. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  12. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  13. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  14. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  15. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  16. d1eb73f Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output. by Jim Ingham · 15 years ago
  17. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 15 years ago
  18. 19e29a8 Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 15 years ago
  19. 6a9e5c2 Update arguments & help information for "log disable" command. by Caroline Tice · 15 years ago
  20. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
  21. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  22. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  23. 4d6675c by Caroline Tice · 15 years ago
  24. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  25. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  26. 705d678 Fixed the log streams for logs that output to by Sean Callanan · 15 years ago
  27. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  28. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  29. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  30. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago