summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectConstResult.cpp
AgeCommit message (Expand)Author
2012-04-04Order the initializations so that they reflect how they're declared in the cl...Bill Wendling
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-02-22Added support for looking up the complete type forSean Callanan
2012-01-05Fixed a dangling pointer bug associated with theSean Callanan
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham
2011-12-16http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-06-30Centralize all of the type name code so that we always strip the leadingGreg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-10-15Mark a ValueObjectConstResult as valid if it is created with some data, don't...Jim Ingham
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton
2010-10-05Added the notion that a value object can be constant by adding:Greg Clayton
2010-10-05Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton