Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] memory space DSF service

OK. I've opened

   https://bugs.eclipse.org/bugs/show_bug.cgi?id=327484

with my first draft of the interface. I would appreciate if those that expressed interest could review and comment on any additional memory space attributes they need.

John


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of John Cortell
Sent: Friday, October 08, 2010 11:47 AM
To: CDT General developers list.
Subject: [cdt-dev] memory space DSF service

I wanted to poll the CDT debugger community to see whether others
have a need for a DSF service that provides information on a memory
space. In 7.0, I added to DSF the ability to gather the available
spaces from a memory context (see IMemorySpaceDMContext). Currently,
this is used by the memory views.

In our commercial product, we need to go further and get information
on a space, e.g., is it code or data, what's its range, what is the
addressable size of the memory. Now, there are no features currently
in CDT that would use such a service, but I suspect many of you are
dealing with targets that have memory spaces and either have
home-grown variants or will eventually need such a service. Please
speak up if so. If there's enough interest, I'll open a bugzilla
report to add the interface and we can hammer out the specifics there.

John





Back to the top