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