This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-21 03:50:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0b0b512fd6eaa15626d0b1caad24ae66a79e8408
llvm
/
lldb
/
include
History
Greg Clayton
0b0b512fd6
OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes.
...
llvm-svn: 162921
2012-08-30 18:15:10 +00:00
..
lldb
OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes.
2012-08-30 18:15:10 +00:00
Makefile
…