summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-121-1/+18
* Fixed multiline expressions, and removed some dead code.Sean Callanan2016-05-091-18/+11
* Add a --element-count option to the expression commandEnrico Granata2016-04-251-0/+23
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-1/+28
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-281-0/+9
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+21
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-52/+39
* Added support to the expression command for dropping into the REPL at will.Sean Callanan2015-10-201-1/+66
* Decide on the expression language inside UserExpressionDawn Perchik2015-10-071-10/+1
* Fix minor typos in comments.Bruce Mitchener2015-10-071-1/+1
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-0/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-3/+2
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-5/+8
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+0
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-1/+2
* Specify a language to use when parsing expressions.Dawn Perchik2015-07-251-7/+14
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-29/+33
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-1/+1
* Fix handling of backslashes in Args parsingPavel Labath2015-03-021-1/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-2/+2
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-1/+1
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-0/+4
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-6/+6
* Document the "thread.completed-expression" feature in the "expression" comman...Jim Ingham2014-07-081-0/+9
* Fix broken tests due to new error output.Todd Fiala2014-07-081-6/+6
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-6/+6
* 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
OpenPOWER on IntegriCloud