2008-07-29 00:43:30 +00:00
|
|
|
###############################################################################
|
2014-04-08 13:40:38 -04:00
|
|
|
# Copyright (c) 2008, 2014 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
|
2010-11-05 01:28:52 +00:00
|
|
|
# Jens Elmenthaler (Verigy) - Added Full GDB pretty-printing support (bug 302121)
|
2012-05-05 12:54:55 +04:00
|
|
|
# Vladimir Prus (Mentor Graphics) - OS Resources view (bug 360314)
|
2014-04-08 13:40:38 -04:00
|
|
|
# Marc Khouzam (Ericsson) - Support for dynamic printf (bug 400628)
|
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
|
|
|
|
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
|
|
|
|
2009-12-18 18:59:44 +00:00
|
|
|
breakpoints.property.filter=Filter
|
|
|
|
tracepoints.property.common=Common
|
|
|
|
tracepoints.property.actions=Actions
|
2010-03-11 19:09:40 +00:00
|
|
|
tracepoints.action.page.label=Actions
|
|
|
|
tracepointActionsPrefPage.name=Tracepoint Actions
|
2014-04-08 13:40:38 -04:00
|
|
|
dynamicPrintf.property.common=Common
|
|
|
|
action.addDynamicPrintf.label=Add Dynamic-Printf...
|
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
|
2010-04-28 23:50:54 +00:00
|
|
|
toolbar.nextTraceRecord.label=Next Trace Record
|
|
|
|
toolbar.prevTraceRecord.label=Previous Trace Record
|
|
|
|
command.nextTraceRecord.name=Next Trace Record
|
|
|
|
command.prevTraceRecord.name=Previous Trace Record
|
|
|
|
command.nextTraceRecord.description=Select Next Trace Record
|
|
|
|
command.prevTraceRecord.description=Select Previous Trace Record
|
2010-11-05 01:28:52 +00:00
|
|
|
|
|
|
|
category.description = C/C++ debugging with the DSF GDB debugger
|
|
|
|
category.name = CDT DSF-GDB - GDB Debugging
|
|
|
|
activity.description = C/C++ debugging with the DSF GDB debugger
|
|
|
|
activity.name = CDT DSF-GDB - GDB Debugging
|
|
|
|
|
|
|
|
# Pretty Printing
|
|
|
|
action.fetchMoreChildren.label=Fetch More Children
|
2012-05-05 12:54:55 +04:00
|
|
|
|
|
|
|
# OS view
|
|
|
|
view.osresources.name=OS Resources
|