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

CDT/Obsolete/MultiCoreDebugWorkingGroup/SynchronizedOperations

< CDT‎ | Obsolete‎ | MultiCoreDebugWorkingGroup
Revision as of 19:43, 24 November 2010 by Dalexiev.ti.com (Talk | contribs) (Grouped Run Control Operations)

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

Back to the top