Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | The default timeout for EvaluateExpressionOptions is not 0, so if no timeout ... | Jim Ingham | 1 | -0/+2 |
2013-11-07 | This patch does a couple of things. | Jim Ingham | 1 | -7/+7 |
2013-11-04 | Added a "--debug" option to the "expression" command. | Greg Clayton | 1 | -2/+13 |
2013-11-04 | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 1 | -1/+1 |
2013-11-02 | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 1 | -1/+1 |
2013-09-30 | <rdar://problem/14393032> | Enrico Granata | 1 | -4/+25 |
2013-09-05 | Add OptionParser.h | Virgile Bello | 1 | -4/+4 |
2013-07-30 | Send a stop event when an expression stops at a breakpoint | Sean Callanan | 1 | -30/+1 |
2013-05-29 | For "expr", say what the timeout units are in the help string. | Jim Ingham | 1 | -1/+1 |
2013-04-09 | Fix the help for unwind-on-error, it no longer controls what happens when an ... | Jim Ingham | 1 | -1/+1 |
2013-03-26 | Our commands that end up displaying a ValueObject as part of their workflow u... | Enrico Granata | 1 | -21/+1 |
2013-03-25 | <rdar://problem/13365424> | Enrico Granata | 1 | -16/+17 |
2013-01-29 | <rdar://problem/12890171> | Enrico Granata | 1 | -1/+3 |
2013-01-26 | Make sure that multi-line expressions don't create a default target. We recen... | Greg Clayton | 1 | -4/+9 |
2013-01-25 | <rdar://problem/13069948> | Greg Clayton | 1 | -1/+1 |
2013-01-15 | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 1 | -4/+30 |
2013-01-14 | <rdar://problem/12790664> | Enrico Granata | 1 | -0/+3 |
2013-01-09 | <rdar://problem/12028723> | Enrico Granata | 1 | -56/+17 |
2013-01-09 | Expanded the flags that can be set for a command object in lldb_private::Comm... | Greg Clayton | 1 | -5/+5 |
2012-12-12 | Option changes: | Enrico Granata | 1 | -2/+2 |
2012-12-05 | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 1 | -0/+2 |
2012-12-04 | <rdar://problem/12798131> | Greg Clayton | 1 | -1/+1 |
2012-10-25 | Add text to the help to explain how to set user defined variables. | Jim Ingham | 1 | -1/+9 |
2012-10-16 | Add the ability to set timeout & "run all threads" options both from the "exp... | Jim Ingham | 1 | -5/+40 |
2012-09-05 | Implementing an Options class for EvaluateExpression() in order to make the s... | Enrico Granata | 1 | -6/+8 |
2012-08-09 | LLDB no longer prints <no result> by default if | Sean Callanan | 1 | -5/+5 |
2012-08-09 | <rdar://problem/11505459> Stripping off the object's type from the output of ... | Enrico Granata | 1 | -1/+2 |
2012-08-08 | Added a 'void' format so that the user can manually | Sean Callanan | 1 | -29/+36 |
2012-07-16 | <rdar://problem/11672978> Fixing an issue where an ObjC object might come out... | Enrico Granata | 1 | -1/+2 |
2012-06-08 | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 1 | -17/+6 |
2012-03-28 | Fixing an issue where saying 'po foo' made both the summary and the descripti... | Enrico Granata | 1 | -2/+3 |
2012-03-19 | Massive enumeration name changes: a number of enums in ValueObject were not f... | Enrico Granata | 1 | -1/+1 |
2012-03-01 | 1) solving a bug where, after Jim's fixes to stack frames, synthetic children... | Enrico Granata | 1 | -14/+15 |
2012-01-27 | There is no need to hold onto an ExecutionContext as a member variable. | Greg Clayton | 1 | -6/+4 |
2012-01-26 | Fixed formats being able to be applied recursively when using: | Greg Clayton | 1 | -1/+2 |
2011-12-21 | The "desired result type" code in the expression | Sean Callanan | 1 | -0/+1 |
2011-10-27 | Added a function to the Host that gets a dummy target | Sean Callanan | 1 | -0/+4 |
2011-10-27 | Added support for the new ".apple_objc" accelerator tables. These tables are | Greg Clayton | 1 | -2/+2 |
2011-10-26 | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 1 | -4/+4 |
2011-10-25 | Updated all commands that use a "--format" / "-f" options to use the new | Greg Clayton | 1 | -43/+42 |
2011-09-22 | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 1 | -21/+27 |
2011-09-15 | This patch modifies the expression parser to allow it | Sean Callanan | 1 | -8/+14 |
2011-09-06 | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 1 | -3/+0 |
2011-08-23 | Added support for persistent types to the | Sean Callanan | 1 | -13/+23 |
2011-08-12 | *Some more optimizations in usage of ConstString | Enrico Granata | 1 | -1/+2 |
2011-08-02 | Fixed a bug where a variable could not be formatted in a summary if its datat... | Enrico Granata | 1 | -0/+3 |
2011-07-22 | when typing a summary string you can use the %S symbol to explicitly indicate... | Enrico Granata | 1 | -0/+1 |
2011-07-20 | Added KDP resume, suspend, set/remove breakpoint, and kernel version support. | Greg Clayton | 1 | -6/+12 |
2011-07-19 | Patch by Matt Johnson to silence G++ warnings! | Johnny Chen | 1 | -8/+8 |
2011-07-16 | Some descriptive text for the Python script feature: | Enrico Granata | 1 | -1/+2 |