summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/LLVMUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+2
* Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not Jason Molenda2017-03-211-0/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-7/+7
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-287/+283
* [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