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 157803 Details for
Bug 300586
Error logged by DsfSuspendTrigger.
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]
Missing changes from DsfSuspendTrigger.
20100201_300586.patch (text/plain), 1.84 KB, created by
Pawel Piech
on 2010-02-01 11:59:01 EST
(
hide
)
Description:
Missing changes from DsfSuspendTrigger.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2010-02-01 11:59:01 EST
Size:
1.84 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.dsf.ui >Index: src/org/eclipse/cdt/dsf/debug/ui/contexts/DsfSuspendTrigger.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/contexts/DsfSuspendTrigger.java,v >retrieving revision 1.6 >diff -u -r1.6 DsfSuspendTrigger.java >--- src/org/eclipse/cdt/dsf/debug/ui/contexts/DsfSuspendTrigger.java 13 Jan 2010 13:58:50 -0000 1.6 >+++ src/org/eclipse/cdt/dsf/debug/ui/contexts/DsfSuspendTrigger.java 1 Feb 2010 16:57:19 -0000 >@@ -86,10 +86,18 @@ > getIsLaunchSuspended(new DataRequestMonitor<Boolean>(ImmediateExecutor.getInstance(), null) { > @Override > protected void handleSuccess() { >- if (!fDisposed && getData().booleanValue()) { >+ if (isSuccess() && !fDisposed && getData().booleanValue()) { > listener.suspended(fLaunch, null); > } > } >+ @Override >+ protected void handleErrorOrWarning() { >+ // Ignore expected race condition and not supported error. >+ // Log other errors. >+ if (getStatus().getCode() > IDsfStatusConstants.NOT_SUPPORTED) { >+ super.handleErrorOrWarning(); >+ } >+ } > }); > } > >@@ -133,6 +141,15 @@ > fireSuspended(null); > } > } >+ >+ @Override >+ protected void handleErrorOrWarning() { >+ // Ignore expected race condition and not supported error. >+ // Log other errors. >+ if (getStatus().getCode() > IDsfStatusConstants.NOT_SUPPORTED) { >+ super.handleErrorOrWarning(); >+ } >+ } > }); > } >
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:
pawel.1.piech
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 300586
:
157023
| 157803