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/summitecon2014"

< CDT
 
(24 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= CDT/Linux Tools/PTP Summit at EclipseCon 2014 =
 
  
Join us for the two-day [https://www.eclipsecon.org/na2014/content/cdtlinux-toolsptp-summit-2014 CDT/Linux Tools/PTP Summit] at [https://www.eclipsecon.org/na2014/ EclipseCon 2014] in San Francisco, CA.<br>
+
{{warning|Note: The contents of this page refer to a past CDT summit. For information on other and possible upcoming summits visit [[CDT/summits]]}}
It will be held Monday and Tuesday March 17-18, 2014 and is open to all committers, contributors and interested parties that are registered for EclipseCon. Register [https://www.eclipsecon.org/na2014/registration here].<br>
+
 
The below agenda may evolve as proposed topics are added and attendees sign-up.
+
[[Category:CDT:Summits]]
 +
 
 +
= CDT/Linux Tools/PTP Summit at EclipseCon 2014 =
  
To help structure the summit, please:
+
A two-day [https://www.eclipsecon.org/na2014/content/cdtlinux-toolsptp-summit-2014 CDT/Linux Tools/PTP Summit] was held at [https://www.eclipsecon.org/na2014/ EclipseCon 2014] in San Francisco, CA, on Monday and Tuesday March 17-18, 2014.
# add your name to the attendees section below
+
# add agenda items you would like to see discussed
+
  
 
== Sponsors ==
 
== Sponsors ==
Line 17: Line 16:
 
[[Image:ERI horizontal rgb.jpg|350px|link=http://ericsson.com]]
 
[[Image:ERI horizontal rgb.jpg|350px|link=http://ericsson.com]]
  
== Location ==
+
== Minutes for Monday ==
 
+
Co-located with [https://www.eclipsecon.org/na2014 EclipseCon NA 2014]<br>
+
[https://www.eclipsecon.org/na2014/hotels Hyatt Regency San Francisco Airport]<br>
+
Room Sandpebble AB
+
 
+
== Monday (room Sandpebble AB) ==
+
 
'''9:00-9:30'''
 
'''9:00-9:30'''
 
* Welcome and agenda adjustment  
 
* Welcome and agenda adjustment  
 
'''9:30-12:00'''
 
'''9:30-12:00'''
 
* Status and general discussion
 
* Status and general discussion
* Presentation of the importance of CDT for PolarSys and other Eclipse Working Groups. (10mn by Gaël Blondelle)
+
* Presentation of the importance of CDT for PolarSys and other Eclipse Working Groups. (Gaël Blondelle)
 +
** PolarSys focuses on tools for embedded systems
 +
** It is aimed at many fields such as: Aerospace, Train, Telecom, etc
 +
** It heavily relies on CDT
 +
** It currently is putting effort in improving the modelling tools
 +
** Many large companies are part of PolarSys
 
* New CDT release schedule
 
* New CDT release schedule
 +
** New features every 4 months
 +
** First time was CDT 8.3 which was just released with Kepler SR2
 +
** Overhead is small, just an extra IP review
 +
** The CDT releases matching SR1 and SR2 releases must still work on the platform they are aimed at
 +
** Only backward-compatible changes can be done on the SR releases
 
* Hudson instance per project
 
* Hudson instance per project
 +
** Need to add gdb so the debug tests can run
 +
** Flaky tests confuse contributors that think their code caused a problem.
 +
** Suggestion is to remove the flaky test from the job triggered by Gerrit, and have another job to run all tests for the committers that still care about those failing tests.
 +
** Separate jobs to be used to test older GDB versions
 
* Community livelihood
 
* Community livelihood
 +
** Discussion on how to increase contributions
 +
** Lots of interest in CDT but not the contributions to match
 +
** One proposed explanation is that it is less work to modify CDT in-house than contributing the changes
 +
** As committers we should be as responsive as possible to Gerrit patches, and maybe also to bug reports
 +
** Contributors are encouraged to ping on the mailing list to attract attention to a contribution that has gotten ignored
 
'''12:00-13:00'''
 
'''12:00-13:00'''
 
* Lunch provided by EclipseCon
 
* Lunch provided by EclipseCon
 +
** Yum, Salmon!
 
'''13:00-15:00''' (Debugging)
 
'''13:00-15:00''' (Debugging)
* State of Multicore Debugging with CDT (Marc Khouzam)
 
* Joint recap and minor topics: support for older GDBs, Java 7, etc.
 
 
* Standalone CDT Debugger (Jeff Johnston)
 
* Standalone CDT Debugger (Jeff Johnston)
 +
** CDT debugger that can be run from the command-line
 +
** Does everything CDT does except build (Build should be done on a shell console)
 +
** Abstracts the concept of launch away from the user (although the user can still choose to use launches)
 +
** No p2 support to install extra things
 +
** Installing things can be done by installing them on the full Eclipse package and updating the launch script of the standalone debugger to include those features.
 
* Standalone Trace Tool (Alexandre Montplaisir)
 
* Standalone Trace Tool (Alexandre Montplaisir)
 +
** Simplified version of the Eclipse TMF tools.
 +
** No toolbar
 +
** Includes p2 support
 
'''15:00-15:30'''
 
'''15:00-15:30'''
 
* Break
 
* Break
'''15:30-17:30''' (Parser-based features)
+
** Mmmm, ice cream sandwiches
* New C/C++ Refactorings (Sergey Prigogin)
+
'''15:30-16:30'''
* Codan and static analysis
+
* State of Multicore Debugging with CDT (Marc Khouzam)
 +
** Multicore Visualizer was extended for the Parallella/Epiphany architecture and a Kalray architecture
 +
** Support for multi-process for Registers, Memory and Memory browser views
 +
** Need to improve Breakpoint support, which is of interest to many, but no one has stepped up yet
 +
* Support for older GDBs
 +
** It was agreed that actively supporting GDB versions dating back to over 7 years is probably overkill
 +
** We will propose to the mailing list that we will actively support a certain time range of GDB versions
 +
** Other GDB versions should continue to work, but we don't actively test them or develop features for them
 +
* New Jobs API (Sergey Prigogin)
 +
** Concept of job groups
 +
** Meant to allow for parallelism
 +
** API to create job groups
 +
** API to join() a group (i.e., wait for a group to finish)
 +
** API for error handling on groups of jobs
 +
** Some functionality of Eclipse can use those groups to dramatically improve their performance
 +
** To be proposed as a contribution to platform
 
* LLVM/CLang
 
* LLVM/CLang
 
** CLang parser and how to integrate it. (Doug Schaefer)
 
** CLang parser and how to integrate it. (Doug Schaefer)
 
** LLVM/CLang static analysis integration in CDT (Dominique Toupin)
 
** LLVM/CLang static analysis integration in CDT (Dominique Toupin)
* Other?
 
 
'''18:00'''
 
'''18:00'''
* Summit dinner free of charge at the [http://www.elephantbar.com/location/burlingame Elephant Bar] restaurant, 7-min walk from the Hyatt. Click [http://goo.gl/maps/arJKk here] for directions, 30 people.
+
* Summit dinner free of charge at the [http://www.elephantbar.com/location/burlingame Elephant Bar] restaurant.
 +
** Nice food, good beer, and great company!
 
<br>
 
<br>
  
== Tuesday (room Sandpebble AB) ==
+
== Minutes for Tuesday ==
 
'''9:00-10:00'''
 
'''9:00-10:00'''
 
* Eclipse keynote - Eclipse: The Next 10 Years
 
* Eclipse keynote - Eclipse: The Next 10 Years
 
'''10:15-11:50''' (UX discussions)
 
'''10:15-11:50''' (UX discussions)
 
* New Launch UI (Vladimir Prus)
 
* New Launch UI (Vladimir Prus)
 +
** The new UI separates the UI from the data
 +
** It needs not be limited to launch. In fact Mentor is progressing in applying it on different CDT aspects, such as the New Project wizard.
 +
** Plans to contribute for Luna
 
* UX Improvements from Momentics to push upstream (Doug Schaefer, David Cummings)
 
* UX Improvements from Momentics to push upstream (Doug Schaefer, David Cummings)
**ToolBar clean up where we removed everything but a new ToolBar that helps managed launch configurations and builds for those configs.
+
**[http://cdtdoug.ca/?p=539 ToolBar clean up] where we removed everything but a new ToolBar that helps managed launch configurations and builds for those configs.
 
**New Project wizard.
 
**New Project wizard.
 +
*** Refreshed UI inspired by XCode.
 +
*** Somewhat similar concepts as the new UI presented by Mentor
 
**Kits: a bag of settings for the various build, debug, and other tools that make up a software development kit.  
 
**Kits: a bag of settings for the various build, debug, and other tools that make up a software development kit.  
* Eclipse on JavaFX, a new Java based UI framework (Doug Schaefer)
 
 
'''11:50-13:00'''
 
'''11:50-13:00'''
 
* Lunch provided by EclipseCon
 
* Lunch provided by EclipseCon
 
'''13:00-15:35'''
 
'''13:00-15:35'''
 
* CDT for the [https://www.yoctoproject.org Yocto project] (Jessica Zhang - Eclipse Integration maintainer for Yocto)
 
* CDT for the [https://www.yoctoproject.org Yocto project] (Jessica Zhang - Eclipse Integration maintainer for Yocto)
* Remote Services Framework (Greg Watson)
+
** open source project to help you create custom Linux-based systems for embedded products
 +
** Uses CDT on Linux
 +
** Needs to use CDT on Windows but continue to build on Linux
 +
** Facing many challenges with remote projects
 +
** It was suggested that PTPs Synchronized Projects may be the solution
 +
** Debugging can be done directly from Windows to the embedded target
 +
* [[Media:Remote_support_cdt.pdf | Remote Services Framework]] (Greg Watson)
 +
** Simple APIs to do remote
 +
** Factored out of other PTP plugins
 +
** Available on PTP update site
 +
** Could/should be moved to another project, maybe CDT or the IDE project
 
* Dynamic-printf (Marc Khouzam)
 
* Dynamic-printf (Marc Khouzam)
 +
** Will print to the same console as the real program
 +
** Users need not be told this is a type of breakpoint
 +
** Exact same format as a real printf
 +
** Can even use GDB variables in dprintf statement, e.g., $_thread
 +
** Planned for Luna
 +
** How to advertise to the user?
 +
** Add a new menu to the editor-margin context-menu: "Add dynamic-printf..."
 
'''15:35-16:15'''
 
'''15:35-16:15'''
 
* Break
 
* Break
'''16:15-18:00'''
+
** Cookies!
 +
'''16:15-16h45'''
 
* Eclipse IDE Project (Doug Schaefer)
 
* Eclipse IDE Project (Doug Schaefer)
* Future plans
+
** Kind of umbrella project to hold plugins that could be used by many but don't really belong in any project
* Other?
+
* Eclipse on JavaFX, a new Java based UI framework (Doug Schaefer)
 +
** Early stages but progressing
 +
** Right now it is SWT on JavaFX but it could be Eclipse straight on JavaFX
 
'''19:00'''
 
'''19:00'''
 
* Summit dinner/beer/wine free of charge and BOF-style discussions at the Hyatt, 40 people, bring a friend of CDT, LinuxTools, PTP!<br><br>
 
* Summit dinner/beer/wine free of charge and BOF-style discussions at the Hyatt, 40 people, bring a friend of CDT, LinuxTools, PTP!<br><br>
Line 133: Line 191:
 
#* Compute architect. Programming and debugging massively parallel systems.
 
#* Compute architect. Programming and debugging massively parallel systems.
 
# Christofer Janstål - Ericsson
 
# Christofer Janstål - Ericsson
 +
# Remi Schnekenburger - CEA
 +
#* Tracing, embedded systems
 +
# Tristan Faure - Atos
 +
#* Polarsys, Codan, FramaC (Formal verification) CDT integration
 +
# Jonas Jonsson - Ericsson
 +
#* Trace, Debug, Remote build & debug
 +
# Peder Andersen - Wind River Systems
 +
#* Analysis Tools, (tracing, performance monitoring, etc.) debugging, and embedded

Latest revision as of 16:07, 17 January 2020

Warning2.png
Note: The contents of this page refer to a past CDT summit. For information on other and possible upcoming summits visit CDT/summits

CDT/Linux Tools/PTP Summit at EclipseCon 2014

A two-day CDT/Linux Tools/PTP Summit was held at EclipseCon 2014 in San Francisco, CA, on Monday and Tuesday March 17-18, 2014.

Sponsors

                     PolarSysLogo.png                                           ERI horizontal rgb.jpg

Minutes for Monday

9:00-9:30

  • Welcome and agenda adjustment

9:30-12:00

  • Status and general discussion
  • Presentation of the importance of CDT for PolarSys and other Eclipse Working Groups. (Gaël Blondelle)
    • PolarSys focuses on tools for embedded systems
    • It is aimed at many fields such as: Aerospace, Train, Telecom, etc
    • It heavily relies on CDT
    • It currently is putting effort in improving the modelling tools
    • Many large companies are part of PolarSys
  • New CDT release schedule
    • New features every 4 months
    • First time was CDT 8.3 which was just released with Kepler SR2
    • Overhead is small, just an extra IP review
    • The CDT releases matching SR1 and SR2 releases must still work on the platform they are aimed at
    • Only backward-compatible changes can be done on the SR releases
  • Hudson instance per project
    • Need to add gdb so the debug tests can run
    • Flaky tests confuse contributors that think their code caused a problem.
    • Suggestion is to remove the flaky test from the job triggered by Gerrit, and have another job to run all tests for the committers that still care about those failing tests.
    • Separate jobs to be used to test older GDB versions
  • Community livelihood
    • Discussion on how to increase contributions
    • Lots of interest in CDT but not the contributions to match
    • One proposed explanation is that it is less work to modify CDT in-house than contributing the changes
    • As committers we should be as responsive as possible to Gerrit patches, and maybe also to bug reports
    • Contributors are encouraged to ping on the mailing list to attract attention to a contribution that has gotten ignored

12:00-13:00

  • Lunch provided by EclipseCon
    • Yum, Salmon!

13:00-15:00 (Debugging)

  • Standalone CDT Debugger (Jeff Johnston)
    • CDT debugger that can be run from the command-line
    • Does everything CDT does except build (Build should be done on a shell console)
    • Abstracts the concept of launch away from the user (although the user can still choose to use launches)
    • No p2 support to install extra things
    • Installing things can be done by installing them on the full Eclipse package and updating the launch script of the standalone debugger to include those features.
  • Standalone Trace Tool (Alexandre Montplaisir)
    • Simplified version of the Eclipse TMF tools.
    • No toolbar
    • Includes p2 support

15:00-15:30

  • Break
    • Mmmm, ice cream sandwiches

15:30-16:30

  • State of Multicore Debugging with CDT (Marc Khouzam)
    • Multicore Visualizer was extended for the Parallella/Epiphany architecture and a Kalray architecture
    • Support for multi-process for Registers, Memory and Memory browser views
    • Need to improve Breakpoint support, which is of interest to many, but no one has stepped up yet
  • Support for older GDBs
    • It was agreed that actively supporting GDB versions dating back to over 7 years is probably overkill
    • We will propose to the mailing list that we will actively support a certain time range of GDB versions
    • Other GDB versions should continue to work, but we don't actively test them or develop features for them
  • New Jobs API (Sergey Prigogin)
    • Concept of job groups
    • Meant to allow for parallelism
    • API to create job groups
    • API to join() a group (i.e., wait for a group to finish)
    • API for error handling on groups of jobs
    • Some functionality of Eclipse can use those groups to dramatically improve their performance
    • To be proposed as a contribution to platform
  • LLVM/CLang
    • CLang parser and how to integrate it. (Doug Schaefer)
    • LLVM/CLang static analysis integration in CDT (Dominique Toupin)

18:00

  • Summit dinner free of charge at the Elephant Bar restaurant.
    • Nice food, good beer, and great company!


Minutes for Tuesday

9:00-10:00

  • Eclipse keynote - Eclipse: The Next 10 Years

10:15-11:50 (UX discussions)

  • New Launch UI (Vladimir Prus)
    • The new UI separates the UI from the data
    • It needs not be limited to launch. In fact Mentor is progressing in applying it on different CDT aspects, such as the New Project wizard.
    • Plans to contribute for Luna
  • UX Improvements from Momentics to push upstream (Doug Schaefer, David Cummings)
    • ToolBar clean up where we removed everything but a new ToolBar that helps managed launch configurations and builds for those configs.
    • New Project wizard.
      • Refreshed UI inspired by XCode.
      • Somewhat similar concepts as the new UI presented by Mentor
    • Kits: a bag of settings for the various build, debug, and other tools that make up a software development kit.

11:50-13:00

  • Lunch provided by EclipseCon

13:00-15:35

  • CDT for the Yocto project (Jessica Zhang - Eclipse Integration maintainer for Yocto)
    • open source project to help you create custom Linux-based systems for embedded products
    • Uses CDT on Linux
    • Needs to use CDT on Windows but continue to build on Linux
    • Facing many challenges with remote projects
    • It was suggested that PTPs Synchronized Projects may be the solution
    • Debugging can be done directly from Windows to the embedded target
  • Remote Services Framework (Greg Watson)
    • Simple APIs to do remote
    • Factored out of other PTP plugins
    • Available on PTP update site
    • Could/should be moved to another project, maybe CDT or the IDE project
  • Dynamic-printf (Marc Khouzam)
    • Will print to the same console as the real program
    • Users need not be told this is a type of breakpoint
    • Exact same format as a real printf
    • Can even use GDB variables in dprintf statement, e.g., $_thread
    • Planned for Luna
    • How to advertise to the user?
    • Add a new menu to the editor-margin context-menu: "Add dynamic-printf..."

15:35-16:15

  • Break
    • Cookies!

16:15-16h45

  • Eclipse IDE Project (Doug Schaefer)
    • Kind of umbrella project to hold plugins that could be used by many but don't really belong in any project
  • Eclipse on JavaFX, a new Java based UI framework (Doug Schaefer)
    • Early stages but progressing
    • Right now it is SWT on JavaFX but it could be Eclipse straight on JavaFX

19:00

  • Summit dinner/beer/wine free of charge and BOF-style discussions at the Hyatt, 40 people, bring a friend of CDT, LinuxTools, PTP!

Attendees

  1. Marc Khouzam - Ericsson
    • Debug, Multicore, Visualizer, Usability/user-friendliness
  2. Sergey Prigogin - Google
    • Indexing, Codan, Refactoring, Usability/user-friendliness
  3. Dominique Toupin - Ericsson
    • Multicore debug, Codan, Yocto usability, Linux Tracing
  4. Vladimir Prus - Mentor Graphics
    • Build (including Yocto), Debug (Remote, JTAG), Tracing, Codan, Usability
  5. Xavier Raynaud - Kalray
    • Debug (Remote, JTAG), Tracing, Multicore, Management of multi-platform applications (How to build/run/debug application running on x86+several embedded systems)
  6. Doug Schaefer - QNX/BlackBerry
    • Everything but UX especially
  7. David Cummings - QNX/BlackBerry
    • Ditto
  8. Glen Anderson - Analog Devices, Inc.
    • UX, Debug, Tracing, Heterogeneous Multicore
  9. Alexandre Montplaisir - Ericsson
    • Tracing, UX
  10. Gaël Blondelle - Eclipse Foundation / PolarSys
    • Embedded systems
  11. Jessica Zhang - Intel/Yocto
    • Eclipse Integration for Yocto
  12. Leo Treggiari - Intel
  13. Jesper Eskilson - IAR Systems
    • Embedded systems, multi-core
  14. William Riley - Renesas
    • Debug (Embedded), Multicore, Tracing, Indexing, Codan, UX
  15. Beth Tibbitts - NCSA
    • PTP
  16. Reibert Arbring - Ericsson
    • Embedded systems, multi-core
  17. Jeff Johnston - Red Hat
    • Debug
  18. Roland Grunberg - Red Hat
    • Linux Tools
  19. Greg Watson - IBM
    • Intersection with PTP
  20. Ryan Thompson - Qualcomm
    • Debug, System level test, new user experience
  21. Jeremy Webb - ARM
    • Debug, Trace
  22. Dave Wagner - ARM
  23. Mike Wrighton - Mentor Graphics
    • Build (Autotools, MBS, Yocto), Debug
  24. Teodor Madan - Freescale
    • Debug (Remote, JTAG), multi-core
  25. Tracy Miranda - Kichwa Coders
    • Debug, multi-core
  26. Matt Fyles - XMOS
    • Build, Debug, Tracing, Heterogeneous Multicore, Visualizer, Usability/user-friendliness
  27. Kris Jacobs - XMOS
    • Build, Debug, Trace, Usability/user-friendliness
  28. Andreas Olofsson - Adapteva
    • Compute architect. Programming and debugging massively parallel systems.
  29. Christofer Janstål - Ericsson
  30. Remi Schnekenburger - CEA
    • Tracing, embedded systems
  31. Tristan Faure - Atos
    • Polarsys, Codan, FramaC (Formal verification) CDT integration
  32. Jonas Jonsson - Ericsson
    • Trace, Debug, Remote build & debug
  33. Peder Andersen - Wind River Systems
    • Analysis Tools, (tracing, performance monitoring, etc.) debugging, and embedded

Back to the top