Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-dd-dev] DSF Memory Service?

Hi,

The memory service is for handling the interface with the back-end. You also need to hook it to the platform by implementing the IMemoryBlockRetrievalExtension and IMemoryBlockExtension.

See the following (excellent ) arfticle: http://www.eclipse.org/articles/article.php?file=Article-MemoryView/index.html

You can also have a look at the GDB-MI reference implementation. Look at the following classes:

- DsfMemoryBlockRetrieval
- DsfMemoryBlock
- IMemory
- MIMemory

BR,
/fc


Back to the top