summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/IRMemoryMap.cpp
AgeCommit message (Expand)Author
2013-06-17Fixed a problem in the expression parser thatSean Callanan
2013-06-04Fixed printf build warning.Greg Clayton
2013-06-03Fix various build warnings.Matt Kopec
2013-05-22Fixed a bug where persistent variables did notSean Callanan
2013-05-16Added a per-process cache for reserved memorySean Callanan
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham
2013-04-27Performance optimizations to ClangUserExpression,Sean Callanan
2013-04-26Change Malloc to request an aligned memory size.Matt Kopec
2013-04-19Simplified the management of the data buffer forSean Callanan
2013-04-19Reverted 179810, which breaks the expressionSean Callanan
2013-04-19Made IRMemoryMap::FindSpace a little cleverer,Sean Callanan
2013-04-18Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64...Greg Clayton
2013-04-18This commit changes the way LLDB executes userSean Callanan
2013-04-18Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std:...Greg Clayton
2013-04-17Updated the IRInterpreter to work with anSean Callanan
2013-04-16Flipped the big switch: LLDB now uses the new Sean Callanan
2013-04-15Added logging to each entity in the MaterializerSean Callanan
2013-04-15Fixed a few bugs in IRMemoryMap:Sean Callanan
2013-04-15Audited the existing Materializer code to ensureSean Callanan
2013-04-13Now that ValueObjects permit writing, made theSean Callanan
2013-04-12Implemented materialization and dematerializationSean Callanan
2013-04-12Replicated the materialization logic for persistentSean Callanan
2013-04-05Factored out memory access into the target processSean Callanan