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
/
ValueObjectChild.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-6
/
+6
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-7
/
+7
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...
Enrico Granata
2015-07-28
1
-4
/
+13
*
Revert "Fix an issue where LLDB would run out of stack space ..."
Pavel Labath
2015-07-24
1
-6
/
+4
*
Fix an issue where LLDB would run out of stack space trying to decide if a de...
Enrico Granata
2015-07-24
1
-4
/
+6
*
A previous patch made it so that ValueObjects could update themselves even in...
Enrico Granata
2015-05-19
1
-0
/
+8
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-1
/
+1
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-26
/
+26
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+2
*
Don't copy entire value into m_data unless we need to. If we did this and the...
Greg Clayton
2014-01-23
1
-1
/
+4
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-9
/
+7
*
<rdar://problem/13623698>
Enrico Granata
2013-04-11
1
-1
/
+4
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-1
/
+21
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-2
/
+2
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-5
/
+8
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-2
/
+2
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-9
/
+26
*
Fixed an issue where a variable that was a pointer whose
Greg Clayton
2011-08-16
1
-3
/
+4
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-1
/
+1
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-1
/
+1
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+1
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-1
/
+1
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-1
/
+1
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-7
/
+9
*
Fixed up the SBValue::GetExpressionPath() to be more correct under more
Greg Clayton
2011-01-21
1
-2
/
+4
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-1
/
+1
*
Removed a few bad assert() statement regarding bitfields.
Greg Clayton
2011-01-09
1
-2
/
+0
*
Make sure we don't assert if we have a child with zero byte size. Also
Greg Clayton
2011-01-08
1
-1
/
+0
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-1
/
+2
*
Cleanup before making the objective C ivar changes.
Greg Clayton
2010-12-07
1
-37
/
+2
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Fixed a case where children of pointers or references that had had multiple
Greg Clayton
2010-11-02
1
-4
/
+1
*
Print better error messages when memory reads fail when displaying variable
Greg Clayton
2010-11-02
1
-13
/
+33
*
Fixes to Objective-C built-in type handling.
Sean Callanan
2010-10-25
1
-0
/
+2
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-4
/
+5
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-4
/
+4
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-1
/
+0
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-1
/
+2
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-3
/
+3
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-1
/
+0
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+207