summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Giving a warning to the user the first time children are truncated by the new...Enrico Granata2011-08-121-0/+4
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-3/+16
* Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata2011-08-111-6/+42
* Move the handling of breakpoint conditions from the Private event loop to the...Jim Ingham2011-08-091-18/+35
* Basic support for reading synthetic children by index:Enrico Granata2011-08-091-7/+59
* fixed a potential memory leak ; small improvement in the formatters lookup al...Enrico Granata2011-08-041-5/+4
* New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata2011-08-041-13/+30
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-041-6/+11
* Fixed an issue where the KVO swizzled type would be returned as the dynamic t...Enrico Granata2011-08-031-8/+11
* bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...Enrico Granata2011-08-021-3/+3
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-25/+82
OpenPOWER on IntegriCloud