summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/Stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-12/+12
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-24/+0
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-021-4/+6
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-24/+0
* [Utility] Modernize C-style catsJonas Devlieghere2019-05-231-16/+16
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-64/+0
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-5/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Small code cleanups in utility.Jonas Devlieghere2018-12-131-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Remove manual byte counting from internal Stream methods.Raphael Isemann2018-09-121-35/+41
* Replace LLDB's LEB128 implementation with the one from LLVMRaphael Isemann2018-08-031-35/+9
* Add raw_ostream wrapper to the Stream classRaphael Isemann2018-08-031-2/+2
* Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann2018-08-011-2/+2
* Don't ignore byte_order in Stream::PutMaxHex64Raphael Isemann2018-08-011-3/+3
* Remove Stream::UnitTestRaphael Isemann2018-07-311-45/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+11
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-4/+4
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-54/+17
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-0/+613
OpenPOWER on IntegriCloud