This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
a5a00e830a
llvm-project
/
lldb
/
source
/
Host
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
..
common
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
freebsd
This patch combines common code from Linux and FreeBSD into
2012-01-05 19:17:38 +00:00
linux
This patch combines common code from Linux and FreeBSD into
2012-01-05 19:17:38 +00:00
macosx
<rdar://problem/11757916>
2012-08-29 21:13:06 +00:00
Makefile
Patch by David Forsythe to build lldb on FreeBSD!
2011-08-02 20:52:42 +00:00