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
*
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
*
Added logging to the code that determines
Sean Callanan
2012-12-01
1
-1
/
+26
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Make blocks that capture their containing method's object pointer look like m...
Jim Ingham
2012-10-30
1
-0
/
+27
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-6
/
+20
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-1
/
+1
*
Making ClangExpression hold on to a WP to the Process instead of a SP. This f...
Enrico Granata
2012-09-18
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Fix missing braces from the python-GIL merge.
Johnny Chen
2012-08-18
1
-1
/
+4
*
Merge python-GIL bracnh (by filcab) back into trunk!
Johnny Chen
2012-08-18
1
-1
/
+4
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-7
/
+9
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-22
/
+19
*
Be a little more safe when checking whether the
Sean Callanan
2012-07-13
1
-1
/
+1
*
Initialize ivars in the correct order.
Bill Wendling
2012-04-03
1
-3
/
+3
*
Updated LLVM to take a new MC JIT that supports
Sean Callanan
2012-03-01
1
-11
/
+0
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Fixed a bunch of ownership problems with the expression
Sean Callanan
2012-02-10
1
-6
/
+21
*
In the absence of a valid process, the expression
Sean Callanan
2012-02-08
1
-1
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=11618
Johnny Chen
2012-01-06
1
-0
/
+3
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-10
/
+9
*
This commit is the result of a general audit of
Sean Callanan
2011-12-14
1
-1
/
+1
*
I have modified the part of the code that finds and
Sean Callanan
2011-12-13
1
-43
/
+50
*
As part of the work to make Objective-C type information
Sean Callanan
2011-12-06
1
-2
/
+1
*
Pulled in a new version of LLVM/Clang to solve a variety
Sean Callanan
2011-11-15
1
-2
/
+6
*
Do a better job of detecting when a breakpoint command has set the target run...
Jim Ingham
2011-11-08
1
-0
/
+6
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-5
/
+26
*
Occasionally LLDB runs into contexts where the
Sean Callanan
2011-11-04
1
-3
/
+54
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-2
/
+2
*
I moved the responsibility for interacting with the
Sean Callanan
2011-10-29
1
-1
/
+1
*
Extended the lifetime of Clang parser objects to the
Sean Callanan
2011-10-12
1
-3
/
+2
*
Fixed a memory leak of ASTResultSynthesizers,
Sean Callanan
2011-10-08
1
-4
/
+7
*
Factored out handling of the source code for an
Sean Callanan
2011-09-26
1
-50
/
+17
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-19
/
+23
*
Fixed a problem where expressions would attempt to
Sean Callanan
2011-09-20
1
-27
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
Fixed a problem where the expression parser would
Sean Callanan
2011-09-15
1
-0
/
+3
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-66
/
+56
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
1
-2
/
+2
*
Fixed a bug where the target for an expression was
Sean Callanan
2011-08-24
1
-4
/
+4
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-3
/
+13
*
Add EvaluateWithError static method. Fix a bug in handling constant expressi...
Jim Ingham
2011-08-09
1
-1
/
+13
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-27
/
+32
*
Improved the expression parser's detection of the
Sean Callanan
2011-08-03
1
-3
/
+7
*
Added checking to make sure that the target has a
Sean Callanan
2011-08-01
1
-1
/
+5
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-4
/
+4
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Cleanup error output on expressions.
Greg Clayton
2011-06-24
1
-1
/
+1
[next]