summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-11/+39
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-12/+10
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-2/+1
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-9/+9
* Stream::Printf doesn't add a newline, so it needs to be added to all the erro...Jim Ingham2010-09-011-4/+4
* Added support for dynamic sanity checking inSean Callanan2010-09-011-0/+21
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-179/+7
* First step of refactoring variable handling in theSean Callanan2010-08-201-1/+1
* Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen2010-08-131-14/+24
* Documented ClangExpression and made parts of itSean Callanan2010-08-131-4/+4
* Added automatically generated result variables for eachSean Callanan2010-08-121-64/+17
* Added support for persistent variables to theSean Callanan2010-08-111-2/+2
* Removed the -i option from the expr command, andSean Callanan2010-08-061-139/+90
* Fixed expression result printing to have the expression result type be in Greg Clayton2010-07-291-1/+1
* Added logging:Sean Callanan2010-07-231-0/+11
* Fix a typo.Stephen Wilson2010-07-231-1/+1
* Added extensive logging of the code that is actually goingSean Callanan2010-07-231-1/+14
* Modified TaggedASTType to inherit from ClangASTTypeSean Callanan2010-07-231-88/+119
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-18/+24
* Added functionality to dematerialize values that wereSean Callanan2010-07-201-3/+2
* Wrote the code that looks at a context to seeSean Callanan2010-07-161-1/+15
* Fixes to the IR generator in the expression parserSean Callanan2010-07-141-107/+143
* Added the skeleton of an IR transformer that willSean Callanan2010-07-031-1/+19
* Added a SemaConsumer that transforms the ASTs forSean Callanan2010-07-011-1/+1
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-1/+1
* Extensive code cleanup of the expression command.Sean Callanan2010-06-241-266/+159
* Added the temporary -i option to expr, whichSean Callanan2010-06-231-8/+31
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-22/+17
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+554
OpenPOWER on IntegriCloud