Bug 340361 - [pin&clone] Pinning in the traditional memory view doesn't work with more than one debug session
Summary: [pin&clone] Pinning in the traditional memory view doesn't work with more tha...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 14:31 EDT by James Blackburn CLA
Modified: 2020-09-04 15:25 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Blackburn CLA 2011-03-17 14:31:29 EDT
When trying to debug issues it's often necessary to compare the contents of memory / variables / etc.  between different targets being debugged.

The pin button works for the variables view (for example), but doesn't work for the memory view when debugging more than one session.

Steps to reproduce:
1) Create simple helloworld with some data to look at
2) Launch a debug session and open memory view
3) pin to debug context
4) launch another debug session
5) when you click between the session, the memory view 

As the memory view allows you to open multiple insances of itself, it would be useful to be able to pin one view to one debug context and another to another context.

The memory browser seems to respect pinning, but doesn't seem to allow multiple browsers to be created.

BRCM:TLFIREPATH-2231
Comment 1 Patrick Chuong CLA 2011-03-17 14:46:37 EDT
Hi James, you should be able to open multiple instances of the Memory Browser, use the toolbar action beside the pin action.

Is CDT folks still using the Memory view provided by the platform? I'll look into enabling pinning for this view if there is enough demand for it. Some minor changes in the platform memory view is required to support pinning, and than CDT can enable pinning.
Comment 2 James Blackburn CLA 2011-03-17 14:50:47 EDT
(In reply to comment #1)
> Hi James, you should be able to open multiple instances of the Memory Browser,
> use the toolbar action beside the pin action.

Ah, thanks Patrick!  I missed that button.
Comment 3 Derek Morris CLA 2014-05-29 09:16:48 EDT
The Memory View (as opposed to the Memory Browser) does not support Pin&Clone. We use the Memory View because of its ability to show multiple renderings (indeed, we have added our own custom rendering) and not having Pin&Clone support is a real problem.

Is any action planned on this?