2006-08-25 21:52:40 +00:00
###############################################################################
2013-04-30 11:59:16 -04:00
# Copyright (c) 2006, 2013 Wind River Systems and others.
2006-08-25 21:52:40 +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
2009-05-26 14:48:10 +00:00
# IBM Corporation
2011-01-17 18:17:43 +00:00
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (331781)
2013-04-30 11:59:16 -04:00
# Alvaro Sanchez-Leon (Ericsson AB) - Support for Step into selection (bug 244865)
2006-08-25 21:52:40 +00:00
###############################################################################
2009-01-08 21:08:05 +00:00
pluginName = Debugger Services Framework UI
2009-05-26 14:48:10 +00:00
providerName = Eclipse CDT
2006-08-25 21:52:40 +00:00
2009-01-16 12:52:31 +00:00
# disassembly
disassemblyPreferencePage.name = Disassembly
2010-03-11 22:43:38 +00:00
disassemblyView.name = Disassembly
2009-01-16 12:52:31 +00:00
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
2009-10-20 09:14:17 +00:00
command.rulerToggleBreakpoint.name = Toggle Breakpoint
command.rulerToggleBreakpoint.description = Toggle breakpoint in disassembly ruler
2009-01-16 12:52:31 +00:00
2010-09-30 10:03:29 +00:00
commandContext.name = In Disassembly
2009-01-16 12:52:31 +00:00
commandContext.description = When debugging in assembly mode
# actions
2012-12-12 21:13:52 -08:00
action.breakpointProperties.label = Breakpoint Properties...
action.toggleBreakpoint.label = Toggle Breakpoint
action.addBreakpoint.label = Add Breakpoint...
2009-01-16 12:52:31 +00:00
menu.updatePolicy = Update Policy
menu.threadsUpdatePolicy = Threads Update Policy
menu.updateScope = Update Scope
menu.numberFormat = Number Format
2010-04-07 15:19:53 +00:00
preferencePage.name = View Performance
2009-01-16 12:52:31 +00:00
action.expandStack.label = E&xpand Stack
action.refreshAll.name = Refresh Debug Views
action.refresh.label = Refresh
2010-05-25 18:48:54 +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
2012-07-23 14:51:24 -07:00
command.refreshAll.name = Refresh Debug Views
command.refreshAll.description = Refresh all data in debug views
2010-05-25 18:48:54 +00:00
2009-01-16 12:52:31 +00:00
# Preferences
2009-03-31 21:25:24 +00:00
StaleData.foreground.label = Stale data foreground color
StaleData.foreground.description = This color is used to indicate that a given element of data in a view is stale. User should refresh the view to see current data. The foreground color is used only when the view is showing data in columns.
StaleData.background.label = Stale data background color
StaleData.background.description = This color is used to indicate that a given element of data in a view is stale. User should refresh the view to see current data. The background color is used only when the view is in no-columns mode.
2009-11-12 14:06:54 +00:00
2010-04-23 06:24:18 +00:00
debugUpdateModes.label = Debug Update Modes
2010-05-04 18:42:19 +00:00
2011-01-17 18:17:43 +00:00
# Pin & Clone
PinView.name = Pin to Debug Context
2011-09-21 13:51:29 +02:00
OpenNewView.name = Open New View
# Disassembly ruler columns
disassemblyRulerColumn.addresses = Addresses
disassemblyRulerColumn.functionOffsets = Function Offsets
disassemblyRulerColumn.opcodes = Opcodes
2013-04-30 11:59:16 -04:00
# Step into selection
stepIntoSelectionHyperlinkDetector.label = C/C++ Step Into Selection
stepIntoSelectionHyperlinkDetector.description = Performs the step into selection command on demand via a hyperlink