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 6/7] Use canonicalize_file_name unconditionally


Joel Brobecker <brobecker@adacore.com> writes:

> Given how frequent it is for source files to be unavailable,
> I would say that it would be useful to preserve the GetFullPathName
> behavior for those files as well, and allow users to set breakpoints
> without having to worry about how many backslashes GCC has been
> using. Or said differently, I agree with your decision :-).
>
> I am taking a note to:
>
>   1. Add an extra comment to this part of the code once you've pushed
>      your patch;
>
>   2. Double-check what newer versions of GCC do. At some point, perhaps
>      we can declare a minimum GCC version that we fully support and
>      then mark this code area for possible removal if it ever starts
>      causing extra work.

Great, I've pushed them in.

-- 
Yao (éå)


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