summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 Greg Clayton2014-03-251-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+6
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-7/+3
* One more time. Multi-line expressions when there is no valid expression that ...Greg Clayton2014-03-131-1/+1
* Fixed crasher when “expr” was NULL due to no characters following the ter...Greg Clayton2014-03-131-1/+1
* Allow a multi-line expression to follow expression commands with options when...Greg Clayton2014-03-131-19/+32
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-0/+1
* When a multiline expression produces output, the multi-line help message is p...Greg Clayton2014-02-111-12/+7
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-107/+63
* The default timeout for EvaluateExpressionOptions is not 0, so if no timeout ...Jim Ingham2014-01-171-0/+2
* This patch does a couple of things. Jim Ingham2013-11-071-7/+7
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-2/+13
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/14393032>Enrico Granata2013-09-301-4/+25
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* Send a stop event when an expression stops at a breakpointSean Callanan2013-07-301-30/+1
* For "expr", say what the timeout units are in the help string.Jim Ingham2013-05-291-1/+1
* Fix the help for unwind-on-error, it no longer controls what happens when an ...Jim Ingham2013-04-091-1/+1
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-21/+1
* <rdar://problem/13365424>Enrico Granata2013-03-251-16/+17
* <rdar://problem/12890171>Enrico Granata2013-01-291-1/+3
* Make sure that multi-line expressions don't create a default target. We recen...Greg Clayton2013-01-261-4/+9
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-4/+30
* <rdar://problem/12790664>Enrico Granata2013-01-141-0/+3
* <rdar://problem/12028723>Enrico Granata2013-01-091-56/+17
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-5/+5
* Option changes:Enrico Granata2012-12-121-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Add text to the help to explain how to set user defined variables.Jim Ingham2012-10-251-1/+9
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-5/+40
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-6/+8
* LLDB no longer prints <no result> by default ifSean Callanan2012-08-091-5/+5
* <rdar://problem/11505459> Stripping off the object's type from the output of ...Enrico Granata2012-08-091-1/+2
* Added a 'void' format so that the user can manuallySean Callanan2012-08-081-29/+36
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-17/+6
* Fixing an issue where saying 'po foo' made both the summary and the descripti...Enrico Granata2012-03-281-2/+3
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-14/+15
* There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton2012-01-271-6/+4
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-1/+2
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+1
* Added a function to the Host that gets a dummy targetSean Callanan2011-10-271-0/+4
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-4/+4
OpenPOWER on IntegriCloud