cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb.ui/plugin.xml
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
<?xml version="1.0" encoding="UTF-8"?>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
<plugin>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
         point="org.eclipse.debug.ui.launchConfigurationTabs">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
      <!-- Local application launch tabs-->
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
            id="org.eclipse.cdt.dsf.gdb.launch.localApplicationLaunch.mainTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
            name="%launchTab.main.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CMainTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.localCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
      <tab id="org.eclipse.cdt.dsf.gdb.launch.localApplicationLaunch.argumentsTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
            name="%launchTab.arguments.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CArgumentsTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.localCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
        <placement after="org.eclipse.cdt.dsf.gdb.launch.mainTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
            id="org.eclipse.cdt.dsf.gdb.launch.localApplicationLaunch.debuggerTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
            name="%launchTab.debugger.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.LocalApplicationCDebuggerTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.localCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
        <placement after="org.eclipse.cdt.dsf.gdb.launch.argumentsTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
            id="org.eclipse.cdt.dsf.gdb.launch.localApplicationLaunch.sourceLookupTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
            name="%launchTab.sourceLookup.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
            class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.localCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
        <placement after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
            id="org.eclipse.cdt.dsf.gdb.launch.localApplicationLaunch.commonTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
            name="%launchTab.common.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
            class="org.eclipse.debug.ui.CommonTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.localCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
        <placement after="org.eclipse.debug.ui.sourceLookupTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    47
      <!-- Remote application launch tabs-->
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    48
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    49
            id="org.eclipse.cdt.dsf.gdb.launch.remoteApplicationLaunch.mainTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    50
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    51
            name="%launchTab.main.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    52
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CMainTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    53
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    54
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    55
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    56
            id="org.eclipse.cdt.dsf.gdb.launch.remoteApplicationLaunch.debuggerTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    57
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    58
            name="%launchTab.debugger.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    59
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.RemoteApplicationCDebuggerTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    60
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    61
        <placement after="org.eclipse.cdt.dsf.gdb.launch.mainTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    62
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    63
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    64
            id="org.eclipse.cdt.dsf.gdb.launch.remoteApplicationLaunch.sourceLookupTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    65
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    66
            name="%launchTab.sourceLookup.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    67
            class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    68
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    69
        <placement after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    70
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    71
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    72
            id="org.eclipse.cdt.dsf.gdb.launch.remoteApplicationLaunch.commonTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    73
            group="org.eclipse.cdt.launch.applicationLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    74
            name="%launchTab.common.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    75
            class="org.eclipse.debug.ui.CommonTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    76
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    77
        <placement after="org.eclipse.debug.ui.sourceLookupTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    78
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    79
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    80
      <!-- Attach launch tabs-->
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    81
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    82
            id="org.eclipse.cdt.dsf.gdb.launch.attachLaunch.mainTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    83
            group="org.eclipse.cdt.launch.attachLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    84
            name="%launchTab.main.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    85
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CMainAttachTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    86
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.attachCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    87
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    88
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    89
            id="org.eclipse.cdt.dsf.gdb.launch.attachLaunch.debuggerTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    90
            group="org.eclipse.cdt.launch.attachLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    91
            name="%launchTab.debugger.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    92
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.AttachCDebuggerTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    93
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.attachCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    94
        <placement after="org.eclipse.cdt.dsf.gdb.launch.mainTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    95
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    96
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    97
            id="org.eclipse.cdt.dsf.gdb.launch.attachLaunch.sourceLookupTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    98
            group="org.eclipse.cdt.launch.attachLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    99
            name="%launchTab.sourceLookup.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   100
            class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   101
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.attachCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   102
        <placement after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   103
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   104
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   105
            id="org.eclipse.cdt.dsf.gdb.launch.attachLaunch.commonTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   106
            group="org.eclipse.cdt.launch.attachLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   107
            name="%launchTab.common.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   108
            class="org.eclipse.debug.ui.CommonTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   109
        <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.attachCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   110
        <placement after="org.eclipse.debug.ui.sourceLookupTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   111
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   112
      
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   113
      <!-- PostMortem launch tabs-->
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   114
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   115
            id="org.eclipse.cdt.dsf.gdb.launch.coreLaunch.mainTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   116
            group="org.eclipse.cdt.launch.postmortemLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   117
            name="%launchTab.main.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   118
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CMainCoreTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   119
         <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.coreCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   120
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   121
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   122
            id="org.eclipse.cdt.dsf.gdb.launch.coreLaunch.debuggerTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   123
            group="org.eclipse.cdt.launch.postmortemLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   124
            name="%launchTab.debugger.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   125
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CoreFileDebuggerTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   126
         <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.coreCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   127
         <placement after="org.eclipse.cdt.dsf.gdb.launch.mainTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   128
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   129
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   130
            id="org.eclipse.cdt.dsf.gdb.launch.coreLaunch.sourceLookupTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   131
            group="org.eclipse.cdt.launch.postmortemLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   132
            name="%launchTab.sourceLookup.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   133
            class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   134
         <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.coreCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   135
         <placement after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   136
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   137
      <tab
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   138
            id="org.eclipse.cdt.dsf.gdb.launch.coreLaunch.commonTab"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   139
            group="org.eclipse.cdt.launch.postmortemLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   140
            name="%launchTab.common.name"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   141
            class="org.eclipse.debug.ui.CommonTab">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   142
         <associatedDelegate delegate="org.eclipse.cdt.dsf.gdb.launch.coreCLaunch"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   143
         <placement after="org.eclipse.debug.ui.sourceLookupTab"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   144
      </tab>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   145
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   146
   
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   147
    <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   148
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   149
      <launchConfigurationTabGroup
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   150
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.GdbRemoteRunLaunchConfigurationTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   151
            id="org.eclipse.cdt.dsf.gdb.launch.remoteRunLaunchTabGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   152
            type="org.eclipse.cdt.dsf.gdb.launch.remoteCLaunch">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   153
      </launchConfigurationTabGroup>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   154
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   155
   
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   156
   <extension point="org.eclipse.core.runtime.adapters">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   157
      <factory 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   158
        	class="org.eclipse.cdt.dsf.gdb.internal.ui.GdbAdapterFactory" 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   159
	        adaptableType="org.eclipse.cdt.dsf.gdb.launching.GdbLaunch">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   160
         <adapter type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   161
         <adapter type="org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   162
         <adapter type="org.eclipse.debug.ui.contexts.ISuspendTrigger"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   163
         <adapter type="org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentationFactory"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   164
	  </factory>         
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   165
      <factory 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   166
	       	class="org.eclipse.cdt.dsf.gdb.internal.ui.GdbRunToLineAdapterFactory" 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   167
	        adaptableType="org.eclipse.cdt.dsf.ui.viewmodel.IVMContext">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   168
         <adapter type="org.eclipse.debug.core.model.ISuspendResume"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   169
	  </factory>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   170
   </extension>	
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   171
   
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   172
   <extension point="org.eclipse.debug.ui.memoryRenderings">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   173
      <renderingBindings
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   174
            defaultIds="org.eclipse.debug.ui.rendering.raw_memory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   175
            primaryId="org.eclipse.debug.ui.rendering.raw_memory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   176
            renderingIds="org.eclipse.debug.ui.rendering.raw_memory,org.eclipse.debug.ui.rendering.ascii,org.eclipse.debug.ui.rendering.signedint,org.eclipse.debug.ui.rendering.unsignedint">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   177
         <enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   178
            <instanceof value="org.eclipse.cdt.dsf.debug.model.DsfMemoryBlock"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   179
         </enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   180
      </renderingBindings>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   181
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   182
111
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   183
   <extension
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   184
         point="org.eclipse.cdt.ui.textHovers">
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   185
      <hover
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   186
            label="%editorTextHover.description"
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   187
            description="%editorTextHover.description"
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   188
            class="org.eclipse.cdt.dsf.gdb.internal.ui.GdbDebugTextHover"
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   189
            id="org.eclipse.cdt.dsf.gdb.internal.ui.GdbDebugTextHover">
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   190
      </hover>
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   191
   </extension>
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
   192
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   193
   <extension point="org.eclipse.ui.propertyPages">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   194
         <page class="org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints.CBreakpointGdbThreadFilterPage"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   195
            id="org.eclipse.cdt.dsf.gdb.breakpoint.filtering"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   196
            name="Filter">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   197
         <filter name="debugModelId" value="org.eclipse.cdt.dsf.gdb"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   198
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   199
            <adapt type="org.eclipse.cdt.debug.core.model.ICBreakpoint"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   200
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   201
      </page>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   202
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   203
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   204
         point="org.eclipse.debug.core.statusHandlers">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   205
      <statusHandler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   206
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.ProcessPrompter"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   207
            code="100"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   208
            id="org.eclipse.cdt.dsf.gdb.ui.processPrompter"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   209
            plugin="org.eclipse.cdt.dsf.gdb.ui">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   210
      </statusHandler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   211
      <statusHandler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   212
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CoreFilePrompter"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   213
            code="1001"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   214
            id="org.eclipse.cdt.dsf.gdb.ui.coreFilePrompter"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   215
            plugin="org.eclipse.cdt.dsf.gdb.ui">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   216
      </statusHandler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   217
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   218
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   219
         point="org.eclipse.cdt.debug.ui.CDebuggerPage">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   220
      <debuggerPage
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   221
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.GdbDebuggerPage"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   222
            debuggerID="org.eclipse.cdt.dsf.gdb.GdbDebugger"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   223
            id="org.eclipse.cdt.dsf.gdb.ui.GdbDebuggerPage">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   224
      </debuggerPage>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   225
      <debuggerPage
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   226
            class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.GdbServerDebuggerPage"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   227
            debuggerID="org.eclipse.cdt.dsf.gdb.GdbServerDebugger"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   228
            id="org.eclipse.cdt.dsf.gdb.ui.GdbServerDebuggerPage">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   229
      </debuggerPage>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   230
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   231
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   232
         point="org.eclipse.ui.popupMenus">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   233
      <viewerContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   234
            id="org.eclipse.cdt.dsf.gdb.ui.debugview.context"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   235
            targetID="org.eclipse.debug.ui.DebugView">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   236
         <action
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   237
               class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ConnectActionDelegate"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   238
               icon="icons/full/obj16/connect.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   239
               id="org.eclipse.cdt.dsf.gdb.ui.connect"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   240
               label="%action.connect.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   241
               menubarPath="threadGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   242
               tooltip="%action.connect.tooltip">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   243
            <enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   244
               <pluginState
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   245
                     id="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   246
                     value="activated">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   247
               </pluginState>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   248
            </enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   249
         </action>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   250
         <visibility>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   251
            <pluginState
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   252
                  id="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   253
                  value="activated">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   254
            </pluginState>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   255
         </visibility>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   256
      </viewerContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   257
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   258
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   259
         point="org.eclipse.ui.viewActions">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   260
      <viewContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   261
            id="org.eclipse.cdt.dsf.gdb.ui.debugview.toolbar"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   262
            targetID="org.eclipse.debug.ui.DebugView">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   263
         <action
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   264
               class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ConnectActionDelegate"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   265
               icon="icons/full/obj16/connect.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   266
               id="org.eclipse.cdt.dsf.gdb.ui.connect"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   267
               label="%action.connect.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   268
               toolbarPath="threadGroup"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   269
               tooltip="%action.connect.tooltip">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   270
            <enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   271
               <pluginState
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   272
                     id="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   273
                     value="activated">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   274
               </pluginState>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   275
            </enablement>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   276
         </action>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   277
      </viewContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   278
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   279
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   280
         point="org.eclipse.ui.actionSets">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   281
      <actionSet
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   282
            description="%actionSet.reverse.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   283
            id="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingActionSet"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   284
            label="%actionSet.reverse.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   285
            visible="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   286
      </actionSet>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   287
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   288
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   289
         point="org.eclipse.ui.commands">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   290
      <category
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   291
            description="%command.reverseCategory.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   292
            id="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   293
            name="%command.reverseCategory.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   294
      </category>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   295
      <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   296
            categoryId="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   297
            description="%command.reverseToggle.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   298
            id="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   299
            name="%command.reverseToggle.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   300
      </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   301
      <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   302
            categoryId="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   303
            description="%command.reverseResume.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   304
            id="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   305
            name="%command.reverseResume.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   306
      </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   307
      <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   308
            categoryId="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   309
            description="%command.reverseStepInto.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   310
            id="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   311
            name="%command.reverseStepInto.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   312
      </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   313
      <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   314
            categoryId="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   315
            description="%command.reverseStepOver.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   316
            id="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   317
            name="%command.reverseStepOver.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   318
      </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   319
      <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   320
            categoryId="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingCategory"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   321
            description="%command.uncall.description"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   322
            id="org.eclipse.cdt.dsf.gdb.ui.commands.uncall"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   323
            name="%command.uncall.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   324
      </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   325
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   326
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   327
         point="org.eclipse.ui.menus">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   328
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   329
            locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=additions">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   330
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   331
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   332
               icon="icons/full/obj16/reversetoggle.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   333
               id="org.eclipse.cdt.dsf.gdb.ui.button.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   334
               label="%command.reverseToggle.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   335
               style="toggle">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   336
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   337
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   338
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   339
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   340
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   341
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   342
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   343
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   344
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   345
            locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=threadGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   346
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   347
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   348
               icon="icons/full/obj16/reverseresume.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   349
               label="%command.reverseResume.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   350
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   351
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   352
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   353
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   354
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   355
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   356
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   357
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   358
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   359
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   360
            locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=stepIntoGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   361
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   362
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   363
               icon="icons/full/obj16/reversestepinto.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   364
               label="%command.reverseStepInto.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   365
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   366
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   367
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   368
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   369
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   370
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   371
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   372
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   373
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   374
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   375
            locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=stepOverGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   376
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   377
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   378
               icon="icons/full/obj16/reversestepover.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   379
               label="%command.reverseStepOver.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   380
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   381
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   382
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   383
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   384
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   385
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   386
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   387
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   388
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   389
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   390
            locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=stepReturnGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   391
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   392
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.uncall"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   393
               icon="icons/full/obj16/uncall.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   394
               label="%command.uncall.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   395
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   396
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   397
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   398
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   399
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   400
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   401
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   402
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   403
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   404
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   405
            locationURI="menu:org.eclipse.ui.run?before=stepGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   406
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   407
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   408
               icon="icons/full/obj16/reversetoggle.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   409
               id="org.eclipse.cdt.dsf.gdb.ui.button.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   410
               label="%command.reverseToggle.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   411
               style="toggle">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   412
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   413
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   414
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   415
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   416
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   417
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   418
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   419
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   420
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   421
            locationURI="menu:org.eclipse.ui.run?after=stepGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   422
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   423
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   424
               icon="icons/full/obj16/reverseresume.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   425
               label="%command.reverseResume.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   426
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   427
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   428
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   429
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   430
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   431
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   432
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   433
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   434
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   435
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   436
            locationURI="menu:org.eclipse.ui.run?before=stepIntoGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   437
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   438
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   439
               icon="icons/full/obj16/reversestepinto.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   440
               label="%command.reverseStepInto.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   441
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   442
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   443
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   444
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   445
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   446
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   447
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   448
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   449
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   450
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   451
            locationURI="menu:org.eclipse.ui.run?before=stepOverGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   452
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   453
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   454
               icon="icons/full/obj16/reversestepover.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   455
               label="%command.reverseStepOver.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   456
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   457
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   458
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   459
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   460
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   461
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   462
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   463
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   464
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   465
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   466
            locationURI="menu:org.eclipse.ui.run?before=stepReturnGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   467
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   468
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.uncall"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   469
               icon="icons/full/obj16/uncall.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   470
               label="%command.uncall.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   471
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   472
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   473
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   474
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   475
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   476
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   477
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   478
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   479
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   480
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   481
            locationURI="popup:org.eclipse.debug.ui.DebugView?before=stepGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   482
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   483
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   484
               icon="icons/full/obj16/reversetoggle.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   485
               id="org.eclipse.cdt.dsf.gdb.ui.button.reverseToggle"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   486
               label="%command.reverseToggle.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   487
               style="toggle">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   488
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   489
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   490
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   491
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   492
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   493
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   494
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   495
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   496
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   497
            locationURI="popup:org.eclipse.debug.ui.DebugView?after=threadGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   498
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   499
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   500
               icon="icons/full/obj16/reverseresume.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   501
               label="%command.reverseResume.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   502
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   503
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   504
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   505
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   506
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   507
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   508
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   509
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   510
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   511
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   512
            locationURI="popup:org.eclipse.debug.ui.DebugView?before=stepIntoGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   513
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   514
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   515
               icon="icons/full/obj16/reversestepinto.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   516
               label="%command.reverseStepInto.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   517
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   518
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   519
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   520
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   521
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   522
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   523
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   524
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   525
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   526
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   527
            locationURI="popup:org.eclipse.debug.ui.DebugView?before=stepOverGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   528
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   529
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   530
               icon="icons/full/obj16/reversestepover.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   531
               label="%command.reverseStepOver.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   532
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   533
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   534
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   535
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   536
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   537
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   538
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   539
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   540
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   541
      <menuContribution
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   542
            locationURI="popup:org.eclipse.debug.ui.DebugView?before=stepReturnGroup">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   543
         <command
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   544
               commandId="org.eclipse.cdt.dsf.gdb.ui.commands.uncall"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   545
               icon="icons/full/obj16/uncall.gif"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   546
               label="%command.uncall.label"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   547
               style="push">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   548
            <visibleWhen
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   549
                  checkEnabled="false">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   550
               <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   551
                     definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   552
               </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   553
            </visibleWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   554
         </command>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   555
      </menuContribution>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   556
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   557
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   558
         point="org.eclipse.ui.bindings">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   559
      <key
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   560
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   561
            contextId="org.eclipse.cdt.debug.ui.debugging"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   562
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   563
            sequence="SHIFT+F8">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   564
      </key>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   565
      <key
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   566
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   567
            contextId="org.eclipse.cdt.debug.ui.debugging"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   568
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   569
            sequence="SHIFT+F5">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   570
      </key>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   571
      <key
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   572
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   573
            contextId="org.eclipse.cdt.debug.ui.debugging"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   574
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   575
            sequence="SHIFT+F6">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   576
      </key>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   577
      <key
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   578
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.uncall"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   579
            contextId="org.eclipse.cdt.debug.ui.debugging"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   580
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   581
            sequence="SHIFT+F7">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   582
      </key>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   583
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   584
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   585
         point="org.eclipse.core.expressions.definitions">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   586
      <definition
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   587
            id="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   588
         <with
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   589
               variable="activeContexts">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   590
            <iterate
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   591
                  operator="or">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   592
               <equals
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   593
                     value="org.eclipse.cdt.dsf.gdb.ui.reverseDebuggingActionSet">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   594
               </equals>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   595
            </iterate>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   596
         </with>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   597
      </definition>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   598
      <definition
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   599
            id="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   600
         <with
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   601
               variable="org.eclipse.core.runtime.Platform">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   602
            <test
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   603
                  args="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   604
                  property="org.eclipse.core.runtime.bundleState"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   605
                  value="ACTIVE">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   606
            </test>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   607
         </with>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   608
      </definition>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   609
      <definition
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   610
            id="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   611
         <and>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   612
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   613
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   614
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   615
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   616
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsReverseDebuggingActionSetActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   617
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   618
            <or>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   619
               <with
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   620
                     variable="activePart">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   621
                  <test
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   622
                        property="org.eclipse.cdt.dsf.gdb.ui.isReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   623
                  </test>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   624
               </with>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   625
               <with
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   626
                     variable="selection">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   627
                  <test
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   628
                        property="org.eclipse.cdt.dsf.gdb.ui.isReverseDebuggingEnabled">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   629
                  </test>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   630
               </with>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   631
            </or>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   632
         </and>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   633
      </definition>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   634
      
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   635
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   636
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   637
         point="org.eclipse.ui.handlers">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   638
      <handler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   639
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseToggleCommandHandler"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   640
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   641
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   642
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   643
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   644
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   645
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   646
      </handler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   647
      <handler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   648
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseResumeCommandHandler"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   649
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseResume">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   650
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   651
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   652
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   653
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   654
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   655
      </handler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   656
      <handler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   657
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseStepIntoCommandHandler"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   658
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepInto">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   659
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   660
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   661
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   662
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   663
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   664
      </handler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   665
      <handler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   666
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseStepOverCommandHandler"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   667
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseStepOver">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   668
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   669
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   670
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   671
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   672
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   673
      </handler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   674
      <handler
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   675
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.UncallCommandHandler"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   676
            commandId="org.eclipse.cdt.dsf.gdb.ui.commands.uncall">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   677
         <enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   678
            <reference
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   679
                  definitionId="org.eclipse.cdt.dsf.gdb.ui.testIsGdbUIPluginActive">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   680
            </reference>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   681
         </enabledWhen>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   682
      </handler>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   683
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   684
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   685
         point="org.eclipse.core.expressions.propertyTesters">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   686
      <propertyTester
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   687
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseDebuggingPropertyTester"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   688
            id="org.eclipse.cdt.dsf.gdb.ui.selectionReverseDebuggingTester"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   689
            namespace="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   690
            properties="isReverseDebuggingEnabled"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   691
            type="org.eclipse.cdt.dsf.ui.viewmodel.datamodel.IDMVMContext">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   692
      </propertyTester>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   693
      <propertyTester
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   694
            class="org.eclipse.cdt.dsf.gdb.internal.ui.actions.ReverseDebuggingPropertyTester"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   695
            id="org.eclipse.cdt.dsf.gdb.ui.partReverseDebuggingTester"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   696
            namespace="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   697
            properties="isReverseDebuggingEnabled"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   698
            type="org.eclipse.ui.IWorkbenchPart">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   699
      </propertyTester>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   700
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   701
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   702
         point="org.eclipse.ui.preferencePages">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   703
      <page   
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   704
            category="org.eclipse.cdt.dsf.debug.ui.preferences"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   705
            class="org.eclipse.cdt.dsf.gdb.internal.ui.preferences.GdbDebugPreferencePage"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   706
            id="org.eclipse.cdt.dsf.gdb.ui.preferences"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   707
            name="%gdbPreferencePage.name">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   708
      </page> 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   709
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   710
   <extension
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   711
         point="org.eclipse.core.runtime.preferences">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   712
      <initializer
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   713
            class="org.eclipse.cdt.dsf.gdb.internal.ui.preferences.GdbPreferenceInitializer">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   714
      </initializer>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   715
   </extension>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   716
   
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   717
</plugin>