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
*
Centralized all of the format to c-string and to format character code inside
Greg Clayton
2011-06-23
1
-3
/
+8
*
Another patch from Enrico Granata.
Greg Clayton
2011-06-23
1
-1
/
+18
*
Added a new format for displaying an array of characters: eFormatCharArray
Greg Clayton
2011-06-17
1
-2
/
+2
*
lldb-59.
Greg Clayton
2011-05-30
1
-5
/
+18
*
Fix an unitialized pointer in ValueObject::CreateChildAtIndex.
Jim Ingham
2011-05-07
1
-1
/
+1
*
Added the ability to cast pointer types to another type, no matter what the
Greg Clayton
2011-05-05
1
-0
/
+43
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-9
/
+15
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-0
/
+10
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-3
/
+4
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-74
/
+78
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-124
/
+208
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-11
/
+12
*
Remove unneeded ExecutionContextScope variables.
Jim Ingham
2011-03-31
1
-1
/
+1
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-199
/
+472
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-6
/
+6
*
Relax the constraint on the types of ValueObjects that we'll by default try the
Jim Ingham
2011-03-18
1
-4
/
+11
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-3
/
+5
*
Fixed up the SBValue::GetExpressionPath() to be more correct under more
Greg Clayton
2011-01-21
1
-33
/
+84
*
Fixed the C string summary formatter to not get into an infinite loop for
Greg Clayton
2011-01-17
1
-34
/
+23
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-9
/
+14
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+1
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-1
/
+1
*
Make sure we don't assert if we have a child with zero byte size. Also
Greg Clayton
2011-01-08
1
-2
/
+2
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
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
[next]