| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | There is no need to hold onto an ExecutionContext as a member variable. | Greg Clayton | 2012-01-27 | 1 | -6/+4 |
* | Fixed formats being able to be applied recursively when using: | Greg Clayton | 2012-01-26 | 1 | -1/+2 |
* | The "desired result type" code in the expression | Sean Callanan | 2011-12-21 | 1 | -0/+1 |
* | Added a function to the Host that gets a dummy target | Sean Callanan | 2011-10-27 | 1 | -0/+4 |
* | Added support for the new ".apple_objc" accelerator tables. These tables are | Greg Clayton | 2011-10-27 | 1 | -2/+2 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -4/+4 |
* | Updated all commands that use a "--format" / "-f" options to use the new | Greg Clayton | 2011-10-25 | 1 | -43/+42 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -21/+27 |
* | This patch modifies the expression parser to allow it | Sean Callanan | 2011-09-15 | 1 | -8/+14 |
* | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 2011-09-06 | 1 | -3/+0 |
* | Added support for persistent types to the | Sean Callanan | 2011-08-23 | 1 | -13/+23 |
* | *Some more optimizations in usage of ConstString | Enrico Granata | 2011-08-12 | 1 | -1/+2 |
* | Fixed a bug where a variable could not be formatted in a summary if its datat... | Enrico Granata | 2011-08-02 | 1 | -0/+3 |
* | when typing a summary string you can use the %S symbol to explicitly indicate... | Enrico Granata | 2011-07-22 | 1 | -0/+1 |
* | Added KDP resume, suspend, set/remove breakpoint, and kernel version support. | Greg Clayton | 2011-07-20 | 1 | -6/+12 |
* | Patch by Matt Johnson to silence G++ warnings! | Johnny Chen | 2011-07-19 | 1 | -8/+8 |
* | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 1 | -1/+2 |
* | Cleanup error output on expressions. | Greg Clayton | 2011-06-24 | 1 | -1/+16 |
* | Add 'batch_mode' to CommandInterpreter. Modify InputReaders to | Caroline Tice | 2011-06-16 | 1 | -1/+4 |
* | Replace direct uses of the Debugger's output stream with | Caroline Tice | 2011-06-15 | 1 | -6/+10 |
* | More prompt-timing cleanups: Make multi-line expressions | Caroline Tice | 2011-06-13 | 1 | -8/+12 |
* | lldb-59. | Greg Clayton | 2011-05-30 | 1 | -1/+1 |
* | 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 |