summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-1/+1
* Order of initialization lists.Stephen Wilson2011-04-111-4/+4
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-19/+21
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-88/+81
* Fixed a problem where m_register_info was not beingSean Callanan2010-11-301-1/+2
* Added a feature where registers can be referred toSean Callanan2010-11-301-0/+1
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-1/+1
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-115/+78
* Fixed handling of signed short types in expressions.Sean Callanan2010-10-011-1/+1
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-13/+10
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-1/+1
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+1
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-0/+8
* Fixed a bug where ClangExpressionVariableList wasSean Callanan2010-08-301-1/+3
* First step of refactoring variable handling in theSean Callanan2010-08-201-44/+125
* Documented ClangExpressionVariable(List), andSean Callanan2010-08-131-17/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+100
OpenPOWER on IntegriCloud