History log of /external/lldb/source/Core/DataEncoder.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4bc40781466dd9d2de0d51fec5feb342ea45e87f 21-Mar-2013 Greg Clayton <gclayton@apple.com> Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@177616 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/DataEncoder.cpp
97b8f66b4f4d1b47c94155b1a9917d9652a8acea 01-Sep-2011 Greg Clayton <gclayton@apple.com> Forgot to write out the NULL terminator when putting C string value into
a data using DataEncoder.

Added DataEncoder to the lldb-forward.h file.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@138950 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/DataEncoder.cpp
d84cc042a09c9aa7f89f8b032ba3a346a25d9447 01-Sep-2011 Greg Clayton <gclayton@apple.com> Added a DataEncoder class for the new IR evaluation expression parser so it
can reserve a block of memory and store stuff into it.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@138949 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/DataEncoder.cpp