Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Memory view reads before base address

Hi,

The Memory view reads a bunch of bytes before the specified base address. This is bad for some kind of embedded systems and core dumps where you have many small non-consecutive memory snapshots.

The only way to make the Memory view work on such systems is to choose "Table Rendering Preferences..." in the Memory view's menu and deselect "Automatically load next page of memory when scrolled to end of buffer". After that the Memory view respects the base address and does not try to read a bunch of bytes before it. However, in this mode, you can not scroll down and automatically fetch more memory, which still can be useful.

Would it be possible if the Memory view was changed so that it always respects the base address? This would make it much more useful.

Should I file a bug report on this?


Regards,
Stefan


--
---------------------------------
Stefan Bylund
Senior Software Engineer
Enea
Skalholtsgatan 9,
Box 1033, SE-164 21 Kista, Sweden
Direct: +46 8 50 71 43 25
Mobile: +46 709 71 43 25
stefan.bylund@xxxxxxxx
www.enea.com
---------------------------------
Enea - Embedded for Leaders
---------------------------------



Back to the top