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 113934 Details for
Bug 249239
[debug view] Started/Exited events should always be handled (should not be skipped for optimization)
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]
Patch with suggested fix.
20080930_launchStartedExitedEvents.patch (text/plain), 1.96 KB, created by
Pawel Piech
on 2008-09-30 18:30:53 EDT
(
hide
)
Description:
Patch with suggested fix.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2008-09-30 18:30:53 EDT
Size:
1.96 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dd.dsf.debug.ui >Index: src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/launch/AbstractLaunchVMProvider.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.dd.dsf/plugins/org.eclipse.dd.dsf.debug.ui/src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/launch/AbstractLaunchVMProvider.java,v >retrieving revision 1.4 >diff -u -r1.4 AbstractLaunchVMProvider.java >--- src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/launch/AbstractLaunchVMProvider.java 16 Jul 2008 11:02:47 -0000 1.4 >+++ src/org/eclipse/dd/dsf/debug/internal/provisional/ui/viewmodel/launch/AbstractLaunchVMProvider.java 30 Sep 2008 22:30:32 -0000 >@@ -28,6 +28,7 @@ > import org.eclipse.dd.dsf.debug.internal.ui.DsfDebugUIPlugin; > import org.eclipse.dd.dsf.debug.service.IRunControl; > import org.eclipse.dd.dsf.debug.service.IRunControl.IExecutionDMContext; >+import org.eclipse.dd.dsf.debug.service.IRunControl.IStartedDMEvent; > import org.eclipse.dd.dsf.debug.service.IRunControl.ISuspendedDMEvent; > import org.eclipse.dd.dsf.debug.ui.IDsfDebugUIConstants; > import org.eclipse.dd.dsf.service.DsfSession; >@@ -254,6 +255,12 @@ > // before the last suspended events. However, the debug view can get suspended > // events for different threads, so make sure to skip only the events if they > // were in the same hierarchy as the last suspended event. >+ // Note: Avoid skipping thread started/exited events which require a larger >+ // scope refresh than some suspended events. >+ if (newEvent instanceof IStartedDMEvent || newEvent instanceof IExitedDMEvent) { >+ return false; >+ } >+ > if (newEvent instanceof ISuspendedDMEvent && eventToSkip instanceof IDMEvent<?>) { > IDMContext newEventDmc = ((IDMEvent<?>)newEvent).getDMContext(); > IDMContext eventToSkipDmc = ((IDMEvent<?>)eventToSkip).getDMContext();
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 249239
: 113934