summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRMemoryMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplified the management of the data buffer forSean Callanan2013-04-191-35/+50
* Reverted 179810, which breaks the expressionSean Callanan2013-04-191-3/+1
* Made IRMemoryMap::FindSpace a little cleverer,Sean Callanan2013-04-191-40/+82
* Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64...Greg Clayton2013-04-181-1/+3
* This commit changes the way LLDB executes userSean Callanan2013-04-181-0/+3
* Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std:...Greg Clayton2013-04-181-15/+15
* Updated the IRInterpreter to work with anSean Callanan2013-04-171-5/+23
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-4/+2
* Added logging to each entity in the MaterializerSean Callanan2013-04-151-1/+14
* Fixed a few bugs in IRMemoryMap:Sean Callanan2013-04-151-3/+47
* Audited the existing Materializer code to ensureSean Callanan2013-04-151-7/+2
* Now that ValueObjects permit writing, made theSean Callanan2013-04-131-1/+49
* Implemented materialization and dematerializationSean Callanan2013-04-121-0/+9
* Replicated the materialization logic for persistentSean Callanan2013-04-121-1/+124
* Factored out memory access into the target processSean Callanan2013-04-051-0/+410
OpenPOWER on IntegriCloud