aboutsummaryrefslogtreecommitdiff
path: root/source/Core/ValueObjectMemory.cpp
AgeCommit message (Expand)Author
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata
2013-07-11Huge change to clean up types.Greg Clayton
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-22Added support for looking up the complete type forSean Callanan
2012-02-17This checking is part one of trying to add some threading safety to ourGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-07-29Public API changes:Enrico Granata
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-06-30Centralize all of the type name code so that we always strip the leadingGreg Clayton
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham