summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataBufferMemoryMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-219/+179
* Adopt mmap flags that allow mmap'ed memory to be less crash prone.Greg Clayton2016-05-201-2/+25
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-031-18/+21
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-3/+6
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-2/+2
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-43/+38
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-3/+3
* On Windows MapViewOfFile requires the offset to be aligned on the system dwAl...Carlo Kok2013-09-261-8/+28
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+45
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* <rdar://problem/13421412>Greg Clayton2013-03-141-7/+7
* Removed debug print line I left in.Greg Clayton2013-02-061-2/+0
* <rdar://problem/13159777> Greg Clayton2013-02-061-1/+35
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+3
* Add an Error string specifically for when we hit an ENOMEM whenJason Molenda2012-04-261-0/+4
* Since clang modifies .o files in place, use MAP_PRIVATE as it seemsGreg Clayton2012-01-101-1/+1
* <rdar://problem/10647191>Greg Clayton2012-01-061-15/+7
* Switch to using the S_ISDIR and S_ISREG sys/stat.h macros inJason Molenda2011-07-081-1/+1
* Add missing headers.Stephen Wilson2011-04-081-0/+1
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-20/+33
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-5/+9
* A few more minor fixes.Eli Friedman2010-06-091-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+214
OpenPOWER on IntegriCloud