Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Utility
/
Stream.cpp
65e5e278
[NFC] Small code cleanups in utility.
by Jonas Devlieghere
· 7 years ago
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
cad7a46
Remove manual byte counting from internal Stream methods.
by Raphael Isemann
· 7 years ago
79e9921
Replace LLDB's LEB128 implementation with the one from LLVM
by Raphael Isemann
· 7 years ago
286ac07
Add raw_ostream wrapper to the Stream class
by Raphael Isemann
· 7 years ago
f4590de
Fix out-of-bounds read in Stream::PutCStringAsRawHex8
by Raphael Isemann
· 7 years ago
0bb8d83
Don't ignore byte_order in Stream::PutMaxHex64
by Raphael Isemann
· 7 years ago
56bf356
Remove Stream::UnitTest
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
4479ac1
iwyu fixes on lldbUtility.
by Zachary Turner
· 8 years ago
24ae629
Finish breaking the dependency from Utility.
by Zachary Turner
· 9 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
[Renamed (99%) from lldb/source/Core/Stream.cpp]
0cfd7dc9
Remove a couple of Stream flags
by Pavel Labath
· 9 years ago
0ac5f98
Rewrite OutputFormattedHelpText in terms of StringRef.
by Zachary Turner
· 9 years ago
4fa098a
Convert UniqueCStringMap to use StringRef.
by Zachary Turner
· 9 years ago
a449698
Convert CommandObject constructors to StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
f343968f
Delete Host/windows/win32.h
by Zachary Turner
· 9 years ago
9ccb970
Make lldb::endian::InlHostByteOrder() private.
by Bruce Mitchener
· 10 years ago
c2f33f6
Make stream::operator<< take "const" void *
by Pavel Labath
· 10 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
99fbc07
Fix Windows build using portable types for formatting the log outputs
by Deepak Panickal
· 12 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
581a691
Include stddef.h for ptrdiff_t, GCC 4.6 doesn't include it implicitly.
by Benjamin Kramer
· 14 years ago
7b59f75
Comments edited to better reflect what the function really does
by Enrico Granata
· 14 years ago
1abfe04
Fixed an issue in the DWARFLocationList::Dump() function where default
by Greg Clayton
· 14 years ago
51b1e2d
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
7fb56d0
Endian patch from Kirk Beitz that allows better cross platform building.
by Greg Clayton
· 15 years ago
73b472d
Updated the lldb_private::Flags class to have better method names and made
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
609f8c5
Added a method to get a stream's byte order.
by Sean Callanan
· 15 years ago
8896697
Add missing includes.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago