summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/LLVMUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-291-1/+0
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-0/+1
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-281-1/+0
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-3/+3
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-34/+53
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-011-1/+1
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-051-8/+4
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-5/+15
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-3/+7
* Create an expression parser for Go.Ryan Brown2015-11-021-0/+353
OpenPOWER on IntegriCloud