summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRMemoryMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-6/+6
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-30/+34
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song2019-04-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IRMemoryMap] Shrink Allocation and make it move-only (NFC)Vedant Kumar2018-08-081-5/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)Vedant Kumar2018-08-061-5/+1
* [IRMemoryMap] Fix the alignment adjustment in MallocVedant Kumar2018-05-311-6/+12
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-18/+13
* Rename Error -> Status.Zachary Turner2017-05-121-15/+16
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Silence some -Wstring-conversion warningsPavel Labath2017-01-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-751/+681
* 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
OpenPOWER on IntegriCloud