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/Obsolete/MultiCoreDebugWorkingGroup/SynchronizedOperations"

(Grouped Run Control Operations)
(Grouped Run Control Operations)
Line 7: Line 7:
 
Run Control Operations (step, resume, suspend) should be allowed on multiple debug entries on a single user operation.  The user should be able to perform such operations on one or more processes/threads/cores/groups.
 
Run Control Operations (step, resume, suspend) should be allowed on multiple debug entries on a single user operation.  The user should be able to perform such operations on one or more processes/threads/cores/groups.
  
'''Related Bufzilla entries:'''  
+
'''Related Bufzilla entries:'''
 +
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=330974 Bug 330974]  If the user selects two nodes in the debug view most debug commands are disabled <br>
 
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=330974 Bug 330974]  If the user selects two nodes in the debug view most debug commands are disabled <br>

Revision as of 19:43, 24 November 2010

Synchronized Run Control Operations

Some multi-core debuggers allow performing synchronized operations on multiple cores. Each run control operation will affect all chosen cores synchronously. Allowing the debugger or the hardware to operate on multiple cores minimizes the skid, or the time lag, in when the operations are carried out on the different cores.

Grouped Run Control Operations

Run Control Operations (step, resume, suspend) should be allowed on multiple debug entries on a single user operation. The user should be able to perform such operations on one or more processes/threads/cores/groups.

Related Bufzilla entries:

Bug 330974 If the user selects two nodes in the debug view most debug commands are disabled

Copyright © Eclipse Foundation, Inc. All Rights Reserved.