2008-07-29 00:43:30 +00:00
|
|
|
###############################################################################
|
2010-02-16 01:44:33 +00:00
|
|
|
# Copyright (c) 2008, 2010 Ericsson and others.
|
2008-07-29 00:43:30 +00:00
|
|
|
# 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:
|
|
|
|
# Ericsson - initial API and implementation
|
2009-05-26 14:48:10 +00:00
|
|
|
# IBM Corporation
|
2008-07-29 00:43:30 +00:00
|
|
|
###############################################################################
|
2009-01-08 21:08:05 +00:00
|
|
|
pluginName=GDB DSF Debugger Integration UI
|
2009-05-26 14:48:10 +00:00
|
|
|
providerName=Eclipse CDT
|
2008-07-29 00:43:30 +00:00
|
|
|
|
|
|
|
action.connect.label = Connect...
|
|
|
|
action.connect.tooltip = Connect to a process
|
2009-01-23 18:09:01 +00:00
|
|
|
|
2009-02-28 08:26:31 +00:00
|
|
|
gdbPreferencePage.name = GDB
|
|
|
|
|
2009-02-27 22:38:54 +00:00
|
|
|
launchTab.main.name=Main
|
|
|
|
launchTab.arguments.name=Arguments
|
|
|
|
launchTab.debugger.name=Debugger
|
|
|
|
launchTab.sourceLookup.name=Source
|
|
|
|
launchTab.common.name=Common
|
2010-02-16 01:44:33 +00:00
|
|
|
launchTab.environment.name=Environment
|
2009-11-10 00:08:13 +00:00
|
|
|
|
|
|
|
editorTextHover.label=GDB Debugger
|
2009-12-18 18:59:44 +00:00
|
|
|
editorTextHover.description=Shows formatted value in debugger hover
|
|
|
|
|
|
|
|
breakpoints.property.filter=Filter
|
|
|
|
tracepoints.property.common=Common
|
|
|
|
tracepoints.property.actions=Actions
|
2010-01-27 19:05:47 +00:00
|
|
|
|
2010-02-13 02:36:12 +00:00
|
|
|
popup.addExpression.label=Add Watch Expression...
|
|
|
|
popup.resumeAtLine.label=Resume At Li&ne
|
|
|
|
popup.moveToLine.label=&Move To Line
|
|
|
|
popup.runToLine.label=Run To &Line
|
|
|
|
|
2010-01-27 19:05:47 +00:00
|
|
|
# Tracepoints
|
|
|
|
view.traceControl.name=Trace Control
|
|
|
|
toolbar.startTracing.name=Start Tracing
|
|
|
|
toolbar.stopTracing.name=Stop Tracing
|
|
|
|
toolbar.saveTracing.name=Save Trace Data
|