summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/UserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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