summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-142/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-0/+11
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-12/+7
* Huge change to clean up types.Greg Clayton2013-07-111-15/+4
* http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen2012-01-061-0/+12
* 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