summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-2/+16
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+1
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-33/+28
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+19
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-2/+24
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-30/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-12/+12
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-158/+113
* First pass at LLDBRPC.frameworkGreg Clayton2015-12-151-0/+7
* Add null pointer checks to some SBStream functions.Zachary Turner2015-01-141-0/+6
* (no commit message)Greg Clayton2014-07-301-0/+2
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-1/+1
* Return 0 for the size_t return type.Bill Wendling2012-04-031-1/+1
* Work in progress for:Johnny Chen2011-12-201-0/+2
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-1/+8
* Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen2010-12-111-1/+1
* We now have SBStream that mirrors the generic stream classes we Greg Clayton2010-09-171-0/+178
OpenPOWER on IntegriCloud