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 revisions of "DSDP/DD"

(Technology Sub-Groups)
(Technology Sub-Groups)
Line 80: Line 80:
  
 
== Technology Sub-Groups ==
 
== 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"
 
{| border="1"
Line 97: Line 95:
 
|-  
 
|-  
 
| [[DSDP/DD/MultiContext|Multi Context]] || 'None' || Veenu Verma (Ericsson) || Marc Khouzam (Ericsson), Francois Chouinard (Ericsson)
 
| [[DSDP/DD/MultiContext|Multi Context]] || 'None' || Veenu Verma (Ericsson) || Marc Khouzam (Ericsson), Francois Chouinard (Ericsson)
|}
 
 
 
[[DSDP/DD/InactiveSubGroups|Inactive Sub Groups]]
 
 
{| border="1"
 
| '''Technology''' || '''Lead''' || '''Members'''
 
|-
 
| [[DSDP/DD/DebugView|Debug view]] || Paul Gingrich (TI) || TBD
 
|-
 
| [[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/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)
 
 
|}
 
|}
  

Revision as of 20:38, 15 August 2007

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.

These pages are meant as an open, collaborative platform for discussions and exchanging ideas. For official information and documents, see the Official DSDP-DD Website.

DSDP-DD Goals

These are the current goals for Device Debugging project at this point.

  • Modify the Eclipse Debug Model Interfaces in order to enable more customized debugger implementations, especially those geared towards the embedded space. The first version was released in Eclipse 3.2. The platform debug team and the DD project are currently looking at improvements.
  • Provide a new Debug Model implementation that takes a more modular approach to connecting debugger backends into Eclipse. This is called Debugger Services Framework (DSF).
  • Enhance the debugger views for multi-core and multi-process support and provide specific improvements in those views for embedded development. Multi-core enhancements are proposed for the Eclipse 3.3 release. We are looking at additional view enhancements.
  • Integrated with the SPIRIT consortium for tooling and debugger data file specification.
  • Provide the next generation implementation for CDT’s MI debugger.

DSDP-DD Meeting Notes

Release Stuff

Technology Sub-Groups

Technology Component Lead Active Contributors
SPIRIT IP-XACT Anthony Berent (Arm) Aaron Spear (ATI/Mentor)
Memory Memory Samantha Chan (IBM) Ted Williams (WR)
Disassembly 'None' Mikhail Khodjaiants (Arm) Anton Lehenbauer (Wind River)
DSF DSF Pawel Piech (Wind River) Randy Rohrbach (Wind River), Ted Williams (Wind River)
GDB/MI GDB Veenu Verma (Ericsson) Marc Khouzam (Ericsson), Francois Chouinard (Ericsson)
Multi Context 'None' Veenu Verma (Ericsson) Marc Khouzam (Ericsson), Francois Chouinard (Ericsson)

DSF

Documentation

Back to the top