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
/
UserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-5
/
+18
*
If the fixed expression doesn't parse, don't tell the user about it.
Jim Ingham
2016-04-06
1
-0
/
+5
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-8
/
+56
*
Don't try to actually run code when the expression is top-level.
Sean Callanan
2016-03-28
1
-0
/
+5
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+1
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
1
-0
/
+5
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-23
/
+18
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-4
/
+10
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-322
/
+9
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-1
/
+7
*
Decide on the expression language inside UserExpression
Dawn Perchik
2015-10-07
1
-1
/
+12
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-1
/
+3
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+2
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2
/
+1
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-8
/
+0
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-0
/
+644