hanchenye-llvm-project/lldb/examples
Greg Clayton c7bece56fa <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.

llvm-svn: 173463
2013-01-25 18:06:21 +00:00
..
customization
darwin/heap_find <rdar://problem/13011717> 2013-01-19 00:35:24 +00:00
interposing/darwin/fd_interposing
lookup
plugins/commands Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
python <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
scripting
summaries Replacing reference to radar number with svn revision 2013-01-16 19:41:57 +00:00
synthetic <rdar://problem/12239827> 2013-01-12 01:22:57 +00:00
test Modified .lldb-loggings now to direct the lldb log files to the same session directory which also houses the test logs. 2012-08-22 20:25:33 +00:00