summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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