From 4eddcf92902f23337df220694a96c6451f82d711 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Wed, 18 Mar 2009 04:12:59 +0000 Subject: [PATCH] [269130] - [debug view] Bad thread label for a thread that exited when in the manual thread update policy. --- .../dsf/debug/ui/viewmodel/launch/AbstractThreadVMNode.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/AbstractThreadVMNode.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/AbstractThreadVMNode.java index 9662893f3c2..a6f53060c75 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/AbstractThreadVMNode.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/AbstractThreadVMNode.java @@ -123,7 +123,8 @@ public abstract class AbstractThreadVMNode extends AbstractDMVMNode ExecutionContextLabelText.PROP_NAME_KNOWN, PROP_NAME, ExecutionContextLabelText.PROP_ID_KNOWN, - ILaunchVMConstants.PROP_ID}), + ILaunchVMConstants.PROP_ID, + ILaunchVMConstants.PROP_IS_SUSPENDED }), new LabelText(MessagesForLaunchVM.AbstractThreadVMNode_No_columns__Error__label, new String[0]), new LabelImage(DebugUITools.getImageDescriptor(IDebugUIConstants.IMG_OBJS_THREAD_RUNNING)) { { setPropertyNames(new String[] { ILaunchVMConstants.PROP_IS_SUSPENDED }); }