Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d5ce030e07d72ac3b4b532855d449c0d4f95e751 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
###############################################################################
# Copyright (c) 2007, 2015 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 implementation
###############################################################################
pluginName = TCF/Eclipse Debugger Integration UI
providerName = Eclipse.org - TCF

preferencePage.name = Target Communication

debugCurrentInstructionPointer = Debug Current Instruction Pointer
debugCallStack = Debug Call Stack
debugBreakpointInstance = Breakpoint

breakpoints.statusPage.name = Status

DebuggerActionSet.label = TCF Debugger

commands.category.name = TCF Debugger
commands.category.desc = TCF Debugger Commands

Signals.label = Signals...
MemoryMap.label = Symbol Files...
ViewMemory.label = View Memory
WatchInExpressions.label = Watch In Expressions
Refresh.label = Refresh
Console.label = Open Debug Console
Detach.label = Detach Debug Context
UpdatePolicy.label = Update Policy

CastToType.label=Cast To Type...
CastToType.tooltip=Cast Expression To Type
RestoreDefaultType.label=Restore Original Type
RestoreDefaultType.tooltip=Restore Original Type Of Expression
CastToArray.label=Display As Array...
CastToArray.tooltip=Display Expression As Array

ReverseExecutionCategory.name=Reverse execution
ReverseExecutionCategory.description=Reverse execution control commands

BackInto.label=Back Into
BackInto.tooltip=Back Into
BackInto.description=Step back into
BackOver.label=Back Over
BackOver.tooltip=Back Over
BackOver.description=Step back over
BackReturn.label=Back Return
BackReturn.tooltip=Back Return
BackReturn.description=Run backwards until return
BackResume.label=Run Backwards
BackResume.tooltip=Run Backwards
BackResume.description=Run backwards

RegisterVectorDisplay.label = Display Register As Vector Of...

propertyPage.name = Debug Element

debugview.menu.filters=Filter
debugview.menu.sorters=Sorting

command.preferences.label=Preferences...

# ***** Activity contributions *****

activities.category.debugger.name=TCF C/C++ Debugger
activities.category.debugger.description=Use the C/C++ debugger to debug systems running a TCF agent.

activities.category.profiler.name=TCF Profiler
activities.category.profiler.description=Use to profile systems running a TCF agent.

activities.activity.debugger.launch.name=Target Communication Framework Launch
activities.activity.debugger.launch.description=Launch applications or attach the TCF C/C++ debugger to a running system. 

activities.activity.debugger.views.name=TCF C/C++ Debugger Views
activities.activity.debugger.views.description=TCF C/C++ debugger related views. 

activities.activity.profiler.views.name=TCF Profiler Views
activities.activity.profiler.views.description=TCF Profiler related views. 

showQualifiedNames.command.name = Show Qualified Type Names
cpp.menu.label = C++

filterVariants.command.name = Filter Variants by Discriminant Value
ada.menu.label = Ada

Back to the top