1. b3a36df Handle any persistent Decl in the Clang expression parser, not just types. by Sean Callanan · 10 years ago
  2. 9301ec1 Eliminated redundant "constructors" for ClangExpressionVariable. by Sean Callanan · 10 years ago
  3. 8f1f9a1 Now persistent expression data no longer lives with the Target, but rather with by Sean Callanan · 10 years ago
  4. 4dbb271 Moved more Clang-specific parts of the expression parser into the Clang plugin. by Sean Callanan · 10 years ago[Renamed (97%) from lldb/source/Expression/ClangPersistentVariables.cpp]
  5. bc8ac34 This patch separates the generic portion of ClangExpressionVariable, which by Sean Callanan · 10 years ago
  6. 5b26f27 I have brought LLDB up-to-date with top of tree by Sean Callanan · 14 years ago
  7. bccce81 Added support for persistent types to the by Sean Callanan · 14 years ago
  8. 6035b67 Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 15 years ago
  9. 8c46c6f Patch from Stephen Wilson: by Johnny Chen · 15 years ago
  10. 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
  11. 7b462cc Made many ConstString functions inlined in the header file. by Greg Clayton · 15 years ago
  12. 1d3afba Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
  13. d0ef0ef First step of refactoring variable handling in the by Sean Callanan · 15 years ago
  14. d1e5b43 Added automatically generated result variables for each by Sean Callanan · 15 years ago
  15. 2235f32 Added support for persistent variables to the by Sean Callanan · 15 years ago