summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataEncoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed ↵Greg Clayton2013-03-211-26/+0
| | | | | | DataExtractor::BytesLeft() to return the correct value. llvm-svn: 177616
* Forgot to write out the NULL terminator when putting C string value intoGreg Clayton2011-09-011-1/+1
| | | | | | | | a data using DataEncoder. Added DataEncoder to the lldb-forward.h file. llvm-svn: 138950
* Added a DataEncoder class for the new IR evaluation expression parser so itGreg Clayton2011-09-011-0/+361
can reserve a block of memory and store stuff into it. llvm-svn: 138949
OpenPOWER on IntegriCloud