1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
Find a file
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
build minor fix, replace == for .equals 2016-03-18 11:44:52 -04:00
codan removing API for custom preference listeners in codan 2016-03-17 15:12:14 -04:00
core Bug 489896 - Bogus syntax error with designated initializer. 2016-03-17 19:54:01 -07:00
cross Bug 484900: Cleanup remote launch after CDI cleanup 2016-03-18 16:27:22 -05:00
debug Bug 472765: use Strings for backend path in Map Entries 2016-03-19 19:44:19 -04:00
doc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
dsf Bug 302305 - Added a timeout to queries which are run more frequently. 2016-03-11 10:10:06 -05:00
dsf-gdb Bug 472765: use Strings for backend path in Map Entries 2016-03-19 19:44:19 -04:00
jtag Bug 484900: Remove CDI JTag Main tab 2016-03-18 22:20:28 -04:00
launch Bug 484900: Replace LocalCDILaunchDelegate with LocalRunLaunchDelegate 2016-03-18 14:34:11 -05:00
llvm Missing copyright header. 2016-02-01 12:47:41 -05:00
lrparser Removed 3 deprecated methods. 2016-02-24 20:04:15 -08:00
memory Bug 488115 - [memory] Add "go to address" action to the Traditional 2016-02-26 10:54:19 -05:00
native/org.eclipse.cdt.native.serial Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
qt Bug 488909: Unify services factory classes to extend more easily 2016-03-17 14:31:45 -04:00
releng Remove old releng plugin 2016-03-14 16:16:27 -04:00
remote Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
testsrunner Bug 484900: Remove the test runners CDI launch 2016-03-18 14:56:16 -04:00
toolchains/arduino New Qt templates using new templates framework. Arduino fixes. 2016-02-22 22:55:06 -05:00
upc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
util Cosmetics. 2016-03-02 14:34:20 -08:00
visualizer Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
windows Missing copyright header. 2016-02-01 12:47:41 -05:00
xlc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Remove p2 plugin 2016-03-14 10:19:21 -05:00