Community
Participate
Working Groups
Build Identifier: The base to which start and end are added to in DwarfInfoReader#readRangeList can be set to the low address of the current compile unit in cases when this is not the correct behavior (when 0 is the correct value of the base). This results in ranges being created which have addresses approximately double their correct values. Instead the base should only be set to the low address of the compile unit if the start would otherwise be before the start of the compile unit. Reproducible: Always
Created attachment 202002 [details] Patch to only use the currentCompileUnitLowAddress when it is after the start
(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/