Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d5aa73376966339caad04013510626ec2e42c760
/
lldb
/
source
/
Plugins
/
ExpressionParser
/
Clang
/
ClangPersistentVariables.cpp
b3a36df
Handle any persistent Decl in the Clang expression parser, not just types.
by Sean Callanan
· 10 years ago
9301ec1
Eliminated redundant "constructors" for ClangExpressionVariable.
by Sean Callanan
· 10 years ago
8f1f9a1
Now persistent expression data no longer lives with the Target, but rather with
by Sean Callanan
· 10 years ago
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]
bc8ac34
This patch separates the generic portion of ClangExpressionVariable, which
by Sean Callanan
· 10 years ago
5b26f27
I have brought LLDB up-to-date with top of tree
by Sean Callanan
· 14 years ago
bccce81
Added support for persistent types to the
by Sean Callanan
· 14 years ago
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
8c46c6f
Patch from Stephen Wilson:
by Johnny Chen
· 15 years ago
8b2fe6d
Modified LLDB expressions to not have to JIT and run code just to see variable
by Greg Clayton
· 15 years ago
7b462cc
Made many ConstString functions inlined in the header file.
by Greg Clayton
· 15 years ago
1d3afba
Added a new ValueObject type that will be used to freeze dry expression
by Greg Clayton
· 15 years ago
d0ef0ef
First step of refactoring variable handling in the
by Sean Callanan
· 15 years ago
d1e5b43
Added automatically generated result variables for each
by Sean Callanan
· 15 years ago
2235f32
Added support for persistent variables to the
by Sean Callanan
· 15 years ago