Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Tapping into the Memory View

I believe that article is general to the platform.  The Memory View is provided by platform and filled in by CDT.
It is used differently by DSF, but it is used nonetheless.
You can have a look at how DSF uses the MemoryView, by looking at classes like:

IMemoryBlock and its DSF extension
IMemoryBlockRetrieval and its DSF extension

Marc


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Antony Burton
Sent: Tuesday, April 08, 2014 11:39 AM
To: CDT General developers list.
Subject: [cdt-dev] Tapping into the Memory View

Hi,
  I have created a plug-in which extends DSF-GDB and created a custom launch delegate. I use this to send commands to a custom GDBServer such as ones to upload the executable to the target, set thread dependant breakpoints etc. Now I would like to display memory while the target is running and periodically update it.

 I found the eclipse article " Inside the Memory View: A Guide for Debug Providers" (link<http://www.eclipse.org/articles/article.php?file=Article-MemoryView/index.html>). This is just what I want but it seems this is written for a CDI debugger. Could someone please explain how I could adapt this example for DSF?

Thanks,

Antony




Back to the top