2009-05-27 15:55:44 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2009 IBM Corporation and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2009-05-27 15:55:44 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2009-05-27 15:55:44 +00:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
2011-01-17 18:17:43 +00:00
|
|
|
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (331781)
|
2009-05-27 15:55:44 +00:00
|
|
|
###############################################################################
|
|
|
|
#Properties file for org.eclipse.cdt.debug.ui.memory.memorybrowser
|
|
|
|
providerName = Eclipse CDT
|
|
|
|
pluginName = Memory Browser
|
2011-01-17 18:17:43 +00:00
|
|
|
view.name.0 = Memory Browser
|
2011-02-07 21:14:42 +00:00
|
|
|
view.clearExpressionList = Clear Expressions
|
2011-01-17 18:17:43 +00:00
|
|
|
# Pin & Clone
|
|
|
|
PinView.name = Pin to Debug Context
|
2015-07-31 13:38:56 -04:00
|
|
|
OpenNewView.name = Open New View
|
|
|
|
|
|
|
|
# watch points
|
|
|
|
AddWatchpoint.label=Add Watchpoint (C/C++)...
|
|
|
|
AddWatchpoint.tooltip=Add Watchpoint (C/C++)
|