summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ClangExpressionVariable.cpp
AgeCommit message (Expand)Author
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2014-12-08Add the ability for an SBValue to create a persisted version of itself.Enrico Granata
2014-07-06remove trailing whitespace + remove some useless commentsSylvestre Ledru
2013-07-11Huge change to clean up types.Greg Clayton
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-04-11Order of initialization lists.Stephen Wilson
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-13Implemented a major overhaul of the way variables are handledSean Callanan
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-11-30Fixed a problem where m_register_info was not beingSean Callanan
2010-11-30Added a feature where registers can be referred toSean Callanan
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-10-15Made many ConstString functions inlined in the header file.Greg Clayton
2010-10-05Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton
2010-10-01Fixed handling of signed short types in expressions.Sean Callanan
2010-09-30Add "-o" option to "expression" which prints the object description if availa...Jim Ingham
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-09-13Bugfixes to the expression parser. Fixes include:Sean Callanan
2010-08-30Fixed a bug where ClangExpressionVariableList wasSean Callanan
2010-08-20First step of refactoring variable handling in theSean Callanan
2010-08-13Documented ClangExpressionVariable(List), andSean Callanan
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner