This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-26 03:56:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a46ec4534d458f9cdb76f213ca3a42690296f21b
llvm
/
lldb
/
source
/
Utility
History
Greg Clayton
7b70be3970
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).
...
llvm-svn: 154239
2012-04-07 00:42:53 +00:00
..
ARM_DWARF_Registers.cpp
…
ARM_DWARF_Registers.h
…
ARM_GCC_Registers.h
…
Makefile
…
PseudoTerminal.cpp
…
RefCounter.cpp
…
SharingPtr.cpp
…
StringExtractor.cpp
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).
2012-04-07 00:42:53 +00:00
StringExtractor.h
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).
2012-04-07 00:42:53 +00:00
StringExtractorGDBRemote.cpp
…
StringExtractorGDBRemote.h
…