aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham1-10/+5
2011-05-02This patch captures and serializes all output being written by theCaroline Tice1-0/+3
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-1/+1
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-4/+19
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham1-1/+40
2011-04-13Added two new classes for command options:Greg Clayton1-4/+12
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-1/+1
2011-04-08Really fix the test suite crasher this time.Johnny Chen1-1/+1
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-2/+3
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham1-1/+0
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-2/+1
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-3/+3
2011-01-13Implemented a major overhaul of the way variables are handledSean Callanan1-1/+4
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton1-40/+40
2010-11-30Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham1-1/+13
2010-11-19Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice1-0/+11
2010-11-05Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham1-2/+11
2010-11-04Added support for loading and unloading shared libraries. This was done byGreg Clayton1-15/+0
2010-10-29Added a user-settable variable, 'target.expr-prefix',Sean Callanan1-1/+6
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton1-2/+2
2010-10-06Restored the ability to set the format for expressions after changing the exp...Greg Clayton1-0/+3
2010-10-05Added the notion that a value object can be constant by adding:Greg Clayton1-8/+5
2010-10-05Moved expression evaluation from CommandObjectExpression into Greg Clayton1-44/+18
2010-10-05Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton1-32/+28
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-1/+14
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-5/+6
2010-09-30Fixed indentation.Johnny Chen1-1/+1
2010-09-30Fixed 'expr' help message.Johnny Chen1-1/+1
2010-09-30Add "-o" option to "expression" which prints the object description if availa...Jim Ingham1-11/+39
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-12/+10
2010-09-13Bugfixes to the expression parser. Fixes include:Sean Callanan1-2/+1
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-9/+9
2010-09-01Stream::Printf doesn't add a newline, so it needs to be added to all the erro...Jim Ingham1-4/+4
2010-09-01Added support for dynamic sanity checking inSean Callanan1-0/+21
2010-08-27This is a major refactoring of the expression parser.Sean Callanan1-179/+7
2010-08-20First step of refactoring variable handling in theSean Callanan1-1/+1
2010-08-13Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen1-14/+24
2010-08-13Documented ClangExpression and made parts of itSean Callanan1-4/+4
2010-08-12Added automatically generated result variables for eachSean Callanan1-64/+17
2010-08-11Added support for persistent variables to theSean Callanan1-2/+2
2010-08-06Removed the -i option from the expr command, andSean Callanan1-139/+90
2010-07-29Fixed expression result printing to have the expression result type be in Greg Clayton1-1/+1
2010-07-23Added logging:Sean Callanan1-0/+11
2010-07-23Fix a typo.Stephen Wilson1-1/+1
2010-07-23Added extensive logging of the code that is actually goingSean Callanan1-1/+14
2010-07-23Modified TaggedASTType to inherit from ClangASTTypeSean Callanan1-88/+119
2010-07-21Change over to using the definitions for mach-o types and defines to theGreg Clayton1-18/+24
2010-07-20Added functionality to dematerialize values that wereSean Callanan1-3/+2
2010-07-16Wrote the code that looks at a context to seeSean Callanan1-1/+15
2010-07-14Fixes to the IR generator in the expression parserSean Callanan1-107/+143