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 "DSDP/DD/BreakpointsView"

< DSDP‎ | DD
(Initial ideas for the Breakpoint View.)
(Adding a reference to Nokia's project.)
Line 7: Line 7:
  
 
* Support for hardware breakpoints.  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=118100 BV118100].
 
* Support for hardware breakpoints.  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=118100 BV118100].
* Allow for the execution of some set of commands when a breakpoint is reached (that includes watchpoints and hardware breakpoints.)
+
* Allow for the execution of some set of commands/actions when a breakpoint is reached (that includes watchpoints and hardware breakpoints.) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=118308 BV118308].
 +
 
 
* Allow setting address breakpoints from the Breakpoints View.
 
* Allow setting address breakpoints from the Breakpoints View.
 
* Improved thread/target context filtering mechanism for breakpoints with a visual cue in the Breakpoints View.
 
* Improved thread/target context filtering mechanism for breakpoints with a visual cue in the Breakpoints View.
* Breakpoint extension mechanism to allow custom breakpoint types. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=118308 BV118308].
+
* Breakpoint extension mechanism to allow custom breakpoint types.
 +
 
 +
References:
 +
* [http://download.eclipse.org/tools/cdt/docs/summit2005/Debugger_Features.ppt Nokia's Proposed Debugger Features Presentation]

Revision as of 16:21, 9 May 2006

This is the Breakpoints Sub-group

Lead: Ewa Matejska (PalmSource)
Members: Pawel Piech (WR), Mikhail Khodjaiants (QNX), TI, Nokia

Ideas:

  • Support for hardware breakpoints. BV118100.
  • Allow for the execution of some set of commands/actions when a breakpoint is reached (that includes watchpoints and hardware breakpoints.) BV118308.
  • Allow setting address breakpoints from the Breakpoints View.
  • Improved thread/target context filtering mechanism for breakpoints with a visual cue in the Breakpoints View.
  • Breakpoint extension mechanism to allow custom breakpoint types.

References:

Back to the top