summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/DataEncoder.cpp
AgeCommit message (Expand)Author
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton
2021-12-07Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton
2021-06-09[lldb] Use C++11 default member initializersJonas 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-11-13[LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere
2019-05-23[Utility] Modernize C-style catsJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-12-13[DataEncoder] Replace buggy versions of write functions.Davide Italiano
2017-12-11Revert "[DataEncoder] Replace buggy versions of write functions."Davide Italiano
2017-12-10[DataEncoder] Replace buggy versions of write functions.Davide Italiano
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner