summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataEncoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-7/+7
| | | | | | | | | | Removed some unused variables, added some consts, changed some casts to const_cast. I don't think any of these changes are very controversial. Differential Revision: http://reviews.llvm.org/D9674 llvm-svn: 237218
* 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