“Inside the Memory View: A Guide for Debug Providers” by Samantha Chan has been published. This article discusses—oddly enough—how to use and extend the Memory View. The abstract states:
There are many programming languages that allow access and discrete control of system memory. If you are a debug provider for one of these languages, then you probably have a requirement to provide support for debug-time memory inspection and manipulation. The Eclipse debug framework provides a Memory View, along with an extensible framework to simplify and standardize this task. This article introduces the Memory View and describes how to add your own customized memory support.