This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch gdb]: Fix some DOS-path related issues in gdb


> If the main problem is in mapping absolute DOS paths to Linux ones then
> the simplest solution is creation appropriate symbolic links
> on Linux side. I mean that using symlink D: pointed on some directory
> you can simulate any DOS path. I'm using this approach for many years...

On my end of things, this is not what I was concerned about
(it sounds like debugging a program on a different system
than the one it was built on - I assumed that build and debug
systems were the same).  For your case, you can perhaps have
a look at "set substitute-path" (or something like that).

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]