public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/15415] gdb resolves symbolic links when passing argv[0]
Date: Wed, 28 Aug 2013 17:55:00 -0000	[thread overview]
Message-ID: <bug-15415-4717-XrzBfv0gRy@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-15415-4717@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=15415

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_6-branch
Changes by:    jkratoch@sourceware.org    2013-08-28 17:55:56

Modified files:
    gdb            : ChangeLog corefile.c defs.h exec.c exec.h 
                     inferior.c progspace.c progspace.h source.c 
    gdb/mi         : mi-main.c 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.base: argv0-symlink.c argv0-symlink.exp 

Log message:
    PR gdb/15415

    gdb/
    2013-08-27  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.

    gdb/testsuite/
    2013-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>

    PR gdb/15415
    * gdb.base/argv0-symlink.c: New file.
    * gdb.base/argv0-symlink.exp: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.15260.2.58&r2=1.15260.2.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corefile.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.72&r2=1.72.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.329&r2=1.329.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/exec.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.122&r2=1.122.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/exec.h.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.20&r2=1.20.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.41&r2=1.41.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/progspace.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.17&r2=1.17.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/progspace.h.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.12&r2=1.12.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/source.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.153.2.3&r2=1.153.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.228&r2=1.228.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.3580.2.23&r2=1.3580.2.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/argv0-symlink.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/argv0-symlink.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.1.2.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.


  parent reply	other threads:[~2013-08-28 17:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-29 10:42 [Bug gdb/15415] New: " palves at redhat dot com
2013-04-29 10:42 ` [Bug gdb/15415] " palves at redhat dot com
2013-05-17  0:06 ` ian at hulin dot org.uk
2013-07-17 11:29 ` florian.baumert at gmail dot com
2013-07-17 11:30 ` florian.baumert at gmail dot com
2013-07-17 12:51 ` florian.baumert at gmail dot com
2013-07-17 14:09 ` jan.kratochvil at redhat dot com
2013-08-03  1:04 ` dje at google dot com
2013-08-03  1:15 ` dje at google dot com
2013-08-26 18:22 ` jan.kratochvil at redhat dot com
2013-08-28 17:52 ` cvs-commit at gcc dot gnu.org
2013-08-28 17:55 ` cvs-commit at gcc dot gnu.org [this message]
2013-08-28 17:58 ` jan.kratochvil at redhat dot com
2013-08-30 16:09 ` jan.kratochvil at redhat dot com
2013-10-13 16:11 ` cvs-commit at gcc dot gnu.org
2022-04-05 18:20 ` tromey at sourceware dot org
2022-04-05 18:33 ` tromey at sourceware dot org
2022-04-05 18:37 ` tromey at sourceware dot org
2023-11-13  9:53 ` sam at gentoo dot org
2023-11-13  9:53 ` sam at gentoo dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-15415-4717-XrzBfv0gRy@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).