| Summary: | Executables view shows binaries for all build configurations instead of just the active ones | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | John Cortell <john.cortell> | ||||
| Component: | cdt-debug | Assignee: | cdt-debug-inbox <cdt-debug-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | cdtdoug, jamesblackburn+eclipse, pawel.1.piech | ||||
| Version: | 8.0 | Flags: | jamesblackburn+eclipse:
review+
|
||||
| Target Milestone: | 8.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
John Cortell
Reproducibility steps: 1. Create a simple project using the wizard. By default it gives you Debug and Release targets. 2. Build all configurations. 3. Open the executables view. Note that it shows the executables from both configurations. It should only show the one created by the active configuration Created attachment 192691 [details]
Fix
The cdt.core calling code looks fine to me John. Fixed *** cdt cvs genie on behalf of jcortell *** Bug 342096 - Executables view shows binaries for all build configurations instead of just the active ones [*] StandardExecutableProvider.java 1.9 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/StandardExecutableProvider.java?root=Tools_Project&r1=1.8&r2=1.9 [*] IProjectExecutablesProvider.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/IProjectExecutablesProvider.java?root=Tools_Project&r1=1.2&r2=1.3 |