summaryrefslogtreecommitdiff
path: root/lldb/source/Core/StreamAsynchronousIO.cpp
AgeCommit message (Expand)Author
2025-02-19[lldb] Gardening in StreamAsynchronousIO (NFC) (#127717)Jonas Devlieghere
2022-04-12[lldb] Print diagnostic prefixes (error, warning) in colorJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-08-02Add byte counting mechanism to LLDB's Stream class.Raphael Isemann
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-28Fix warnings detected by -Wpessimizing-movePavel Labath
2015-05-27Improve LLDB prompt handlingPavel Labath
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-05-02This patch captures and serializes all output being written by theCaroline Tice