aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-04-05 16:43:14 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-04-05 16:43:14 +0000
commit596aa3bf50b532c2f3dfd1cb0cb6eb86a6dae25c (patch)
tree4d007117feaefbfd21afaf29045a8baf832f0f95 /gdb
parentf079a2e599ced3a094c9b70fb38cb9bdf9d746d1 (diff)
downloadgdb-596aa3bf50b532c2f3dfd1cb0cb6eb86a6dae25c.zip
gdb-596aa3bf50b532c2f3dfd1cb0cb6eb86a6dae25c.tar.gz
gdb-596aa3bf50b532c2f3dfd1cb0cb6eb86a6dae25c.tar.bz2
Document changes relative to the new xfullpath function.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9416808..f182b28 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2002-04-05 J. Brobecker <brobecker@gnat.com>
+
+ * utils.c (xfullpath): New function.
+ * defs.h (xfullpath): Add declaration.
+ * source.c (openp): Use xfullpath in place of gdb_realpath to
+ avoid resolving the basename part of filenames when the
+ associated file is a symbolic link. This fixes a potential
+ inconsistency between the filenames known to GDB and the
+ filenames it prints in the annotations.
+ * symtab.c (lookup_symtab): Use the new xfullpath function, in order
+ to be able to match a filename with either the real filename, or
+ the name of any symbolic link to this file.
+ (lookup_partial_symtab): Ditto.
+
2002-04-04 Michael Snyder <msnyder@redhat.com>
* breakpoint.c: Add support for hardware breakpoints in overlays.