| Summary: | [disassembly] Breakpoints on external source files are not displayed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Anton Leherbauer <aleherb+eclipse> | ||||
| Component: | cdt-debug | Assignee: | Anton Leherbauer <aleherb+eclipse> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | cdtdoug, pawel.1.piech | ||||
| Version: | 7.0 | ||||||
| Target Milestone: | 7.0.3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
*** cdt cvs genie on behalf of aleherbau *** Bug 342169 - [disassembly] Breakpoints on external source files are not displayed [*] BreakpointsAnnotationModel.java 1.7 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/model/BreakpointsAnnotationModel.java?root=Tools_Project&r1=1.6&r2=1.7 Fixed in HEAD and cdt_7_0. *** cdt cvs genie on behalf of aleherbau *** Bug 342169 - [disassembly] Breakpoints on external source files are not displayed [*] BreakpointsAnnotationModel.java 1.4.2.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/model/BreakpointsAnnotationModel.java?root=Tools_Project&r1=1.4.2.1&r2=1.4.2.2 |
Created attachment 192749 [details] Fix The problem is that BreakpointsAnnotationModel uses ICBreakpoint.getFileName() to get the full file path, but it returns only the basename.