cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
changeset 37 c2bce6dd59e7
child 111 c2563c416525
equal deleted inserted replaced
35:a36bd1ef0b40 37:c2bce6dd59e7
       
     1 ###############################################################################
       
     2 # Copyright (c) 2008, 2009 Ericsson and others.
       
     3 # All rights reserved. This program and the accompanying materials
       
     4 # are made available under the terms of the Eclipse Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/epl-v10.html
       
     7 #
       
     8 # Contributors:
       
     9 #   Ericsson - initial API and implementation
       
    10 #   IBM Corporation
       
    11 ###############################################################################
       
    12 pluginName=GDB DSF Debugger Integration UI
       
    13 providerName=Eclipse CDT
       
    14 
       
    15 action.connect.label = Connect...
       
    16 action.connect.tooltip = Connect to a process
       
    17 
       
    18 actionSet.reverse.label = Reverse Debugging
       
    19 actionSet.reverse.description = Reverse Debugging
       
    20 
       
    21 command.reverseCategory.name = Reverse Debugging Commands
       
    22 command.reverseCategory.description = Set of commands for Reverse Debugging
       
    23 
       
    24 command.reverseToggle.name = Reverse Toggle
       
    25 command.reverseToggle.description = Toggle Reverse Debugging
       
    26 command.reverseToggle.label = Toggle Reverse Debugging
       
    27 command.reverseResume.name = Reverse Resume
       
    28 command.reverseResume.description = Perform Reverse Resume
       
    29 command.reverseResume.label = Reverse Resume
       
    30 command.reverseStepInto.name = Reverse StepInto
       
    31 command.reverseStepInto.description = Perform Reverse StepInto
       
    32 command.reverseStepInto.label = Reverse StepInto
       
    33 command.reverseStepOver.name = Reverse StepOver
       
    34 command.reverseStepOver.description = Perform Reverse StepOver
       
    35 command.reverseStepOver.label = Reverse StepOver
       
    36 command.uncall.name = Uncall
       
    37 command.uncall.description = Perform Uncall
       
    38 command.uncall.label = Uncall
       
    39 
       
    40 gdbPreferencePage.name = GDB
       
    41 
       
    42 launchTab.main.name=Main
       
    43 launchTab.arguments.name=Arguments
       
    44 launchTab.debugger.name=Debugger
       
    45 launchTab.sourceLookup.name=Source
       
    46 launchTab.common.name=Common