summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+14
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Add parens to force the order of operations in an expression tryingJason Molenda2019-03-091-1/+1
* Move RangeMap.h into UtilityPavel Labath2019-03-061-2/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-5/+5
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-18/+18
* Rename Error -> Status.Zachary Turner2017-05-121-3/+4
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fixed errors in AllocatedBlock:Greg Clayton2017-02-221-4/+9
* Fix build bots.Greg Clayton2017-02-091-2/+2
* Fixed an issue where AllocatedBlock::ReserveRange does a linear search throug...Greg Clayton2017-02-091-110/+45
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-27/+19
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-460/+405
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-22/+18
* Fixed MemoryCache L1 cache flushMarianne Mailhot-Sarrasin2016-03-111-1/+5
* Fix the L1 cache search in MemoryCache::Read to use the Jason Molenda2015-12-121-17/+9
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-36/+103
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-103/+36
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-36/+103
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-161-5/+11
* Add a new target.process.memory-cache-line-size to change the size ofJason Molenda2014-09-031-1/+2
* Fix a thinko in the memory allocator that was causing us to strand an allocat...Jim Ingham2014-08-081-7/+9
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-061-0/+13
* Remove %zx in printf (only GCC supports it, not MSVC).Virgile Bello2014-03-081-3/+4
* <rdar://problem/13892516>Greg Clayton2013-05-211-1/+3
* If the MemoryCache is asked to look up an address that is in an invalidJim Ingham2013-05-081-0/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+6
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+0
* <rdar://problem/11193466>Greg Clayton2012-04-131-10/+21
* For stepping performance I added the ability to outlaw all memory accessesesGreg Clayton2012-02-221-8/+43
* Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton2011-05-171-0/+413
OpenPOWER on IntegriCloud