summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectConstResult.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make const result value objects able to return dynamic types.Greg Clayton2012-07-071-0/+22
* Order the initializations so that they reflect how they're declared in the cl...Bill Wendling2012-04-041-1/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+1
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+2
* Fixed a dangling pointer bug associated with theSean Callanan2012-01-051-0/+7
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+24
* http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen2011-12-161-0/+7
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-23/+67
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-0/+83
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-9/+16
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-2/+2
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-5/+90
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Mark a ValueObjectConstResult as valid if it is created with some data, don't...Jim Ingham2010-10-151-0/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-2/+2
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-0/+10
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-0/+109
OpenPOWER on IntegriCloud