summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-30Path from Ashok Thirumurthi:Greg Clayton
2012-10-27Moving ValueObjectCast over to its own .h/.cpp files instead of sharing Value...Enrico Granata
2012-10-24Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...Enrico Granata
2012-10-23Fixing a compiler warning about has_children being used before being initializedEnrico Granata
2012-10-23<rdar://problem/12493007>Greg Clayton
2012-10-22<rdar://problem/12437442>Enrico Granata
2012-10-17Improvements to the data formatters logging - plus, new log messages when our...Enrico Granata
2012-10-17<rdar://problem/12503640> Fixing an issue where the dynamic type of an Object...Enrico Granata
2012-10-11<rdar://problem/12331741>Greg Clayton
2012-09-13<rdar://problem/11086338> Implementing support for synthetic children generat...Enrico Granata
2012-08-31<rdar://problem/12202862>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-09<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata
2012-08-09<rdar://problem/11505459> Stripping off the object's type from the output of ...Enrico Granata
2012-08-07Fixing an issue where ValueObject::GetPointeeData() would not work correctly ...Enrico Granata
2012-08-02<rdar://problem/11846023> Fixing a bug where malformed DWARF could lead to an...Enrico Granata
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-06-05rdar://problem/11597911Johnny Chen
2012-05-21<rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...Enrico Granata
2012-05-16Add LLDB_DISABLE_PYTHON around newly added methods inJason Molenda
2012-05-08<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata
2012-05-08First part of a fix to make GetNonSyntheticValue() work correctlyEnrico Granata
2012-04-24Fixing an issue where the expression parser was not correctly freeze-drying b...Enrico Granata
2012-04-04Attempt at fixing a crasher where summary strings where looping endlessly.Enrico Granata
2012-03-30Be more careful when overriding the type for aSean Callanan
2012-03-29Fixing an issue where Unicode characters in an NSString were printed as escap...Enrico Granata
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-22Added the ability to log a value object just as a value would be displayGreg Clayton
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-03-09<rdar://problem/11016922> Greg Clayton
2012-03-09Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata
2012-03-06Fixing an issue where a ValueObject had changed its value but the 'value chan...Enrico Granata
2012-03-03added a new formatter for CF(Mutable)BitVectorEnrico Granata
2012-03-011) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata
2012-02-29This commit:Enrico Granata
2012-02-27<rdar://problem/10017623> 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-02-15<rdar://problem/10062621>Enrico Granata
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2012-02-03Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-26Fixed formats being able to be applied recursively when using:Greg Clayton
2012-01-19ValueObjectRegister type value objects should obey the format in ValueAsCString.Jim Ingham
2012-01-12Fix a comment typo.Jim Ingham
2012-01-07Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes.Greg Clayton
2011-12-29<rdar://problem/10546739>Greg Clayton