Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1e06211dd7edc4f76d74fca70392722861ae244d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                                                    


                                                                                

               
                                                     
                                                                               
                                                                        


                                                                

                                                                                          

                                                                                       

                                                                                          
                                                               




                                                                                                                


                                                     
                                                                            
                                                                  
###############################################################################
# Copyright (c) 2012, 2014 Wind River Systems, Inc. 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 http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Wind River Systems - initial API and implementation
###############################################################################
TCFThreadFilterQueryExpressionStore=TCFThreadFilter.ScopedExpressionList
TCFThreadFilterQueryButtonEdit=Edit
TCFThreadFilterQueryAdvancedLabel=Breakpoint Scoping Expression:
TCFThreadFilterQueryTreeViewLabel=Restrict to Selected Contexts:
TCFThreadFilterEditor_cannotEditExpr=Cannot edit expression: No query attributes available
TCFThreadFilterEditor_cannotRetrieveAttrs=Cannot retrieve query attributes: {0}
TCFThreadFilterEditor_cannotValidate=Cannot validate scope expression: {0}
TCFThreadFilterEditor_defaultScopePrefsLink=<a>Breakpoint Default Scope Preferences</a>
TCFThreadFilterEditorUnbalancedParameters=Parameters must be name value pairs
TCFThreadFilterEditorFormatError=Unquoted text must contain alphanumeric characters or '_'
TCFThreadFilterEditorNoOpenChannel=No open connection to target
TCFBreakpointPreferencesEnableDefaultTriggerScope=Apply scope to new breakpoints
TCFBreakpointPreferencesTriggerScopeExpression=Default Scope Expression
TCFBreakpointPreferencesDescription=Breakpoint settings for debuggers using Target Communication Framework (TCF)
TCFBreakpointPrefrencesError=TCF Breakpoint Types must be selected for these options
TCFBreakpointToggle=C/C++ Breakpoints ( Scope: {0} )

BreakpointScopeCategory_filter_label=Filter: {0} 
BreakpointScopeCategory_contexts_label=Contexts: {0} 
BreakpointScopeCategory_filter_and_contexts_label=Filter: {0}, Contexts: {1}
BreakpointScopeCategory_global_label=Global (no scope restriction) 

Back to the top