From 1551e5d787cd4c4de406352dc0b2c6a4a811f2fa Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 30 Oct 2015 12:03:38 -0400 Subject: [PATCH] Missing rm.done() Change-Id: Ica2962eeb10d56a12dce7960106426a37429211d --- .../cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java index dca680e1890..aa9f658ab45 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java @@ -728,6 +728,8 @@ public class StackFramesVMNode extends AbstractDMVMNode } }) ); + } else { + rm.done(); } }