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
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch fixes a bug where LLDB was incorrectly setting the address-size on...
Enrico Granata
2012-04-24
1
-1
/
+12
*
Should have used the convenience function:
Johnny Chen
2012-02-02
1
-12
/
+4
*
For processes which are not in one of the "launched and stopped" state, 'targ...
Johnny Chen
2012-02-02
1
-1
/
+14
*
Add check for non-NULL Variable with a NULL Type.
Jim Ingham
2011-12-22
1
-1
/
+6
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-7
/
+7
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-297
/
+128
*
Added support for finding and global variables in the SBTarget and SBModule
Greg Clayton
2011-06-29
1
-19
/
+59
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-4
/
+4
*
When making a DataExtractor from a Value that's got a ClangType, set the Addr...
Jim Ingham
2011-02-24
1
-1
/
+9
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-3
/
+3
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-4
/
+5
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+2
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-8
/
+28
*
http://llvm.org/bugs/show_bug.cgi?id=8260
Greg Clayton
2011-01-25
1
-4
/
+0
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-28
/
+28
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-24
/
+24
*
Print better error messages when memory reads fail when displaying variable
Greg Clayton
2010-11-02
1
-9
/
+11
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-5
/
+5
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-14
/
+2
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-1
/
+1
*
Changed "Error Value::GetValueAsData (...)" to set the data extractor byte
Greg Clayton
2010-08-18
1
-0
/
+9
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-1
/
+1
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-3
/
+4
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+803