Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
b51ee98581de0c271f9fcea7585c3ea3bbbbbb80
/
source
/
Commands
/
CommandObjectExpression.cpp
77e9394
Added a user-settable variable, 'target.expr-prefix',
by Sean Callanan
· 15 years ago
bf8e42b
Fixed an expression parsing issue where if you were stopped somewhere without
by Greg Clayton
· 15 years ago
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
d171972
Added the notion that a value object can be constant by adding:
by Greg Clayton
· 15 years ago
377e0b4
Moved expression evaluation from CommandObjectExpression into
by Greg Clayton
· 15 years ago
66ed2fb
Added a new ValueObject type that will be used to freeze dry expression
by Greg Clayton
· 15 years ago
43b014a
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
4d6675c
by Caroline Tice
· 15 years ago
cc112ac
Fixed indentation.
by Johnny Chen
· 15 years ago
106a737
Fixed 'expr' help message.
by Johnny Chen
· 15 years ago
324067b
Add "-o" option to "expression" which prints the object description if available.
by Jim Ingham
· 15 years ago
238c0a1
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
e8a59a8
Bugfixes to the expression parser. Fixes include:
by Sean Callanan
· 15 years ago
c1ad82e
by Caroline Tice
· 15 years ago
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
f18d91c
Added support for dynamic sanity checking in
by Sean Callanan
· 15 years ago
65dafa8
This is a major refactoring of the expression parser.
by Sean Callanan
· 15 years ago
a622343
First step of refactoring variable handling in the
by Sean Callanan
· 15 years ago
0deefc7
Modified CommandObjectExpression::EvaluateExpression() so that it takes an
by Johnny Chen
· 15 years ago
39ee600
Documented ClangExpression and made parts of it
by Sean Callanan
· 15 years ago
82b74c8
Added automatically generated result variables for each
by Sean Callanan
· 15 years ago
a48fe16
Added support for persistent variables to the
by Sean Callanan
· 15 years ago
e562a07
Removed the -i option from the expr command, and
by Sean Callanan
· 15 years ago
92ef85d
Fixed expression result printing to have the expression result type be in
by Greg Clayton
· 15 years ago
32824aa
Added logging:
by Sean Callanan
· 15 years ago
63c468c
Fix a typo.
by Stephen Wilson
· 15 years ago
8541f2f
Added extensive logging of the code that is actually going
by Sean Callanan
· 15 years ago
841026f
Modified TaggedASTType to inherit from ClangASTType
by Sean Callanan
· 15 years ago
1674b12
Change over to using the definitions for mach-o types and defines to the
by Greg Clayton
· 15 years ago
f328c9f
Added functionality to dematerialize values that were
by Sean Callanan
· 15 years ago
810f22d
Wrote the code that looks at a context to see
by Sean Callanan
· 15 years ago
bafd685
Fixes to the IR generator in the expression parser
by Sean Callanan
· 15 years ago
5cf4a1c
Added the skeleton of an IR transformer that will
by Sean Callanan
· 15 years ago
8c6934d
Added a SemaConsumer that transforms the ASTs for
by Sean Callanan
· 15 years ago
12bec71
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 15 years ago
46b6249
Extensive code cleanup of the expression command.
by Sean Callanan
· 15 years ago
848960c
Added the temporary -i option to expr, which
by Sean Callanan
· 15 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
34e9a98
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago