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
/
Core
/
ValueObjectConstResult.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make const result value objects able to return dynamic types.
Greg Clayton
2012-07-07
1
-0
/
+22
*
Order the initializations so that they reflect how they're declared in the cl...
Bill Wendling
2012-04-04
1
-1
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-1
/
+1
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-2
/
+2
*
Fixed a dangling pointer bug associated with the
Sean Callanan
2012-01-05
1
-0
/
+7
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+24
*
http://llvm.org/bugs/show_bug.cgi?id=11588
Johnny Chen
2011-12-16
1
-0
/
+7
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-23
/
+67
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-1
/
+1
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-0
/
+83
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-9
/
+16
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-2
/
+2
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-5
/
+90
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Mark a ValueObjectConstResult as valid if it is created with some data, don't...
Jim Ingham
2010-10-15
1
-0
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-2
/
+2
*
Added the notion that a value object can be constant by adding:
Greg Clayton
2010-10-05
1
-0
/
+10
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-0
/
+109