clayborg wrote:

```
0x07fffffcf081828b - 0x07fffffcf0818283 = 8 (from MemoryRanges[0]) and there 
are only 5 bytes in the file's hexdump
```
So the data for MemoryRanges[1] will be off since it will think it starts at:
```
BaseRva + 8 = 0x5c + 8 = 0x00000064
```
And that points to the last 2 bytes of the file. 

https://github.com/llvm/llvm-project/pull/101272
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to