Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 215116 Details for
Bug 372032
[reverse] Reverse debug buttons should handle the new debug global toolbar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
The correct patch.
0001-Bug-372032-reverse-Reverse-debug-buttons-should-hand.patch (text/plain), 3.26 KB, created by
Pawel Piech
on 2012-05-04 18:21:09 EDT
(
hide
)
Description:
The correct patch.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2012-05-04 18:21:09 EDT
Size:
3.26 KB
patch
obsolete
>From 94ac394740fedad3db6f28067b2eeb9a8ed0f089 Mon Sep 17 00:00:00 2001 >From: Pawel Piech <pawel.piech@windriver.com> >Date: Fri, 4 May 2012 15:18:55 -0700 >Subject: [PATCH] Bug 372032 - [reverse] Reverse debug buttons should handle > the new debug global toolbar > >--- > debug/org.eclipse.cdt.debug.ui/plugin.xml | 14 ++++++++------ > 1 files changed, 8 insertions(+), 6 deletions(-) > >diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml >index 16b824c..5cbffbf 100644 >--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml >+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml >@@ -2170,7 +2170,7 @@ > <visibleWhen checkEnabled="false"> > <and> > <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingActionSetActive"/> >- <systemTest property="org.eclipse.debug.ui.debugViewToolbarVisible" value="true"/> >+ <test property="org.eclipse.debug.ui.isDebugViewToolbarVisible"/> > </and> > </visibleWhen> > </command> >@@ -2185,7 +2185,7 @@ > <visibleWhen checkEnabled="false"> > <and> > <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingEnabled"/> >- <systemTest property="org.eclipse.debug.ui.debugViewToolbarVisible" value="true"/> >+ <test property="org.eclipse.debug.ui.isDebugViewToolbarVisible"/> > </and> > </visibleWhen> > </command> >@@ -2200,7 +2200,7 @@ > <visibleWhen checkEnabled="false"> > <and> > <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingEnabled"/> >- <systemTest property="org.eclipse.debug.ui.debugViewToolbarVisible" value="true"/> >+ <test property="org.eclipse.debug.ui.isDebugViewToolbarVisible"/> > </and> > </visibleWhen> > </command> >@@ -2215,7 +2215,7 @@ > <visibleWhen checkEnabled="false"> > <and> > <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingEnabled"/> >- <systemTest property="org.eclipse.debug.ui.debugViewToolbarVisible" value="true"/> >+ <test property="org.eclipse.debug.ui.isDebugViewToolbarVisible"/> > </and> > </visibleWhen> > </command> >@@ -2230,7 +2230,7 @@ > <visibleWhen checkEnabled="false"> > <and> > <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingEnabled"/> >- <systemTest property="org.eclipse.debug.ui.debugViewToolbarVisible" value="true"/> >+ <test property="org.eclipse.debug.ui.isDebugViewToolbarVisible"/> > </and> > </visibleWhen> > </command> >@@ -2245,7 +2245,9 @@ > label="%ReverseToggle.label" > style="toggle"> > <visibleWhen checkEnabled="false"> >- <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingActionSetActive"/> >+ <and> >+ <reference definitionId="org.eclipse.cdt.debug.ui.testIsReverseDebuggingActionSetActive"/> >+ </and> > </visibleWhen> > </command> > </menuContribution> >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cdtdoug
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 372032
:
215115
| 215116