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 124060 Details for
Bug 243899
[breakpoints] MIBreakpointsManager does not handle command control shutdown correctly.
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]
Breakpoint install count handling patch
bug243899.patch (text/plain), 1.26 KB, created by
Francois Chouinard
on 2009-01-28 13:31:29 EST
(
hide
)
Description:
Breakpoint install count handling patch
Filename:
MIME Type:
Creator:
Francois Chouinard
Created:
2009-01-28 13:31:29 EST
Size:
1.26 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.dsf.gdb >Index: src/org/eclipse/cdt/dsf/mi/service/MIBreakpointsManager.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIBreakpointsManager.java,v >retrieving revision 1.4 >diff -u -r1.4 MIBreakpointsManager.java >--- src/org/eclipse/cdt/dsf/mi/service/MIBreakpointsManager.java 26 Jan 2009 15:41:55 -0000 1.4 >+++ src/org/eclipse/cdt/dsf/mi/service/MIBreakpointsManager.java 28 Jan 2009 18:03:28 -0000 >@@ -1278,13 +1278,14 @@ > */ > @DsfServiceEventHandler > public void eventDispatched(ICommandControlShutdownDMEvent e) { >- // bug 243899: The call to terminate results in an exception, >- // need to investigate. >- //terminated(); >+ terminated(); > } > > private void terminated() { >- clearBreakpointStatus(fPlatformBPs.keySet().toArray(new ICBreakpoint[fPlatformBPs.size()])); >+ // Reset the breakpoint install count >+ for (IBreakpointsTargetDMContext ctx : fPlatformBPs.keySet()) { >+ clearBreakpointStatus(fPlatformBPs.get(ctx).keySet().toArray(new ICBreakpoint[fPlatformBPs.size()])); >+ } > fPlatformBPs.clear(); > } >
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
Actions:
View
|
Diff
Attachments on
bug 243899
:
124060
|
124156