summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBStream.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex 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
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-05-20[lldb/Reproducers] Make SBStream::Print an API instead of a SWIG extensionJonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-15remove FILE* usage from SBStream.iLawrence D'Anna
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-12-15First pass at LLDBRPC.frameworkGreg Clayton
2015-01-14Add null pointer checks to some SBStream functions.Zachary Turner
2014-07-30(no commit message)Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2012-04-03Return 0 for the size_t return type.Bill Wendling
2011-12-20Work in progress for:Johnny Chen
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2010-12-11Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen
2010-09-17We now have SBStream that mirrors the generic stream classes we Greg Clayton