1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  3. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  4. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  5. 26cac3a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  6. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  7. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  8. 8ac0699 Support for truncate/append on log files by Pavel Labath · 11 years ago
  9. 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
  10. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  11. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  12. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  13. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  14. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  15. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  16. 889037d <rdar://problem/10903854> by Greg Clayton · 13 years ago
  17. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  18. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  19. 3a18e31 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 13 years ago
  20. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  21. dff0440 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
  22. 228063c Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 14 years ago
  23. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  24. ab65b34 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  25. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  26. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  27. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  28. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  29. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  30. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  31. 9f35921 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
  32. f7f4f50 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 15 years ago
  33. 932725f 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
  34. 7149fab Update arguments & help information for "log disable" command. by Caroline Tice · 15 years ago
  35. 20ad3c4 Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
  36. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  37. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  38. deaab22 by Caroline Tice · 15 years ago
  39. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  40. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  41. 4be3990 Fixed the log streams for logs that output to by Sean Callanan · 15 years ago
  42. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  43. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  44. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  45. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago