summaryrefslogtreecommitdiff
path: root/lldb/source/Core/StreamFile.cpp
AgeCommit message (Expand)Author
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas 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-11-13[LLDB] Remove dead code from StreamFileJonas Devlieghere
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-23File::SetDescriptor() should require optionsJonas 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-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-08-02Add byte counting mechanism to LLDB's Stream class.Raphael Isemann
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-20Support for truncate/append on log filesPavel Labath
2015-02-05Avoid leaking log file descriptors into the inferior process.Pavel Labath
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2011-02-08A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside ofGreg Clayton
2011-02-08Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton
2011-02-05Fixup on setlinebuf() patch to make it work.Greg Clayton
2011-02-05Configuration support for setlinebuf support from Kirk Beitz.Greg Clayton
2011-01-24Add a method to StreamFile to line buffer the file. Use that in "log enable...Jim Ingham
2010-09-17We now have SBStream that mirrors the generic stream classes we Greg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-09Add missing includes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner