Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::Bytes...
authorGreg Clayton <gclayton@apple.com>
Thu, 21 Mar 2013 00:29:45 +0000 (00:29 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 21 Mar 2013 00:29:45 +0000 (00:29 +0000)
commitbd180cb623b7e7b97c9179319b7562e3faa32fbc
tree5c14ca6d9ab743f9576a6f8ad84087510fa2348e
parentc25e21c10ef857d034f1be4a5c16898e08f7c5a7
Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value.

llvm-svn: 177616
lldb/include/lldb/Core/DataEncoder.h
lldb/include/lldb/Core/DataExtractor.h
lldb/source/Core/DataEncoder.cpp