summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectConstResult.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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