2008-07-29 00:43:30 +00:00
|
|
|
###############################################################################
|
2009-05-26 14:48:10 +00:00
|
|
|
# Copyright (c) 2008, 2009 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
|
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
|