This is the mail archive of the gdb-prs@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]

[Bug symtab/12704] physname regression: (anonymous namespace)


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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-07-02 19:37:25 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_3-branch
Changes by:    jkratoch@sourceware.org    2011-07-02 19:37:22

Modified files:
    gdb            : ChangeLog cp-namespace.c cp-support.h 
                     dwarf2read.c linespec.c 

Log message:
    commit f658463559c9f03672b0fd226e4941f159e65bc0
    Author: Keith Seitz <keiths@redhat.com>
    Date:   Tue May 31 21:54:06 2011 +0000

    gdb/
    PR symtab/12704
    * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
    (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
    and CP_ANONYMOUS_NAMESPACE_LEN.
    (cp_is_anonymous): Likewise.
    * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
    (CP_ANONYMOUS_NAMESPACE_LEN): Define.
    * dwarf2read.c (namespace_name): Likewise.
    (fixup_partial_die): Likewise.
    * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
    seen in the input, keep it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.12887.2.46&r2=1.12887.2.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.49&r2=1.49.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.41&r2=1.41.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.518.2.6&r2=1.518.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.117.2.2&r2=1.117.2.3

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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