Community
Participate
Working Groups
Build Identifier: 1. Have two Memory views opened with at least one memory monitor added 2. Toggle the Pin Memory Monitor button for one of the Memory views 3. With the other Memory view, add a new memory monitor Both Memory views will switch to the new memory monitor. The pinned Memory view should not switch from its current memory monitor to the newly added memory monitor. Reproducible: Always
Created attachment 171855 [details] Proposed Fix MemoryViewTreeModelContentProvider was not using the newest #updateNodes method signature from ModelContentProvider and as a result, its #updateNodes method was never being used. The fix updates the method signature and incorporates the bit mask. As well, the if statement: if (getPresentationContext() instanceof MemoryView) would never return true, as the IPresentationContext is not an instance of MemoryView. Changed the method to reflect this.
The patch was somewhat out of date, but still correct in principal. Thank you for the contribution.
Comment on attachment 171855 [details] Proposed Fix I forgot to update the author in the git commit, so I'm setting the iplog flag here.
http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=ce3d917d9d070f117ee30f4c982efb5a4d1b5f24