Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed ↵ | Greg Clayton | 2013-03-21 | 1 | -26/+0 |
| | | | | | | DataExtractor::BytesLeft() to return the correct value. llvm-svn: 177616 | ||||
* | Forgot to write out the NULL terminator when putting C string value into | Greg Clayton | 2011-09-01 | 1 | -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 it | Greg Clayton | 2011-09-01 | 1 | -0/+361 |
can reserve a block of memory and store stuff into it. llvm-svn: 138949 |