Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7977a8e36ebf3bf06c0adb188a09bed309150496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###############################################################################
# Copyright (c) 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
TCFThreadFilterQueryModeButtonState=TCFThreadFilter.radioBasic.Selection
TCFThreadUseDefaultTriggerScoping=TCFThreadFilter.enableDefaulTriggerScopeCheckBox.Selection
TCFThreadDefaultTriggerScope=Default Trigger Scope
TCFThreadFilterQueryButtonBasic=Scope Settings
TCFThreadFilterQueryButtonAdvanced=Default Settings
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
TCFThreadFileterEditorInvalidQuery=Invalid context query syntax:
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} )
TCFBreakpointToggleCannotFindMemory=Could not find a memory context.  Please double check context selection, or change scoping rules
TCFBreakpointToggleError=Error In Processing Breakpoint

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