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/Archive/planning/Juno"

< CDT‎ | Archive‎ | planning
(Refactoring)
m (Jonah.kichwacoders.com moved page CDT/planning/Juno to CDT/Archive/planning/Juno)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
 +
{{warning|Note: The contents of this page refer to planning documents of past Eclipse CDT releases. See [[CDT/planning]] for current information. }}
 +
 +
[[Category:CDT:Archive]]
 +
 
This is the plan for the CDT release for Eclipse Juno. We are not sure yet whether this will be release 8.1 or 9.0. It depends on whether we can get away without changing API.
 
This is the plan for the CDT release for Eclipse Juno. We are not sure yet whether this will be release 8.1 or 9.0. It depends on whether we can get away without changing API.
  
 
=== Build ===
 
=== Build ===
# Scanner Discovery redesign [https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 bug 290631]. Requires API changes in cdt.core.
+
# Scanner Discovery redesign [https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 bug 290631].
  
 
=== Debug ===
 
=== Debug ===
 
# Breakpoint improvements
 
# Breakpoint improvements
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360280 bug 360280] - Reposition breakpoints when planted on invalid line  
+
#* [http://bugs.eclipse.org/bugs/show_bug.cgi?id=360280 bug 360280] - Reposition breakpoints when planted on invalid line  
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360291 bug 360291] - Allow user to edit line breakpoint file in properties dialog
+
#* [http://bugs.eclipse.org/bugs/show_bug.cgi?id=360291 bug 360291] - Allow user to edit line breakpoint file in properties dialog
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360295 bug 360295] - Customize property dialog for editing breakpoints
+
#* [http://bugs.eclipse.org/bugs/show_bug.cgi?id=360295 bug 360295] - Customize property dialog for editing breakpoints
#* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=360289 bug 360289] - Allow address breakpoint to be set on arbitrary expression
+
#* [http://bugs.eclipse.org/bugs/show_bug.cgi?id=360289 bug 360289] - Allow address breakpoint to be set on arbitrary expression
 +
#* [http://bugs.eclipse.org/bugs/show_bug.cgi?id=360588 bug 360588] - Allow user to edit all its properties prior to creating the breakpoint
 +
# Visualizer View
 +
#* [http://bugs.eclipse.org/335027 bug 335027] - Visualizer View feature
 +
# OS Awareness
 +
#* [http://bugs.eclipse.org/360314 bug 360314] - OS awareness debug view
 +
# Grouping of debug elements
 +
#* [http://bugs.eclipse.org/240208 bug 240208] - A single VMNode should represent all execution levels
 +
#* [http://bugs.eclipse.org/336876 bug 336876] - Grouping of Execution Elements for DSF debugger feature
 +
# Global breakpoints support
 +
#* If the [http://sourceware.org/ml/gdb-patches/2011-06/msg00163.html Global Breakpoints feature] is accepted in GDB, we plan on integrating it in CDT.
 +
# Better tracepoint visualization support (based on planned GDB feature)
 +
 
 +
=== Indexer ===
 +
# Add support for headers included in different variants - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=197989 bug 197989]
  
 
=== Refactoring ===
 
=== Refactoring ===

Latest revision as of 13:49, 22 January 2020

Warning2.png
Note: The contents of this page refer to planning documents of past Eclipse CDT releases. See CDT/planning for current information.

This is the plan for the CDT release for Eclipse Juno. We are not sure yet whether this will be release 8.1 or 9.0. It depends on whether we can get away without changing API.

Build

  1. Scanner Discovery redesign bug 290631.

Debug

  1. Breakpoint improvements
    • bug 360280 - Reposition breakpoints when planted on invalid line
    • bug 360291 - Allow user to edit line breakpoint file in properties dialog
    • bug 360295 - Customize property dialog for editing breakpoints
    • bug 360289 - Allow address breakpoint to be set on arbitrary expression
    • bug 360588 - Allow user to edit all its properties prior to creating the breakpoint
  2. Visualizer View
  3. OS Awareness
  4. Grouping of debug elements
    • bug 240208 - A single VMNode should represent all execution levels
    • bug 336876 - Grouping of Execution Elements for DSF debugger feature
  5. Global breakpoints support
  6. Better tracepoint visualization support (based on planned GDB feature)

Indexer

  1. Add support for headers included in different variants - bug 197989

Refactoring

  1. Move all refactorings to the new framework using shared ASTs
  2. Auto-format code modified by refactoring

Please add your items here.

Back to the top