summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-4/+3
* [lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...Raphael Isemann2019-12-061-10/+9
* [LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...shafik2019-12-051-11/+21
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-101-19/+18
* [Utility] Modernize C-style catsJonas Devlieghere2019-05-231-32/+42
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-52/+0
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-16/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-10/+10
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-18/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-132/+118
* Fix dumping of characters with non-standard sizesPetr Pavlu2017-10-111-72/+39
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-9/+16
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-0/+1238
OpenPOWER on IntegriCloud