1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

Bug 378154 - Update Thread node format to better show thread name when

available


Change-Id: I5eb79a125dfd8b289537ff15b82ab98c5ace2818
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37276
Tested-by: Hudson CI
Reviewed-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
Marc Khouzam 2014-11-28 09:16:03 -05:00
parent 0f49ec2015
commit d317c16080

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2007, 2012 Wind River Systems and others.
# Copyright (c) 2007, 2014 Wind River Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -7,6 +7,8 @@
#
# Contributors:
# Wind River Systems - initial API and implementation
# Marc Khouzam (Ericsson) - Update format of thread string to better display
# Thread name (Bug 378154)
###############################################################################
# {0} - name available, 0=not available/1=available
@ -22,7 +24,7 @@
# {10} - state change reason
# {11} - state change details available, 0=not available/1=available
# {12} - state change details
ThreadVMNode_No_columns__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]}{4,choice,0#|1# {5}}{6,choice,0#|1# [core: {7}]} ({8,choice,0#Running|1#Suspended}{9,choice,0#|1# : {10}}{11,choice,0#|1# : {12}})
ThreadVMNode_No_columns__text_format=Thread{2,choice,0#|1# #{3}}{0,choice,0#|1# [{1}]}{4,choice,0#|1# {5}}{6,choice,0#|1# [core: {7}]} ({8,choice,0#Running|1#Suspended}{9,choice,0#|1# : {10}}{11,choice,0#|1# : {12}})
ThreadVMNode_No_columns__Error__label=<unavailable>