summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/DataBufferLLVM.cpp
AgeCommit message (Expand)Author
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner