Question about Custom Rendering in Memory View

View: New views
1 Messages — Rating Filter:   Alert me  

Question about Custom Rendering in Memory View

by normankyee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am integrating a custom debugger into Eclipse and I want to add my own custom rendering to a memory view.  I have to provide a label adapter which receives an address and MemoryRenderingElement to render.  The problem is that my custom rendering may need one or more MemoryRenderingElement's/addresses to render the format, depending on the memory contents.  Is this possible in the memory view framework?