summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRMemoryMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.Sean Callanan2016-06-091-0/+7
* Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.Sean Callanan2016-06-091-8/+109
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Update for llvm change. NFC.Rafael Espindola2016-01-181-1/+1
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-5/+16
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-0/+26
* Dont' use a random probe & alloc strategy for the IRMemoryMap.Zachary Turner2014-07-091-30/+8
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-89/+87
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+6
* Fix silly compilation error.Zachary Turner2014-06-251-2/+2
* Fix a bug in the IRMemoryMap which generated bogus allocations.Zachary Turner2014-06-251-16/+31
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-1/+1
* Hardened against reads in the IRMemoryMap thatSean Callanan2014-03-041-0/+14
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-3/+3
* Initialize m_leak member variable.Michael Sartain2013-08-061-8/+8
* Remove the process's reservation cache and don'tSean Callanan2013-06-271-24/+2
* Fixed a problem in the expression parser thatSean Callanan2013-06-171-4/+4
* Fixed printf build warning.Greg Clayton2013-06-041-1/+1
* Fix various build warnings.Matt Kopec2013-06-031-6/+6
* Fixed a bug where persistent variables did notSean Callanan2013-05-221-1/+23
* Added a per-process cache for reserved memorySean Callanan2013-05-161-15/+28
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+1
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-5/+26
* Change Malloc to request an aligned memory size.Matt Kopec2013-04-261-4/+10
* 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