Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between pages "DSDP/DD" and "Getting Started with DTP"

< DSDP(Difference between pages)
(Technology Sub-Groups)
 
(Requirements)
 
Line 1: Line 1:
Welcome to the '''DSDP-Device Debugging''' Project Wiki. Device Debugging creates new frameworks and extensions to the existing platform debug framework to support the three phases of device software development: hardware bring-up, platform software development, and application software development. The Device Debugging project will build enhanced debug models, APIs, and views to provide greater visibility into and control over device software targets.
+
=Requirements=
 
+
This page describes steps to get started with DTP 0.7 and the 0.9 streams. We assume that you have installed the appropriate version of the Eclipse platform, EMF and GEF as described on the [http://www.eclipse.org/datatools/downloads.html DTP download] page for your specific DTP build.
These pages are meant as an open, collaborative platform for discussions and exchanging ideas. For official information and documents, see the [http://www.eclipse.org/dsdp/dd/ Official DSDP-DD Website].
+
 
+
== DSDP-DD Meeting Notes ==
+
 
+
* [[DSDP/DD/Face-to-face_Toronto_22-Feb-2006|Face-to-Face Meeting 22-Feb-2006]]
+
 
+
See the [http://www.eclipse.org/dsdp/DD DSDP-DD Website] for older meeting minutes and documents.
+
 
+
== Technology Sub-Groups ==
+
 
+
The pages below were created to contain the activity of several small sub-groups created to focus on specific improvements to the Platform around device debugging. See the 22-Feb-2006 meeting notes above for more information.
+
 
+
{| border="1"
+
| '''Technology''' || '''Lead''' || '''Members'''
+
|-
+
| [[DSDP/DD/DebugView|Debug view]] || Paul Gingrich (TI) || TBD
+
|-
+
| [[DSDP/DD/MemoryView|Memory]] || Samantha Chan (IBM)  || Ted Williams (WR), Freescale, AMI
+
|-
+
| [[DSDP/DD/ExpressionsAndVariablesViews|Expressions & Variables]] || Ken Ryall (Nokia) || Ted Williams (WR), Pete Nichols (IBM)
+
|-
+
| [[DSDP/DD/RegistersView|Registers]] || Kirk Beitz (Freescale) || Ted Williams (WR), Pete Nichols (IBM), ATI
+
|-
+
| [[DSDP/DD/BreakpointsView|Breakpoints]] || Ewa Matejska (PalmSource) || Pawel Piech (WR), Mikhail Khodjaiants (QNX), TI, Nokia
+
|-
+
| [[DSDP/DD/ConsoleView|Console - Debug/Serial/Network]] || Aaron Spear (Mentor) || Freescale, AMI, PalmSource
+
|-
+
| [[DSDP/DD/DisassemblyView|Disassembly]] || Chris Recoskie (TI) - temporary lead || Wind River
+
|-
+
| [[DSDP/DD/GeneralViewManagement|Views - multi-context, pin/clone, update policy]] || Darin Wright (IBM) || Samantha Chan (IBM), Ted Williams (WR)
+
|-
+
| [[DSDP/DD/DebugModel|Debug Model]] || Pawel Piech (Wind River) || Mikhail Khodjaiants (QNX), Freescale, Nokia
+
|-
+
| [[DSDP/DD/Launch|Launching]] || Pete Nichols (IBM) || TI
+
|-
+
| [[DSDP/DD/Editor|Editor]] || Ewa Matejska (PalmSource) || Pete Nichols(IBM), Nokia
+
|-
+
| [[DSDP/DD/SourceLookup|Source Lookup]] || Pawel Piech (Wind River) || Pete Nichols(IBM)
+
|-
+
| [[DSDP/DD/Spirit|SPIRIT]] || Aaron Spear (ATI/Mentor) ||
+
|}
+

Revision as of 11:23, 17 April 2006

Requirements

This page describes steps to get started with DTP 0.7 and the 0.9 streams. We assume that you have installed the appropriate version of the Eclipse platform, EMF and GEF as described on the DTP download page for your specific DTP build.

Back to the top