History log of /external/lldb/include/lldb/Core/StreamFile.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36da2aa6dc5ad9994b638ed09eb81c44cc05540b 25-Jan-2013 Greg Clayton <gclayton@apple.com> <rdar://problem/13069948>

Major fixed to allow reading files that are over 4GB. The main problems were that the DataExtractor was using 32 bit offsets as a data cursor, and since we mmap all of our object files we could run into cases where if we had a very large core file that was over 4GB, we were running into the 4GB boundary.

So I defined a new "lldb::offset_t" which should be used for all file offsets.

After making this change, I enabled warnings for data loss and for enexpected implicit conversions temporarily and found a ton of things that I fixed.

Any functions that take an index internally, should use "size_t" for any indexes and also should return "size_t" for any sizes of collections.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173463 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
5892856b0cd6591194c669afab5bf9ac19c5b3a0 09-Feb-2011 Greg Clayton <gclayton@apple.com> Use Host::File in lldb_private::StreamFile and other places to cleanup host
layer a bit more.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@125149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
8dd8c54c88325993e5cdd60192e33f5adb2279c2 05-Feb-2011 Greg Clayton <gclayton@apple.com> Fixup on setlinebuf() patch to make it work.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124944 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
b8fa5686ad2f92ee4b027c6a6fef79c7fde4ea90 05-Feb-2011 Greg Clayton <gclayton@apple.com> Configuration support for setlinebuf support from Kirk Beitz.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124943 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
bdcb6abaa287df2c5f312c51d993c1d0b0cb120c 26-Jan-2011 Greg Clayton <gclayton@apple.com> Enabled extra warnings and fixed a bunch of small issues.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
d1eb73fc5aeab5bb9ab79a84780be83eba12a6ce 24-Jan-2011 Jim Ingham <jingham@apple.com> Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output.

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124107 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
ab7b39c679528fa2574430ec8035ee83d664acb8 17-Sep-2010 Greg Clayton <gclayton@apple.com> We now have SBStream that mirrors the generic stream classes we
use inside lldb (lldb_private::StreamFile, and lldb_private::StreamString).



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114188 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h
24943d2ee8bfaa7cf5893e4709143924157a5c1e 08-Jun-2010 Chris Lattner <sabre@nondot.org> Initial checkin of lldb code from internal Apple repo.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105619 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Core/StreamFile.h