summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* First part of a fix to make GetNonSyntheticValue() work correctlyEnrico Granata2012-05-081-0/+6
* Fixing an issue where the expression parser was not correctly freeze-drying b...Enrico Granata2012-04-241-1/+7
* Attempt at fixing a crasher where summary strings where looping endlessly.Enrico Granata2012-04-041-1/+8
* Be more careful when overriding the type for aSean Callanan2012-03-301-2/+5
* Fixing an issue where Unicode characters in an NSString were printed as escap...Enrico Granata2012-03-291-2/+2
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-0/+9
* <rdar://problem/11113279>Greg Clayton2012-03-261-8/+19
* Added the ability to log a value object just as a value would be displayGreg Clayton2012-03-221-0/+22
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-384/+418
* <rdar://problem/11016922> Greg Clayton2012-03-091-15/+22
* Changed ValueObject to use a dedicated ChildrenManager class to store its chi...Enrico Granata2012-03-091-6/+7
* Fixing an issue where a ValueObject had changed its value but the 'value chan...Enrico Granata2012-03-061-1/+9
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-10/+15
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-244/+250
* This commit:Enrico Granata2012-02-291-1/+2
* <rdar://problem/10017623> Greg Clayton2012-02-271-17/+19
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+8
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+101
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-459/+400
* <rdar://problem/10062621>Enrico Granata2012-02-151-3/+3
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-2/+8
* Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton2012-02-031-0/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-8/+28
* ValueObjectRegister type value objects should obey the format in ValueAsCString.Jim Ingham2012-01-191-1/+10
* Fix a comment typo.Jim Ingham2012-01-121-1/+1
* Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes.Greg Clayton2012-01-071-18/+25
* <rdar://problem/10546739>Greg Clayton2011-12-291-3/+8
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-16/+54
* Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPo...Jim Ingham2011-12-101-28/+25
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+6
* <rdar://problem/10410131>Greg Clayton2011-12-021-1/+1
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-2/+2
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-2/+3
* Stop empty C strings in summaries from showing "<data not available>" when aGreg Clayton2011-10-051-26/+25
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-15/+14
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-1/+1
* Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata2011-09-091-3/+3
* Refactoring of Get() methods in FormatManager/FormatCategory to have explicat...Enrico Granata2011-09-061-30/+24
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-102/+278
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-125/+125
* Improved the user-friendliness of errors shown by the summary feature in cert...Enrico Granata2011-08-231-1/+12
* More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata2011-08-221-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-9/+6
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-1/+101
* Second round of code cleanups:Enrico Granata2011-08-181-6/+13
* First round of code cleanups:Enrico Granata2011-08-171-9/+10
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-85/+74
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-17/+19
* Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata2011-08-121-1/+1
OpenPOWER on IntegriCloud