1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/debug
Jonah Graham a56abb4783 Bug 472765: use Strings for backend path in Map Entries
Preserve the user supplied backend path as a string so that it matches
what GDB (backend) later reports as a file name to resolve.

Condensed history:

Traditionally in source mapping container, the backend path was stored
as an IPath and that was used to compare against the debug information
being returned by GDB. This worked well when the platform compiled for
matched the platform run on, but when there was Windows/Linux together
that did not work. So as part of Bug 393791 a workaround was done to try
and use hand crafted MapEntrySourceContainer.createPath() instead of
Path constructor to preserve some of the differences. This solution had
its limitations too as UNC paths still could not be represented, See
open Bug 386675.

Change-Id: I4c8f62114a2c6019dc9d07ce446ac424be8b230c
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-03-19 19:44:19 -04:00
..
org.eclipse.cdt.debug.application Bug 484900: Remove Majority of CDI classes 2016-03-08 19:18:05 -05:00
org.eclipse.cdt.debug.application.doc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.debug.application.product Fix Standalone Debugger for Neon M6 2016-03-18 15:45:25 -04:00
org.eclipse.cdt.debug.application.tests Fix Standalone Debugger for Neon M6 2016-03-18 15:45:25 -04:00
org.eclipse.cdt.debug.core Bug 472765: use Strings for backend path in Map Entries 2016-03-19 19:44:19 -04:00
org.eclipse.cdt.debug.core.tests Updated the about.html files. 2006-05-24 13:51:50 +00:00
org.eclipse.cdt.debug.standalone-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.debug.standalone.source-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.debug.ui Bug 472765: use Strings for backend path in Map Entries 2016-03-19 19:44:19 -04:00
org.eclipse.cdt.gdb Bug 484900: Remove Majority of CDI classes 2016-03-08 19:18:05 -05:00
org.eclipse.cdt.gdb-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.gdb.source-feature Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.gdb.ui Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.gnu.debug-feature Bug 484900: Remove Majority of CDI classes 2016-03-08 19:18:05 -05:00
org.eclipse.cdt.gnu.debug.source-feature Bug 484900: Remove Majority of CDI classes 2016-03-08 19:18:05 -05:00