1. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
  2. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  3. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 15 years ago
  4. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
  5. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 15 years ago
  6. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
  7. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  8. 4d6675c by Caroline Tice · 15 years ago
  9. cc112ac Fixed indentation. by Johnny Chen · 15 years ago
  10. 106a737 Fixed 'expr' help message. by Johnny Chen · 15 years ago
  11. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 15 years ago
  12. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  13. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 15 years ago
  14. c1ad82e by Caroline Tice · 15 years ago
  15. deb0fd2 Stream::Printf doesn't add a newline, so it needs to be added to all the error messages in CommandObjectExpression::EvaluateExpression. by Jim Ingham · 15 years ago
  16. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 15 years ago
  17. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 15 years ago
  18. a622343 First step of refactoring variable handling in the by Sean Callanan · 15 years ago
  19. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 15 years ago
  20. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 15 years ago
  21. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 15 years ago
  22. a48fe16 Added support for persistent variables to the by Sean Callanan · 15 years ago
  23. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 15 years ago
  24. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 15 years ago
  25. 32824aa Added logging: by Sean Callanan · 15 years ago
  26. 63c468c Fix a typo. by Stephen Wilson · 15 years ago
  27. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 15 years ago
  28. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 15 years ago
  29. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
  30. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 15 years ago
  31. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 15 years ago
  32. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 15 years ago
  33. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 15 years ago
  34. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 15 years ago
  35. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  36. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 15 years ago
  37. 848960c Added the temporary -i option to expr, which by Sean Callanan · 15 years ago
  38. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  39. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  40. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  41. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago