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
/
ValueObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For the language check in GetObjectDescription, if we can't find a language r...
Jim Ingham
2010-12-23
1
-0
/
+12
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-1
/
+1
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-76
/
+25
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-8
/
+210
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-5
/
+5
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
1
-0
/
+9
*
Print better error messages when memory reads fail when displaying variable
Greg Clayton
2010-11-02
1
-2
/
+3
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-1
/
+1
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-23
/
+94
*
Fixed value objects so that they return an
Sean Callanan
2010-10-23
1
-2
/
+6
*
Fixed a error formatting output issue when dumping variables where the error ...
Greg Clayton
2010-10-22
1
-1
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-68
/
+162
*
Restored the ability to set the format for expressions after changing the exp...
Greg Clayton
2010-10-06
1
-10
/
+14
*
Added the notion that a value object can be constant by adding:
Greg Clayton
2010-10-05
1
-0
/
+5
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-0
/
+124
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-11
/
+11
*
Fix from Jean-Daniel. Thanks.
Johnny Chen
2010-09-28
1
-1
/
+1
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-28
/
+42
*
Committing the skeleton of Language runtime plugin classes.
Jim Ingham
2010-09-23
1
-0
/
+14
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-1
/
+1
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+6
*
Added the summary values for function pointers so we can show where they
Greg Clayton
2010-09-13
1
-88
/
+145
*
Move the "Object Description" into the ValueObject, and the add an API to
Jim Ingham
2010-09-10
1
-0
/
+45
*
StackFrame objects now own ValueObjects for any frame variables (locals, args,
Greg Clayton
2010-09-02
1
-34
/
+44
*
Detect when ValueObject values change each time they are evaluated.
Greg Clayton
2010-08-28
1
-3
/
+33
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-11
/
+12
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-5
/
+5
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-2
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+4
*
Add missing includes.
Eli Friedman
2010-06-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+678