hanchenye-llvm-project/lldb/source/Utility
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 API fix and missing headers. 2011-05-19 23:07:19 +00:00
ARM_DWARF_Registers.h rdar://problem/10652076 2012-02-29 01:07:59 +00:00
ARM_GCC_Registers.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile
PseudoTerminal.cpp Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. 2011-02-09 17:41:27 +00:00
RefCounter.cpp fixing missing RefCounter class 2011-07-13 00:00:57 +00:00
SharingPtr.cpp Added a ModuleList::Destroy() method which will reclaim the std::vector 2012-01-27 18:45:39 +00:00
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 Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
StringExtractorGDBRemote.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00