Bug 515444 - Link address breakpoints to Disassembly view
Summary: Link address breakpoints to Disassembly view
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-19 08:06 EDT by Matthias Eckhart CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Eckhart CLA 2017-04-19 08:06:00 EDT
When performing a double click on a line breakpoint in the Breakpoints view, the 'OpenBreakpointMarkerAction' will open the corresponding file in the file editor and point to the particular line where the breakpoint has been set. A similar behavior would be greatly appreciated for address breakpoints. To be specific, when performing a double click on an address breakpoint in the 'Breakpoints' view, the 'Disassembly' view should receive focus and the corresponding address where the breakpoint has been set should be marked. Implementation-wise this enhancement may be easy to add, since an instance of 'DisassemblyEditorInput' could be returned in 'CDebugModelPresentation#getEditorInput(Object element)' in case 'element' is an instance of 'CAddressBreakpoint'.