summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Stream.cpp
AgeCommit message (Expand)Author
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir0102
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-15[lldb] Don't rely on wrapping in PutRawBytes/PutBytesAsRawHex8Jonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
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-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-02-24[lldb/Utility] Fix unspecified behavior.Jonas Devlieghere
2020-02-11[lldb][NFC] Remove Stream::Indent(const char *) overload in favor of the Stri...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann
2019-12-04[lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath
2019-12-02[lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann
2019-11-26[lldb] remove unsigned Stream::operator<< overloadsPavel Labath
2019-05-23[Utility] Modernize C-style catsJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-12Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13[NFC] Small code cleanups in utility.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-09-12Remove manual byte counting from internal Stream methods.Raphael Isemann
2018-08-03Replace LLDB's LEB128 implementation with the one from LLVMRaphael Isemann
2018-08-03Add raw_ostream wrapper to the Stream classRaphael Isemann
2018-08-01Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann
2018-08-01Don't ignore byte_order in Stream::PutMaxHex64Raphael Isemann
2018-07-31Remove Stream::UnitTestRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-02-16Finish breaking the dependency from Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner