PR gdb/15415
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index db977a8ccd9c69c839b1d40073b2494ae09833e2..6e4c0361f953e82a06aa5fb5a237eaf4ad0ccae8 100644 (file)
@@ -1,3 +1,21 @@
+2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/15415
+       * corefile.c (get_exec_file): Use exec_filename.
+       * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
+       * exec.c (exec_close): Free EXEC_FILENAME.
+       (exec_file_attach): New variable canonical_pathname.  Use
+       OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
+       EXEC_FILENAME.
+       * exec.h (exec_filename): New.
+       * inferior.c (print_inferior, inferior_command): Use
+       PSPACE_EXEC_FILENAME.
+       * mi/mi-main.c (print_one_inferior): Likewise.
+       * progspace.c (clone_program_space, print_program_space): Likewise.
+       * progspace.h (struct program_space): New field pspace_exec_filename.
+       * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
+       realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
+
 2013-08-28  Will Newton  <will.newton@linaro.org>
 
        * common/linux-ptrace.c: Include stdint.h unconditionally.
This page took 0.024006 seconds and 4 git commands to generate.