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