cdt/cdt_5_0_x/org.eclipse.cdt.debug.mi.ui/plugin.properties
author dadubrow
Mon, 06 Apr 2009 09:15:05 -0500
changeset 5 185d5fe9a600
parent 1 a7cc18b7a772
permissions -rw-r--r--
adding ignore file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
cawthron
parents:
diff changeset
     1
###############################################################################
cawthron
parents:
diff changeset
     2
# Copyright (c) 2000, 2006 QNX Software Systems and others.
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
cawthron
parents:
diff changeset
     7
#
cawthron
parents:
diff changeset
     8
# Contributors:
cawthron
parents:
diff changeset
     9
#     QNX Software Systems - Initial API and implementation
cawthron
parents:
diff changeset
    10
###############################################################################
cawthron
parents:
diff changeset
    11
pluginName=C/C++ Development Tools GDB/MI CDI Debugger UI
cawthron
parents:
diff changeset
    12
providerName=Eclipse.org
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
MIPreferencePage.name=GDB MI
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
SetAutoSolibAction.label=Automatically Load Shared Libraries
cawthron
parents:
diff changeset
    17
SetAutoSolibAction.tooltip=Automatically Load Shared Libraries On/Off
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
TargetOptionsPage.label=GDB/MI Options
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
VerboseMode.label=Verbose Mode
cawthron
parents:
diff changeset
    22
VerboseMode.tooltip=Verbose Mode For gdb Console
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
catchType.label = Event Type
cawthron
parents:
diff changeset
    26
catchSignal.label = Signal Caught
cawthron
parents:
diff changeset
    27
catchSignal.arg.label = Signal Number
cawthron
parents:
diff changeset
    28
catchCatch.label = Exception Caught
cawthron
parents:
diff changeset
    29
catchThrow.label = Exception Thrown
cawthron
parents:
diff changeset
    30
cawthron
parents:
diff changeset
    31
#Note: fork, vfork and exec is not translatable words
cawthron
parents:
diff changeset
    32
catchFork.label = Stop on fork
cawthron
parents:
diff changeset
    33
catchVfork.label = Stop on vfork
cawthron
parents:
diff changeset
    34
catchExec.label = Stop on exec
cawthron
parents:
diff changeset
    35
cawthron
parents:
diff changeset
    36
catchExit.label = Process exit
cawthron
parents:
diff changeset
    37
catchStop.label = Process suspend
cawthron
parents:
diff changeset
    38
catchStart.label = Process start
cawthron
parents:
diff changeset
    39
catchThreadExit.label = Thread exit
cawthron
parents:
diff changeset
    40
catchThreadStart.label = Thread start
cawthron
parents:
diff changeset
    41
catchThreadJoin.label =  Thread join
cawthron
parents:
diff changeset
    42
catchLoad.label = Library load
cawthron
parents:
diff changeset
    43
catchUnload.label = Library unload