Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d0ed6c249dbd6bd488b6491b536a387548c00f7e
/
lldb
/
source
/
Utility
/
StringExtractor.cpp
a85e6b6
Fix a few more clang (3.2) warnings on Linux:
by Daniel Malea
· 13 years ago
3852b3e
<rdar://problem/12398225>
by Greg Clayton
· 13 years ago
7b70be3
Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma).
by Greg Clayton
· 14 years ago
7870917
Add a missing header
by Stephen Wilson
· 15 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
7133762
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
by Greg Clayton
· 15 years ago
de9d049
Modified the stop reply packet to be able to send the thread name using the
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
1e89cd8
Avoid tolower, it's slow and unnecessary.
by Benjamin Kramer
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago