1. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  2. f75e391 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 13 years ago
  3. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  4. 87e1f77 by Caroline Tice · 13 years ago
  5. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  6. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  7. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  8. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  9. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  10. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  11. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  12. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  13. c1ad82e by Caroline Tice · 14 years ago
  14. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  15. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  16. 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
  17. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  18. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  19. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago