1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/plugins/org.eclipse.dd.dsf.debug.ui/plugin.properties
2008-04-29 21:26:59 +00:00

28 lines
1.1 KiB
Properties

###############################################################################
# Copyright (c) 2006, 2008 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
###############################################################################
pluginName=Debug Services Framework Debug UI
providerName=Eclipse.org
# disassembly
disassemblyPreferencePage.name = DSF Disassembly
disassemblyView.name= DSF Disassembly
command.gotoPC.name=Go to Program Counter
command.gotoPC.description=Navigate to current program counter
command.gotoAddress.name=Go to Address...
command.gotoAddress.description=Navigate to address
command.gotoSymbol.name=Go to Symbol...
command.gotoSymbol.description=Navigate to symbolic address
commandContext.name= In DSF Disassembly
commandContext.description= When debugging in assembly mode
action.breakpointProperties.label = Breakpoint Properties...