summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectDynamicValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-0/+36
* <rdar://problem/11113279>Greg Clayton2012-03-261-7/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* Added support for looking up the complete type forSean Callanan2012-02-221-4/+4
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-4/+5
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-0/+8
* Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton2012-02-031-0/+101
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-4/+4
* 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