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
/
ValueObjectMemory.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
Make ValueObjectMemory::Create accept StringRefs.
Zachary Turner
2016-11-12
1
-4
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-223
/
+165
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-3
/
+8
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-13
/
+13
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-5
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-1
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+1
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-1
/
+1
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-1
/
+1
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+8
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-20
/
+14
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+4
*
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
-3
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-5
/
+6
*
Public API changes:
Enrico Granata
2011-07-29
1
-4
/
+4
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-2
/
+10
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-5
/
+1
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-7
/
+75
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-1
/
+10
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-0
/
+196