Bug 422290 - [multi-process] pin and clone not possible on process level
Summary: [multi-process] pin and clone not possible on process level
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.2.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 16:25 EST by Andreas From CLA
Modified: 2020-09-04 15:17 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas From CLA 2013-11-21 16:25:34 EST
If you select the process it doesn't work, but only on thread level.

If debugging multi-process, you often care about the process and not the thread level and should be able to pin the process.
Comment 1 Marc Khouzam CLA 2013-12-02 06:44:54 EST
I think this proposal makes sense.

GdbPinProvider was not coded to handle multi-process, but it should be possible.  I think the idea is that if I pin to a process, then any frame selected within that process will update the pinned view, but any frame for another process won't.