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 156503 Details for
Bug 283586
Traditional Rendering are not disposed after Memory Browser is closed or Debug Session is terminated.
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]
Fix in CMemoryBlockRetrievalExtension to fire terminated event
CMemoryBlockExtensionTerminate.txt (text/plain), 1.22 KB, created by
Teodor Madan
on 2010-01-19 09:04:54 EST
(
hide
)
Description:
Fix in CMemoryBlockRetrievalExtension to fire terminated event
Filename:
MIME Type:
Creator:
Teodor Madan
Created:
2010-01-19 09:04:54 EST
Size:
1.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.debug.core >Index: src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/all/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java,v >retrieving revision 1.21 >diff -u -r1.21 CMemoryBlockRetrievalExtension.java >--- src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java 13 Mar 2009 13:47:42 -0000 1.21 >+++ src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java 19 Jan 2010 14:01:50 -0000 >@@ -35,6 +35,7 @@ > import org.eclipse.core.runtime.IStatus; > import org.eclipse.core.runtime.PlatformObject; > import org.eclipse.core.runtime.Status; >+import org.eclipse.debug.core.DebugEvent; > import org.eclipse.debug.core.DebugException; > import org.eclipse.debug.core.DebugPlugin; > import org.eclipse.debug.core.ILaunchConfiguration; >@@ -393,6 +394,7 @@ > > public void dispose() { > // Minimize leaks. See bugzilla 255120 >+ DebugPlugin.getDefault().fireDebugEventSet( new DebugEvent[]{new DebugEvent( this, DebugEvent.TERMINATE )}); > fDebugTarget = null; > } >
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 283586
:
149346
|
156501
| 156503 |
156707
|
156851