Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: Debug API Proposals

Hello  Mikhail,

+1

We currently working on implementing a simulator written in java to interact 
with the CDT UI through the CDI interface. Extra documentation and a cleaner 
interface would be welcome.
 
Adam Finucane		  

HI-TECH Software


On Wednesday 30 March 2005 02:59, cdt-dev-request@xxxxxxxxxxx wrote:
> From: "Mikhail Khodjaiants" <mikhailk@xxxxxxx>
> Subject: [cdt-dev] Debug API Proposals
> To: <cdt-debug-dev@xxxxxxxxxxx>, <cdt-dev@xxxxxxxxxxx>
> Message-ID: <025a01c533cf$3af94a30$c8010c0a@NTW011>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> Based on the discussions at the EclipseCon and various conference calls we
> are proposing the following changes in the CDT Debug API.
>
> 1. Make the CDT extension of the platform Debug API "public".
> The API is designed to support the CDT debugger UI. The language
> independent part of UI (and the corresponding API) has been gradually
> covered by the platform - Registers view, Memory view, Source Lookup
> framework, etc. Some of the current CDT UI components - Disassembly and
> Modules view, as well as some language-independent actions can be
> contributed to the platform in the future. The API has always been located
> in the "public" packages - org.eclipse.cdt.debug.core,
> org.eclipse.cdt.debug.core.model and
> org.eclipse.cdt.debug.core.sourcelookup, but has never been "advertised".
> If the community expresses an interest in these proposals, we need to clean
> it up and provide the complete java docs for it.
>
> 2. If the API is approved by the community, the next steps would be
> a. refactoring of the C/C++-specific parts
> b. extraction of the public abstract (CDI-independent) implementations of
> the debug model elements.
>
> 3. The current implementation of the proposed API is based on CDI, so the
> CDI interface is supported and we are planning to support and enhance it in
> the future.
>
> Comments, suggestions?
>
> Mikhail Khodjaiants
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://eclipse.org/pipermail/cdt-dev/attachments/20050328/b4b18c75/attachme
>nt-0001.html





Back to the top