summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/Materializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-14/+14
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-14/+14
* Simplified the code that materializes a variable,Sean Callanan2013-10-221-9/+3
* Fixed a bug in the Materializer where we sent theSean Callanan2013-10-091-1/+1
* Modified the expression parser to only try toSean Callanan2013-07-121-0/+13
* Huge change to clean up types.Greg Clayton2013-07-111-68/+116
* Fixed a problem with materialization andSean Callanan2013-06-201-1/+6
* Fix various build warnings.Matt Kopec2013-06-031-15/+15
* Fixed a bug where persistent variables did notSean Callanan2013-05-221-0/+4
* <rdar://problem/13893094>Greg Clayton2013-05-171-76/+42
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-2/+2
* Fixed the expression parser's handling of resultSean Callanan2013-04-201-15/+40
* Fixed two problems when reading constant/registerSean Callanan2013-04-191-1/+1
* This commit changes the way LLDB executes userSean Callanan2013-04-181-20/+252
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-50/+122
* Added logging to each entity in the MaterializerSean Callanan2013-04-151-1/+211
* Added support for registers to the Materializer.Sean Callanan2013-04-151-0/+113
* Audited the existing Materializer code to ensureSean Callanan2013-04-151-4/+27
* Added symbol materialization support to the newSean Callanan2013-04-131-0/+31
* Now that ValueObjects permit writing, made theSean Callanan2013-04-131-1/+23
* Implemented materialization and dematerializationSean Callanan2013-04-121-3/+156
* Replicated the materialization logic for persistentSean Callanan2013-04-121-12/+242
* Hand over the job of laying out the argument structureSean Callanan2013-04-111-12/+4
* Added a Materializer class that containsSean Callanan2013-04-111-0/+275
OpenPOWER on IntegriCloud