Bug 172224 - Traditional Memory Rendering: incorrectly calculate the cell addresses
Summary: Traditional Memory Rendering: incorrectly calculate the cell addresses
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 6.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 15:03 EST by Alain Lee CLA
Modified: 2020-09-04 15:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Lee CLA 2007-01-30 15:03:53 EST
Through out the code, it uses either "getAddressesPerColumn()" or "getBytesPerColumn() / fRendering.getAddressableSize()" to calculate the cell address. Cell addresses should not depend on addressable size. Currently, this does not cause any issue as CMemoryBlockExtension always return 1 as the addressable size. However, the code should use get getBytesPerColumn() to calculate cell addresses. The method getAddressesPerColumn() should be remove to avoid confusion.
Comment 1 James Blackburn CLA 2011-03-17 14:02:09 EDT
Traditional Memory Rendering now lives in CDT -> moving bugs