summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/UserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-2/+3
* [UserExpression] Clean up `return` after `else`.Davide Italiano2020-01-031-4/+3
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-3/+4
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-20/+21
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [Expression] Remove unused dependencyAlex Langford2019-05-071-1/+1
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-2/+3
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-061-1/+0
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-051-1/+1
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-3/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-181-7/+2
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-161-2/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-15/+13
* UserExpression::Evaluate only returns a non-empty ValueObjectSPJim Ingham2016-11-071-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-332/+301
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-5/+18
* If the fixed expression doesn't parse, don't tell the user about it.Jim Ingham2016-04-061-0/+5
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-8/+56
* Don't try to actually run code when the expression is top-level.Sean Callanan2016-03-281-0/+5
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+1
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-211-0/+5
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-23/+18
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-4/+10
* Create an expression parser for Go.Ryan Brown2015-11-021-322/+9
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-1/+7
* Decide on the expression language inside UserExpressionDawn Perchik2015-10-071-1/+12
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-1/+3
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+2
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2/+1
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-8/+0
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-0/+644
OpenPOWER on IntegriCloud