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 breakpoints/12528] Should we handle constructors that aregarbage collected but their debug info isn't?


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-03-16 18:15:27 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    ppluzhnikov@sourceware.org    2011-03-16 18:15:20

Modified files:
    gdb            : dwarf2read.c ChangeLog 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.base: break-on-linker-gcd-function.cc 
                            break-on-linker-gcd-function.exp 

Log message:
    ChangeLog:

    2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>

    PR gdb/12528
    * dwarf2read.c (noop_record_line): New function.
    (dwarf_decode_lines): Ignore line tables for GCd functions.

    testsuite/ChangeLog:

    2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>

    PR gdb/12528
    * gdb.base/Makefile.in: Adjust EXECUTABLES.
    * gdb.base/break-on-linker-gcd-function.exp: New test.
    * gdb.base/break-on-linker-gcd-function.cc: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.509&r2=1.510
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12822&r2=1.12823
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2635&r2=1.2636
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/break-on-linker-gcd-function.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp.diff?cvsroot=src&r1=NONE&r2=1.1

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