summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StreamFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-5/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-47/+19
* Support for truncate/append on log filesPavel Labath2015-03-201-0/+7
* Avoid leaking log file descriptors into the inferior process.Pavel Labath2015-02-051-1/+2
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-89/+16
* A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside ofGreg Clayton2011-02-081-0/+2
* Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton2011-02-081-2/+2
* Fixup on setlinebuf() patch to make it work.Greg Clayton2011-02-051-4/+3
* Configuration support for setlinebuf support from Kirk Beitz.Greg Clayton2011-02-051-0/+4
* Add a method to StreamFile to line buffer the file. Use that in "log enable...Jim Ingham2011-01-241-0/+7
* We now have SBStream that mirrors the generic stream classes we Greg Clayton2010-09-171-5/+5
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-10/+10
* Add missing includes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+132
OpenPOWER on IntegriCloud