Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -198/+150 |
* | Remove unnecessary <limits> includes. | Jim Ingham | 2016-03-15 | 1 | -1/+0 |
* | Let's not convert from UINT32_MAX to the std::numeric_limits version. | Jim Ingham | 2016-03-12 | 1 | -7/+7 |
* | Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o... | Eugene Zelenko | 2016-03-02 | 1 | -36/+37 |
* | Make lldb::endian::InlHostByteOrder() private. | Bruce Mitchener | 2015-11-07 | 1 | -5/+5 |
* | Fixed a ton of gcc compile warnings | Vince Harron | 2015-05-13 | 1 | -7/+7 |
* | Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtracto... | Greg Clayton | 2013-03-21 | 1 | -26/+0 |
* | Forgot to write out the NULL terminator when putting C string value into | Greg Clayton | 2011-09-01 | 1 | -1/+1 |
* | Added a DataEncoder class for the new IR evaluation expression parser so it | Greg Clayton | 2011-09-01 | 1 | -0/+361 |