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 "CDT/Obsolete/MultiCoreDebugWorkingGroup"

< CDT‎ | Obsolete
(Next Teleconference)
(Previous minutes of meetings)
(111 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
= Next Teleconference =
 
= Next Teleconference =
  
Every second Tuesday of the month at 11 a.m. Ottawa time <br>
+
Jointly with the CDT call. Please refer to the [[CDT/calls | CDT Call wiki page]]<br>
The next one will be on Tuesday July 10th, 2012<br>
+
Canada and US Toll Free: 1 877 748-5444, [[CDT/MultiCoreDebugWorkingGroup/calls | International Numbers]]<br>
+
Conference ID: 889 4030#<br>
+
Screensharing session:
+
https://externalmeeting.sametime.ericsson.se/stmeetings/room/marc.khouzam@ericsson.com/multicore-debug-work-group<br>
+
Please enter as guest. Password to be given on the call.
+
 
+
'''Agenda'''<br>
+
* Expressions view working set demo
+
* [[CDT/EnhancedExpressions | Enhanced expressions view]]
+
* Register groups for DSF.  See [https://bugs.eclipse.org/235747 Bug 235747]
+
* Breakpoint enhancement progress
+
  
 
= Previous minutes of meetings =
 
= Previous minutes of meetings =
  
: [[CDT/MultiCoreDebugWorkingGroup/calls/minutes | Previous minutes of meetings]]
+
Minutes up to January 2016 can be found here:
 +
[[CDT/MultiCoreDebugWorkingGroup/calls/minutes | Previous minutes of meetings]].
 +
 
 +
All future minutes will be documented on the [[CDT/calls | CDT Call wiki page]].
  
 
= Features of current interest =
 
= Features of current interest =
Line 38: Line 29:
 
#* A first version of the Multicore Visualizer as well as the Visualizer Framework are part of the Juno release
 
#* A first version of the Multicore Visualizer as well as the Visualizer Framework are part of the Juno release
 
#* Many enhancements are still of interest.
 
#* Many enhancements are still of interest.
# [[CDT/MultiCoreDebugWorkingGroup/OSAwareness | OS-awareness]]
 
 
# [[CDT/MultiCoreDebugWorkingGroup/SynchronizedOperations | Synchronized/Grouped Run Control Operations]]
 
# [[CDT/MultiCoreDebugWorkingGroup/SynchronizedOperations | Synchronized/Grouped Run Control Operations]]
 
#* User defines a group (cores or processes or threads) which makes up the application, and can perform application-level operations on it
 
#* User defines a group (cores or processes or threads) which makes up the application, and can perform application-level operations on it
 
# [[CDT/MultiCoreDebugWorkingGroup/GlobalBreakpoints | Global breakpoints]]
 
# [[CDT/MultiCoreDebugWorkingGroup/GlobalBreakpoints | Global breakpoints]]
 
# [[CDT/MultiCoreDebugWorkingGroup/EnhancedBreakpoints | Enhanced Breakpoint Support]]
 
# [[CDT/MultiCoreDebugWorkingGroup/EnhancedBreakpoints | Enhanced Breakpoint Support]]
# [[CDT/MultiCoreDebugWorkingGroup/ExpressionWorkingSets | Expression Working Sets]]
+
# [[CDT/MultiCoreDebugWorkingGroup/NewLaunchUI | New Launch UI]]
  
 
= Features already completed =
 
= Features already completed =

Revision as of 10:31, 29 January 2016

Introduction

This page documents the activities of CDT's Multi-Core Working Group. This group aims to bring together different people from the community to jointly work on developing multi-core debugging for CDT. The group was first proposed at the CDT Summit 2010 and the suggestion was well received.

Although this effort does cover the debugging of target with multiple cores, we use the term Multi-core debugging in a much wider sense. Multi-core debugging is meant to describe the simultaneous debugging of multiple cores, processes, threads, or other objects which are represented in standard debugger views.

Any one interested in helping in this effort is welcome to follow or join the group. Teleconferences are held on a regular basis to discuss progress, issues, features, tasks, etc.

Next Teleconference

Jointly with the CDT call. Please refer to the CDT Call wiki page

Previous minutes of meetings

Minutes up to January 2016 can be found here: Previous minutes of meetings.

All future minutes will be documented on the CDT Call wiki page.

Features of current interest

The following is a list of features have had some effort invested in them but are not ready for release. The effort might have stopped due to lack of resources, but could be easily revived.

  1. Multi Level Hierarchy in the Debug View
  2. Grouping of debug view elements
  3. Hiding of debug view elements
  4. User-selectable Debug View layouts
  5. Visualizer View
    • A first version of the Multicore Visualizer as well as the Visualizer Framework are part of the Juno release
    • Many enhancements are still of interest.
  6. Synchronized/Grouped Run Control Operations
    • User defines a group (cores or processes or threads) which makes up the application, and can perform application-level operations on it
  7. Global breakpoints
  8. Enhanced Breakpoint Support
  9. New Launch UI

Features already completed

List of features that have already been implemented.

Potential future features

List of features that have been proposed and may be addressed in the future.

Use Cases

Back to the top