summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed two problems when reading constant/registerSean Callanan2013-04-191-1/+18
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+78
* <rdar://problem/13623698>Enrico Granata2013-04-111-0/+65
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13365424>Enrico Granata2013-03-251-1/+2
* And then again only compute the more expensive piece of data if need be :-)Enrico Granata2013-03-231-1/+1
* Invert two condition checks to evaluate them in cheapest-to-more-expensive orderEnrico Granata2013-03-231-2/+2
* <rdar://problem/13315663>Enrico Granata2013-03-231-9/+32
* Performance improvements to the IsObjCNil () - we only try to resolve the val...Enrico Granata2013-03-151-2/+5
* <rdar://problem/13421412>Greg Clayton2013-03-141-2/+2
* Remove an unused #include.Jim Ingham2013-03-131-2/+0
* Use the Error parameter in ValueObject::ReadPointedString to actually report ...Enrico Granata2013-02-281-109/+114
* <rdar://problem/4529976>Enrico Granata2013-02-211-7/+10
* Fixed 2 more issues found by the address sanitizer:Greg Clayton2013-02-081-29/+36
* <rdar://problem/12890171>Enrico Granata2013-01-291-7/+12
* <rdar://problem/12978143>Enrico Granata2013-01-281-55/+10
* <rdar://problem/13069948>Greg Clayton2013-01-251-60/+50
* <rdar://problem/12711206>Enrico Granata2013-01-231-32/+1
* <rdar://problem/12239827>Enrico Granata2013-01-121-0/+80
* <rdar://problem/11689939>Enrico Granata2012-12-131-4/+19
* <rdar://problem/12639506> Enrico Granata2012-12-111-2/+2
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+2
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-8/+0
* <rdar://problem/12560257>Greg Clayton2012-12-061-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Path from Ashok Thirumurthi:Greg Clayton2012-10-301-3/+7
* Moving ValueObjectCast over to its own .h/.cpp files instead of sharing Value...Enrico Granata2012-10-271-0/+1
* Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...Enrico Granata2012-10-241-2/+2
* Fixing a compiler warning about has_children being used before being initializedEnrico Granata2012-10-231-1/+1
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+24
* <rdar://problem/12437442>Enrico Granata2012-10-221-1/+13
* Improvements to the data formatters logging - plus, new log messages when our...Enrico Granata2012-10-171-1/+2
* <rdar://problem/12503640> Fixing an issue where the dynamic type of an Object...Enrico Granata2012-10-171-0/+7
* <rdar://problem/12331741>Greg Clayton2012-10-111-5/+4
* <rdar://problem/11086338> Implementing support for synthetic children generat...Enrico Granata2012-09-131-0/+64
* <rdar://problem/12202862>Greg Clayton2012-08-311-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata2012-08-091-0/+1
* <rdar://problem/11505459> Stripping off the object's type from the output of ...Enrico Granata2012-08-091-3/+10
* Fixing an issue where ValueObject::GetPointeeData() would not work correctly ...Enrico Granata2012-08-071-0/+1
* <rdar://problem/11846023> Fixing a bug where malformed DWARF could lead to an...Enrico Granata2012-08-021-5/+19
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-7/+13
* rdar://problem/11597911Johnny Chen2012-06-051-1/+9
* <rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...Enrico Granata2012-05-211-38/+8
* Add LLDB_DISABLE_PYTHON around newly added methods inJason Molenda2012-05-161-0/+2
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-4/+13
* 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
OpenPOWER on IntegriCloud