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]

[review] [gdb/breakpoints] Fix fullname.exp when run from symlink dir


Tom Tromey has posted comments on this change.

Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/82
......................................................................


Patch Set 1: Code-Review+2

Thank you for the patch.  I'm sorry it took so long to review.
This is a tricky area and I procrastinated a while.

I think this patch is OK.  In the long run, I think I'd prefer that
we move the fullname out of the symtab and instead have a dedicated
cache for it (perhaps in source_cache).  Then we could compute both
the user-facing name and the canonical ("real") name, and efficiently
choose the one needed at any given point.

However, that's reasonably involved and, I think, not required for this to land.



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