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/MultiProcess

Multi-Process Debugging

  1. Creating multiple processes: as the debug session progresses, the user can create other processes and debug them.
  2. Attaching to multiple processes: Instead of creating new processes, the user attaches to multiple processes that are already running and debugs them simultaneously.
  3. Debugging a process that forks: The user is debugging a process that forks. After the fork user debugs both processes. The user can decide to stop debugging either one of the processes.

The Attaching to multiple processes feature is already implemented for targets with single addressing. The work is ongoing for other targets such as Linux.

See Bug 237306.

Back to the top