Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 8f662a26c88c1a92a782324a99b6a3ac2ed2eaf7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                         


                                                                      
                                                          


                                        



                                                       
                                                          
                                                



                                                                               

                                      








                                                                                                      
###############################################################################
# Copyright (c) 2009, 2014 Wind River Systems and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#   Wind River Systems - initial API and implementation
#   Ericsson           - added Tracepoint support
#   Ericsson           - added Step into selection support
#   Ericsson           - Support Register Groups
###############################################################################

ToggleBreakpointsTargetFactory_description=Standard C/C++ breakpoint type.
ToggleBreakpointsTargetFactory_name=C/C++ Breakpoints

DsfUIStepIntoEditorSelection=Step Into
Information=Information
RegisterGroupInfo=Register Group
DefaultRegistersGroupName=New Group
ProposeGroupNameRoot=Group_
RegisterGroupConfirmRestoreTitle=Register Groups - Confirm Restore
RegisterGroupConfirmRestoreMessage=Are you sure you want to restore to the default register group(s) ?
RegisterGroupRestore=OK
RegisterGroupRestoreCancel=Cancel

Back to the top