aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-550/+513
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-10/+17
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-11/+14
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-13/+12
2016-06-28fixits are apparently called fix-its.Jim Ingham1-2/+2
2016-05-12[LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin1-1/+18
2016-05-09Fixed multiline expressions, and removed some dead code.Sean Callanan1-18/+11
2016-04-25Add a --element-count option to the expression commandEnrico Granata1-0/+23
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham1-1/+28
2016-03-28Expose top-level Clang expressions via the command line and the API.Sean Callanan1-0/+9
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham1-0/+21
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-52/+39
2015-10-20Added support to the expression command for dropping into the REPL at will.Sean Callanan1-1/+66
2015-10-07Decide on the expression language inside UserExpressionDawn Perchik1-10/+1
2015-10-07Fix minor typos in comments.Bruce Mitchener1-1/+1
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata1-0/+1
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham1-3/+2
2015-09-04Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik1-5/+8
2015-09-03Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham1-1/+0
2015-09-03Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan1-1/+1
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan1-1/+1
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham1-1/+2
2015-07-25Specify a language to use when parsing expressions.Dawn Perchik1-7/+14
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-29/+33
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-1/+1
2015-03-02Fix handling of backslashes in Args parsingPavel Labath1-1/+1
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-2/+2
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham1-1/+1
2014-11-17Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone1-0/+4
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-6/+6
2014-07-08Document the "thread.completed-expression" feature in the "expression" comman...Jim Ingham1-0/+9
2014-07-08Fix broken tests due to new error output.Todd Fiala1-6/+6
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-6/+6
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool1-1/+2
2014-03-25A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 Greg Clayton1-1/+1
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton1-0/+6
2014-03-22Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison1-7/+3
2014-03-13One more time. Multi-line expressions when there is no valid expression that ...Greg Clayton1-1/+1
2014-03-13Fixed crasher when “expr” was NULL due to no characters following the ter...Greg Clayton1-1/+1
2014-03-13Allow a multi-line expression to follow expression commands with options when...Greg Clayton1-19/+32
2014-03-07Allow line numbers to be shown in multi-line expressions.Greg Clayton1-0/+1
2014-02-11When a multiline expression produces output, the multi-line help message is p...Greg Clayton1-12/+7
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-107/+63
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