cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
author dadubrow
Tue, 10 Nov 2009 09:58:50 -0600
changeset 111 c2563c416525
parent 37 c2bce6dd59e7
permissions -rw-r--r--
merge debug text hover support with CDT
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2008, 2009 Ericsson and others.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
#   Ericsson - initial API and implementation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
#   IBM Corporation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
pluginName=GDB DSF Debugger Integration UI
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
providerName=Eclipse CDT
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
action.connect.label = Connect...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
action.connect.tooltip = Connect to a process
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
actionSet.reverse.label = Reverse Debugging
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
actionSet.reverse.description = Reverse Debugging
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
command.reverseCategory.name = Reverse Debugging Commands
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
command.reverseCategory.description = Set of commands for Reverse Debugging
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
command.reverseToggle.name = Reverse Toggle
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
command.reverseToggle.description = Toggle Reverse Debugging
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
command.reverseToggle.label = Toggle Reverse Debugging
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
command.reverseResume.name = Reverse Resume
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
command.reverseResume.description = Perform Reverse Resume
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
command.reverseResume.label = Reverse Resume
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
command.reverseStepInto.name = Reverse StepInto
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
command.reverseStepInto.description = Perform Reverse StepInto
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
command.reverseStepInto.label = Reverse StepInto
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
command.reverseStepOver.name = Reverse StepOver
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
command.reverseStepOver.description = Perform Reverse StepOver
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35
command.reverseStepOver.label = Reverse StepOver
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
command.uncall.name = Uncall
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
command.uncall.description = Perform Uncall
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
command.uncall.label = Uncall
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
gdbPreferencePage.name = GDB
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
launchTab.main.name=Main
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
launchTab.arguments.name=Arguments
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
launchTab.debugger.name=Debugger
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
launchTab.sourceLookup.name=Source
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
launchTab.common.name=Common
111
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    47
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    48
editorTextHover.label=GDB Debugger
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    49
editorTextHover.description=Shows formatted value in debugger hover