summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/UserExpression.cpp
AgeCommit message (Expand)Author
2018-10-18Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev
2018-10-16Return a named error in the result object of an expression with no resultJim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-08Convert some Expression parser functions to StringRef.Zachary Turner
2016-11-07UserExpression::Evaluate only returns a non-empty ValueObjectSPJim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-12Breakpoint conditions were making result variables, which they should not do. Jim Ingham
2016-04-06If the fixed expression doesn't parse, don't tell the user about it.Jim Ingham
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham
2016-03-28Don't try to actually run code when the expression is top-level.Sean Callanan
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2016-03-21Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-11-03Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham
2015-11-02Create an expression parser for Go.Ryan Brown
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-10-07Decide on the expression language inside UserExpressionDawn Perchik
2015-10-03Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham