Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/3.1"

< CDT‎ | Archive‎ | planning
Line 5: Line 5:
 
The 3.1 plan below is a draft in progress - input from the community is welcome.
 
The 3.1 plan below is a draft in progress - input from the community is welcome.
  
 +
 +
'''''Eclipse Debug Platform improvements'''''
 +
 +
 +
'''Asynchronous API'''
 +
 +
Provide asynchronous adapters for the CDT debug elements [https://bugs.eclipse.org/bugs/show_bug.cgi?id=106205 Bugzilla #106205].
 +
 +
 +
'''Pluggable view update policies'''
 +
 +
Investigate the possibilities and advantages of the pluggable update policies feature for CDT [https://bugs.eclipse.org/bugs/show_bug.cgi?id=104111 Bugzilla #104111].
 +
 +
 +
'''Debug context management'''
 +
 +
Investigate the advantages of the new debug context management for CDT.
 +
 +
 +
 +
----
 +
 +
'''''CDT UI'''''
 +
 +
 +
'''Modules and Signals views'''
 +
 +
Replace the current viewer by the asynchronous tabletree viewer.
 +
 +
 +
'''Signals view'''
 +
 +
Move to the gdb/MI UI.
 +
 +
'''Disassembly view'''
 +
 +
Improve the disassembly view [https://bugs.eclipse.org/bugs/show_bug.cgi?id=115786 Bugzilla #115786], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=27239 Bugzilla #27239], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=27892 Bugzilla #27892].
 +
 +
 +
 +
 +
----
  
 
'''''Launcher'''''
 
'''''Launcher'''''
Line 14: Line 56:
  
  
 +
 +
----
  
 
'''''CDI'''''
 
'''''CDI'''''
  
  
 +
----
  
 
'''''gdb/MI'''''
 
'''''gdb/MI'''''

Revision as of 16:51, 16 November 2005

Please add your CDT 3.1 plan items to this page.


The Debugger Plan Items

The 3.1 plan below is a draft in progress - input from the community is welcome.


Eclipse Debug Platform improvements


Asynchronous API

Provide asynchronous adapters for the CDT debug elements Bugzilla #106205.


Pluggable view update policies

Investigate the possibilities and advantages of the pluggable update policies feature for CDT Bugzilla #104111.


Debug context management

Investigate the advantages of the new debug context management for CDT.



CDT UI


Modules and Signals views

Replace the current viewer by the asynchronous tabletree viewer.


Signals view

Move to the gdb/MI UI.

Disassembly view

Improve the disassembly view Bugzilla #115786, Bugzilla #27239, Bugzilla #27892.




Launcher


Projectless debugging

Allow to debug executables built outside of CDT Bugzilla #39640.



CDI



gdb/MI


Modified/extended gdb/MI protocols

Add an extension point to contribute command factories Bugzilla #114793.


Special launch configuration type for GDB Server

Add a separate launch configuration type for GDB Server instead of supporting it as a special debugger Bugzilla #79458.


Verbose mode for gdb console

Add an option to display the gdb trace in the console Bugzilla #113107.

Back to the top