1. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  2. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  3. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  4. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  5. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  6. 3fe7158 [LLDB] Added support for PHI nodes to IR interpreter by Marianne Mailhot-Sarrasin · 9 years ago
  7. f52c40c Fixed multiline expressions, and removed some dead code. by Sean Callanan · 9 years ago
  8. e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 10 years ago
  9. 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 10 years ago
  10. a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
  11. f2bd5c3 Added support to the expression command for dropping into the REPL at will. by Sean Callanan · 10 years ago
  12. 1fb7e20 Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards by Pavel Labath · 10 years ago
  13. 15663c5 Specify a language to use when parsing expressions. by Dawn Perchik · 10 years ago
  14. cf28a8b Allow a multi-line expression to follow expression commands with options when there is no expression following the option terminating “—“. by Greg Clayton · 12 years ago
  15. b689250 When a multiline expression produces output, the multi-line help message is printed twice. by Greg Clayton · 12 years ago
  16. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  17. 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
  18. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  19. 184e981 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 13 years ago
  20. b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
  21. 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
  22. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  23. a73d269 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 14 years ago
  24. 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
  25. 6e8dc33 by Caroline Tice · 14 years ago
  26. 78a685a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 15 years ago
  27. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  28. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  29. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  30. 399f1ca 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 · 15 years ago
  31. 0184f01 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 15 years ago
  32. 6c68fb4 Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 15 years ago
  33. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  34. 3f4c09c by Caroline Tice · 15 years ago
  35. fcd43b7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 15 years ago
  36. fc16cc0 Removed the -i option from the expr command, and by Sean Callanan · 15 years ago
  37. 1d389c4 Added the temporary -i option to expr, which by Sean Callanan · 15 years ago
  38. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  39. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  40. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago