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
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-4
/
+2
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-2
/
+4
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-1
/
+1
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-1
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-8
/
+8
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+13
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-14
/
+13
*
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