Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2ff3d11b0181af55d79e3cbb0ee3a7d9416d6646 (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
###############################################################################
# Copyright (c) 2009 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#   Wind River Systems - initial API and implementation
#   Ericsson           - added Tracepoint support
###############################################################################

ToggleTracepointsTargetFactory_description=Standard C/C++ tracepoint type.
ToggleTracepointsTargetFactory_name=C/C++ Tracepoints

TracepointPropertyPage_integer_negative=Count must be a nonnegative integer
TracepointPropertyPage_NotAvailable=Not available
TracepointPropertyPage_FunctionName=Function name: 
TracepointPropertyPage_FunctionTracepoint=C/C++ function tracepoint
TracepointPropertyPage_Address=Address: 
TracepointPropertyPage_AddressTracepoint=C/C++ address tracepoint
TracepointPropertyPage_File=File: 
TracepointPropertyPage_LineTracepoint=C/C++ line tracepoint
TracepointPropertyPage_LineNumber=Line number: 
TracepointPropertyPage_Project=Project: 
TracepointPropertyPage_Condition=&Condition:
TracepointPropertyPage_InvalidCondition=Invalid condition.
TracepointPropertyPage_IgnoreCount=&Ignore count:
TracepointPropertyPage_PassCount=&Pass count: 
TracepointPropertyPage_Class=Class:
TracepointPropertyPage_Enabled=Enabled

Back to the top