summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectDynamicValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue where the KVO swizzled type would be returned as the dynamic t...Enrico Granata2011-08-031-1/+1
* bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...Enrico Granata2011-08-021-0/+1
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-4/+4
* Public API changes:Enrico Granata2011-07-291-3/+3
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-2/+2
* several improvements to "type summary":Enrico Granata2011-07-021-1/+1
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Fix dynamic value objects to do the right thing when theGreg Clayton2011-05-311-17/+8
* lldb-59.Greg Clayton2011-05-301-0/+3
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-5/+14
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-4/+11
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-8/+0
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-0/+254
OpenPOWER on IntegriCloud