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
*
Don't allow the expression parser to magically
Sean Callanan
2014-10-20
1
-1
/
+0
*
Fixed the expression parser to handle cases where
Sean Callanan
2014-10-17
1
-1
/
+1
*
Only call RemovePersistentVariable on expr_result if that shared
Jason Molenda
2014-10-16
1
-1
/
+1
*
Another logical-or vrs. bitwise-or mixup in ClangUserExpression.
Jason Molenda
2014-10-16
1
-4
/
+4
*
Check that process is non-null before calling a method in it.
Jason Molenda
2014-10-16
1
-1
/
+1
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-3
/
+1
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-1
/
+3
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-7
/
+7
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-2
/
+2
*
Add the ability to suppress the creation of a persistent
Jim Ingham
2014-07-19
1
-0
/
+5
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
1
-7
/
+13
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-174
/
+172
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-23
/
+23
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-27
/
+50
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-10
/
+61
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-14
/
+14
*
Only require thread scope when we're about to run the function on a thread.
Jim Ingham
2014-03-03
1
-6
/
+6
*
Don't require a valid thread if expr can be evaluated statically
Ed Maste
2014-03-03
1
-1
/
+1
*
Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.
Jim Ingham
2014-03-01
1
-0
/
+6
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-1
/
+1
*
Fix the test suite after the changes made in revision 196616 exposed issues i...
Greg Clayton
2013-12-10
1
-1
/
+3
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
1
-3
/
+12
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-61
/
+15
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-50
/
+27
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-12
/
+12
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-12
/
+12
*
Fixed a leak of ASTStructExtractors and also
Sean Callanan
2013-10-10
1
-9
/
+3
*
Make sure that ClangExpressionDeclMap doesn't
Sean Callanan
2013-08-23
1
-1
/
+6
*
Modified the expression parser to only try to
Sean Callanan
2013-07-12
1
-5
/
+2
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-7
/
+25
*
Performance optimizations to ClangUserExpression,
Sean Callanan
2013-04-27
1
-22
/
+61
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-1
/
+1
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
1
-1
/
+49
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-137
/
+191
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-2
/
+3
*
Added a Materializer class that contains
Sean Callanan
2013-04-11
1
-1
/
+4
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-0
/
+1
*
Use the error from ValidatePlan.
Jim Ingham
2013-03-28
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-6
/
+6
*
Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...
Greg Clayton
2013-03-27
1
-1
/
+1
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-16
/
+3
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-2
/
+2
*
Extended LLDB to handle blocks capturing 'self'
Sean Callanan
2013-01-19
1
-2
/
+83
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-11
/
+23
*
Now that we set ThreadPlanCallFunction to private in the constructor, it is c...
Jim Ingham
2012-12-07
1
-3
/
+1
*
The expression parser will now check the validity
Sean Callanan
2012-12-06
1
-1
/
+1
[next]