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 192419 Details for
Bug 337893
[multi-process][breakpoints] Setting breakpoints on a running target does not work with multi-process
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 for JUnit tests
zpatch.targetAvailNonStopTests.patch (text/plain), 2.15 KB, created by
Marc Khouzam
on 2011-04-02 22:44:03 EDT
(
hide
)
Description:
Fix for JUnit tests
Filename:
MIME Type:
Creator:
Marc Khouzam
Created:
2011-04-02 22:44:03 EDT
Size:
2.15 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.tests.dsf.gdb >Index: src/org/eclipse/cdt/tests/dsf/gdb/tests/MIRunControlTargetAvailableTest.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/MIRunControlTargetAvailableTest.java,v >retrieving revision 1.1 >diff -u -r1.1 MIRunControlTargetAvailableTest.java >--- src/org/eclipse/cdt/tests/dsf/gdb/tests/MIRunControlTargetAvailableTest.java 28 Mar 2011 17:24:51 -0000 1.1 >+++ src/org/eclipse/cdt/tests/dsf/gdb/tests/MIRunControlTargetAvailableTest.java 3 Apr 2011 02:42:53 -0000 >@@ -25,13 +25,10 @@ > import org.eclipse.cdt.dsf.concurrent.Sequence.Step; > import org.eclipse.cdt.dsf.datamodel.DMContexts; > import org.eclipse.cdt.dsf.debug.service.IBreakpoints.IBreakpointsTargetDMContext; >-import org.eclipse.cdt.dsf.debug.service.IProcesses.IProcessDMContext; > import org.eclipse.cdt.dsf.debug.service.IRunControl.IContainerDMContext; > import org.eclipse.cdt.dsf.debug.service.IRunControl.ISuspendedDMEvent; > import org.eclipse.cdt.dsf.gdb.service.command.IGDBControl; >-import org.eclipse.cdt.dsf.mi.service.IMIProcesses; > import org.eclipse.cdt.dsf.mi.service.IMIRunControl; >-import org.eclipse.cdt.dsf.mi.service.MIProcesses; > import org.eclipse.cdt.dsf.mi.service.command.output.MIBreakInsertInfo; > import org.eclipse.cdt.dsf.service.DsfServicesTracker; > import org.eclipse.cdt.dsf.service.DsfSession; >@@ -84,14 +81,12 @@ > session.getId()); > fGDBCtrl = fServicesTracker.getService(IGDBControl.class); > >- IMIProcesses procService = fServicesTracker.getService(IMIProcesses.class); >- IProcessDMContext procDmc = procService.createProcessContext(fGDBCtrl.getContext(), MIProcesses.UNIQUE_GROUP_ID); >- fContainerDmc = procService.createContainerContext(procDmc, MIProcesses.UNIQUE_GROUP_ID); >- > fRunCtrl = fServicesTracker.getService(IMIRunControl.class); > } > }; > session.getExecutor().submit(runnable).get(); >+ >+ fContainerDmc = SyncUtil.getContainerContext(); > } > >
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:
marc.khouzam
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 337893
:
192028
|
192029
|
192038
|
192202
|
192418
| 192419 |
192606
|
192993
|
193212