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 11:48, 23 November 2010 by Marc.khouzam.gmail.com (Talk | contribs) (New page: == Synchronized Run Control Operations == Some multi-core debuggers allow performing synchronized operations on multiple cores. Each run control operation will affect all chosen cores sy...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Back to the top