summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectChild.cpp
AgeCommit message (Expand)Author
2013-04-11<rdar://problem/13623698>Enrico Granata
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2012-03-26<rdar://problem/11113279>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
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-16Fixed an issue where a variable that was a pointer whoseGreg Clayton
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham
2011-08-02Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-06-30Centralize all of the type name code so that we always strip the leadingGreg Clayton
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-01-21Fixed up the SBValue::GetExpressionPath() to be more correct under moreGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2011-01-09Removed a few bad assert() statement regarding bitfields.Greg Clayton
2011-01-08Make sure we don't assert if we have a child with zero byte size. AlsoGreg Clayton
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-12-07Cleanup before making the objective C ivar changes.Greg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-11-02Fixed a case where children of pointers or references that had had multipleGreg Clayton
2010-11-02Print better error messages when memory reads fail when displaying variableGreg Clayton
2010-10-25Fixes to Objective-C built-in type handling.Sean Callanan
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-09-28Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham
2010-07-21Change over to using the definitions for mach-o types and defines to theGreg Clayton
2010-07-20Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-07-06Switch over to using llvm's dwarf constants file.Jason Molenda
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner