summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-4/+2
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-2/+4
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-1/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-8/+8
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+13
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-14/+13
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Make ValueObjectMemory::Create accept StringRefs.Zachary Turner2016-11-121-4/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-223/+165
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-3/+8
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-13/+13
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-1/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+1
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+8
* Huge change to clean up types.Greg Clayton2013-07-111-20/+14
* <rdar://problem/13421412>Greg Clayton2013-03-141-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+4
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+2
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-3/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-5/+6
* Public API changes:Enrico Granata2011-07-291-4/+4
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-2/+10
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-5/+1
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-7/+75
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-1/+10
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-0/+196
OpenPOWER on IntegriCloud