summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Stream.cpp
AgeCommit message (Expand)Author
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-13Remove a couple of Stream flagsPavel Labath
2016-11-08Rewrite OutputFormattedHelpText in terms of StringRef.Zachary Turner
2016-10-06Convert UniqueCStringMap to use StringRef.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-07-22Make stream::operator<< take "const" void *Pavel Labath
2014-07-01Fix typos.Bruce Mitchener
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-02-27Include stddef.h for ptrdiff_t, GCC 4.6 doesn't include it implicitly.Benjamin Kramer
2012-01-31Comments edited to better reflect what the function really doesEnrico Granata
2011-11-28Fixed an issue in the DWARFLocationList::Dump() function where default Greg Clayton
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-07-02Added a method to get a stream's byte order.Sean Callanan
2010-06-09Add missing includes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner