Community
Participate
Working Groups
We have core that can execute multiple instructions at the same time, I like to request to have support for multiple instruction pointers for the Disassembly view.
Created attachment 208946 [details] patch Toni, is this approach acceptable? In my debugger, I override DisassemblyBackendDsf to add additional PC annotation to the model.
(In reply to comment #1) > Toni, is this approach acceptable? In my debugger, I override > DisassemblyBackendDsf to add additional PC annotation to the model. Looks reasonable. Why do you define the class ExtendedPCAnnotationModel? It does not add any value. Please update the year in the copyright headers (2011 -> 2012).
Thanks Toni, I have removed the ExtendedPCAnnotationModel class and updated the copyright. I also made an additional check for nullpointer for contextBackend within the DisassemblyPart class.