index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Expression
/
ClangUserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added access to set the current stack frame within a thread so any command
Greg Clayton
2010-12-17
1
-0
/
+1
*
Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h
Jason Molenda
2010-12-16
1
-1
/
+0
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-32
/
+47
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-27
/
+26
*
Bugfixes for the new "self" pointer handling. Specifically,
Sean Callanan
2010-12-14
1
-3
/
+15
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-12
/
+60
*
More logging for use in debugging the interactions
Sean Callanan
2010-12-07
1
-4
/
+27
*
Logging improvements to help identify major events in
Sean Callanan
2010-12-07
1
-5
/
+36
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-5
/
+14
*
Fixed ClangUserExpression's wrapping of expressions
Sean Callanan
2010-12-01
1
-4
/
+27
*
Whitespace fix.
Sean Callanan
2010-12-01
1
-6
/
+6
*
Moved the code in ClangUserExpression that set up & ran the thread plan with ...
Jim Ingham
2010-11-30
1
-49
/
+62
*
Added support for indicating to the expression parser
Sean Callanan
2010-11-19
1
-4
/
+10
*
Trivial fix for an error message.
Johnny Chen
2010-11-10
1
-1
/
+1
*
Added more logging so we see the register state
Sean Callanan
2010-11-08
1
-18
/
+0
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...
Jim Ingham
2010-11-05
1
-4
/
+8
*
Fixed error handling when the utility functions
Sean Callanan
2010-11-05
1
-1
/
+9
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
1
-0
/
+17
*
ClangUserExpression ctor should not crash if given a null expr_prefix char*.
Johnny Chen
2010-10-29
1
-2
/
+2
*
Added a user-settable variable, 'target.expr-prefix',
Sean Callanan
2010-10-29
1
-5
/
+13
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-3
/
+5
*
Added a hack so that "unichar" is resolved to
Sean Callanan
2010-10-24
1
-0
/
+21
*
Added a temporary hack to allow casting of Objective-C
Sean Callanan
2010-10-22
1
-3
/
+24
*
Fixed a silly bug that was causing the "this" pointer
Sean Callanan
2010-10-19
1
-3
/
+3
*
Fixed the message that reports that an expression
Sean Callanan
2010-10-19
1
-2
/
+2
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-2
/
+2
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-23
/
+64
*
Changed the timeout for expressions from 10
Sean Callanan
2010-10-07
1
-1
/
+1
*
Added the notion that a value object can be constant by adding:
Greg Clayton
2010-10-05
1
-5
/
+8
*
Moved expression evaluation from CommandObjectExpression into
Greg Clayton
2010-10-05
1
-0
/
+52
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-16
/
+82
*
Added code to support use of "this" and "self" in
Sean Callanan
2010-09-14
1
-1
/
+7
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-6
/
+9
*
Added a ClangUtilityFunction class that allows the
Sean Callanan
2010-08-27
1
-1
/
+7
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
1
-0
/
+257