Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 3.0 Debugger plan with updates milestones

Memory view
 
1. Use the memory view provided by the Eclipse platform
Bugzilla entries: 73168, 27217
Priority: high
Status: completed
Milestone: M5
 
2. Persistence of the memory monitors between debug sessions
Bugzilla entries: 77279
Priority: medium
Status:
Milestone: M7
 
3. Display memory as disassembly
Bugzilla entries: 27892
Priority: low
Status:
Milestone: M7 if time permits
 

Source lookup
 
1. Enhance the source search mechanism
Bugzilla entries: 77436, 71945
Priority: high
Status:
Milestone: M6
 
2. Use the source lookup framework provided by the Eclipse platform
Bugzilla entries: 80175
Priority: medium
Status:
Milestone: M6
 

Modules view (former Shared Libraries view)
 
1. Display executables along with shared libraries and DLLs
Bugzilla entries: 82264
Priority: medium
Status: in progress
Milestone: M5
 
2. Add the detail pane to the view to display information specific to the
selected module
Bugzilla entries: 82264
Priority: medium
Status: in progress
Milestone: M5
 
3. Make each module expandable (similar to the C/C++ view) to provide
access to the module's elements. This will allow users to open source
files and set breakpoints on functions and watchpoints on
global variables.
Bugzilla entries: 41529, 40091
Priority: low
Status:
Milestone: M5
 

Debug view
 
1. Use the call stack limitation feature provided by Eclipse 3.1
Bugzilla entries: none
Priority: medium
Status:
Milestone: M7
 

Disassembly view
 
1. Infinite disassembly when function bounds not available
Bugzilla entries: 27239
Priority: low
Status:
Milestone: M7 if time permits
 
2. Disassembly presentation options (bugs 35881 and 80209)
Bugzilla entries: 35881, 80209
Priority: low
Status:
Milestone:M7
 

Breakpoints
 
1. Exception breakpoints
Bugzilla entries: 52406
Priority: low
Status:
Milestone: M7
 

Variables, Expressions and Registers views
 
1. Make format settings global (similar to the approach used by JDT or
Visual Studio)
Bugzilla entries: 77907
Priority: medium
Status:
Milestone: M7 if time permits
 
2 Improve the visualization of C++ classes
Bugzilla entries: 52100
Priority: low
Status:
Milestone: M7
 
3. Add support for user defined register groups.
Bugzilla entries: none
Priority: low
Status:
Milestone: M7
 

Debugger actions
 
1. Use the asynchronous implementation for resume, suspend, step etc
provided by eclipse 3.1.
Bugzilla entries: none
Priority: high
Status: completed
Milestone: M5
 
2. Retargettable step actions
Bugzilla entries: 79872
Priority: medium
Status:
Milestone: M7
 
3. Investigate the feasibility of batching single step actions
Bugzilla entries: 39054
Priority: low
Status:
Milestone: M7 if time permits
 

Launching
 
1. Allow to set gdb specific options using launch configuration dialog.
Bugzilla entries: 82019
Priority: low
Status:
Milestone: M7 if time permits

Back to the top