2006-11-01 21:53:48 +00:00
|
|
|
###############################################################################
|
2008-04-29 21:26:59 +00:00
|
|
|
# Copyright (c) 2006, 2008 Wind River Systems and others.
|
2006-11-01 21:53:48 +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:
|
|
|
|
# Wind River Systems - initial API and implementation
|
|
|
|
###############################################################################
|
2008-04-29 21:26:59 +00:00
|
|
|
pluginName=Debug Services Framework Debug UI
|
2006-11-01 21:53:48 +00:00
|
|
|
providerName=Eclipse.org
|
|
|
|
|
2008-04-29 21:26:59 +00:00
|
|
|
# disassembly
|
2008-09-09 21:13:16 +00:00
|
|
|
disassemblyPreferencePage.name = Disassembly
|
2008-04-29 21:26:59 +00:00
|
|
|
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
|
|
|
|
|
2008-05-01 22:20:58 +00:00
|
|
|
# actions
|
2008-04-29 21:26:59 +00:00
|
|
|
action.breakpointProperties.label = Breakpoint Properties...
|
2008-05-01 22:20:58 +00:00
|
|
|
|
|
|
|
action.refresh.label = Refresh
|
|
|
|
|
|
|
|
menu.updatePolicy = Update Policy
|
2008-06-17 20:46:30 +00:00
|
|
|
menu.threadsUpdatePolicy = Threads Update Policy
|
2008-08-27 22:26:55 +00:00
|
|
|
menu.updateScope = Update Scope
|
|
|
|
|
2008-05-01 22:20:58 +00:00
|
|
|
menu.numberFormat = Number Format
|
2008-06-24 17:34:46 +00:00
|
|
|
|
2008-09-09 21:13:16 +00:00
|
|
|
preferencePage.name = DSF
|
2008-06-24 17:34:46 +00:00
|
|
|
|
|
|
|
action.expandStack.label = E&xpand Stack
|
2008-09-02 14:57:53 +00:00
|
|
|
|
|
|
|
# Preferences
|
|
|
|
|
|
|
|
debugCallStack = Debug Call Stack
|
|
|
|
debugCurrentInstructionPointer = Debug Current Instruction Pointer
|
|
|
|
|