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 c++/15519] GDB 7.6 is 94x slower than GDB 7.5.1 using a certain core file


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

--- Comment #7 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:    devans@sourceware.org    2013-06-27 22:18:33

Modified files:
    gdb            : ChangeLog cp-namespace.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: derivation.cc derivation.exp 
Added files:
    gdb/testsuite/gdb.cp: derivation2.cc 

Log message:
    PR 15519
    * cp-namespace.c (find_symbol_in_baseclass): Call
    cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
    Check result of call to lookup_symbol_static.
    Call lookup_static_symbol_aux unconditionally.
    Call check_typedef on base types before accessing them.
    (cp_lookup_nested_symbol): Fix comment.

    testsuite/
    * gdb.cp/derivation2.cc: New file.
    * gdb.cp/derivation.cc (main): Call foo2.
    * gdb.cp/derivation.exp: Add tests for typedefs in another
    file, and when there's an active block.

    testsuite/
    * gdb.cp/derivation.exp: Make tests have unique names.

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.55&r2=1.15260.2.56
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.65.2.1&r2=1.65.2.2
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.22&r2=1.3580.2.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/derivation2.cc.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=NONE&r2=1.2.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/derivation.cc.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.5&r2=1.5.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/derivation.exp.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.24&r2=1.24.2.1

-- 
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]