Community
Participate
Working Groups
org.eclipse.cdt.debug.internal.core.sourcelookup.MapEntrySourceContainer which is internal is instantiated by: org.eclipse.linuxtools.binutils.link2source.STCSourceNotFoundEditor.addSourceMappingToDirector(IPath, IPath, AbstractSourceLookupDirector)
Updating Xavier's email address for existing bugs.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.
Moving this bug to CDT. Linux Tools is using the public MappingSourceContainer but it has public APIs that require a MapEntrySourceContainer which is internal. There are a few possible solutions: 1. create new public class that extends MapEntrySourceContainer 2. make MapEntrySourceContainer public 3. hide API that uses MapEntrySourceContainer in MappingSourceContainer and add new API to allow access to same functionality (e.g. calling with arguments to instantiate a new MapEntrySourceContainer and pass back some interface the user can use later to remove, etc..)