Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #326145 +++ The color is only applied upon close/reopen of the editor/disassembly. This might be caused by the duplicate IP annotation type in EDC. The problem is due to the fact that the preference keys of the annotation types are the same. There are two solutions: 1) Use unique preference keys 2) Reuse the annotation types from the platform For DSF I fixed this by 2). I don't see a good reason to have a separate set of annotation types. I'll attach a patch which fixes this for EDC as well.
Created attachment 179941 [details] Reuse platform annotation types Note that with this fix the class InstructionPointerImageProvider becomes obsolete.
(this is part of a batch change) The Eclipse CDT EDC (https://wiki.eclipse.org/CDT/cdt-debug-edc) is now obsolete and has not had any active development since 2011. Therefore the still open bugs are being marked as wontfix. The git repo for the project still exists for posterity at https://git.eclipse.org/c/cdt/org.eclipse.cdt.edc.git/