summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix a crash in expressions with fixits in the dummy target.Jim Ingham2016-10-171-0/+3
* Clarified the explanation of expr --top-level.Sean Callanan2016-10-111-2/+2
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Fix an issue where LLDB would not accept the --description-verbosity option t...Enrico Granata2016-09-261-1/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-2/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-24/+27
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-9/+5
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-5/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-550/+513
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-10/+17
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-11/+14
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-13/+12
* fixits are apparently called fix-its.Jim Ingham2016-06-281-2/+2
* [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
OpenPOWER on IntegriCloud