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