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/13776] Regression: warning: Error removingbreakpoint 0


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-03-02 19:26:27 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2012-03-02 19:26:10

Modified files:
    gdb            : ChangeLog breakpoint.c breakpoint.h target.c 
                     thread.c 

Log message:
    2012-03-02  Tom Tromey  <tromey@redhat.com>
    Pedro Alves  <palves@redhat.com>

    PR breakpoints/13776:
    * breakpoint.c (breakpoint_init_inferior): Delete step-resume
    breakpoints.
    (delete_longjmp_breakpoint_at_next_stop): New.
    * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
    * target.c (generic_mourn_inferior): Call mark_breakpoints_out
    before deleting the inferior.  Add comments.
    * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
    breakpoints immediately, but only on next stop.  Move that code
    next to where we mark other breakpoints for deletion.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13938&r2=1.13939
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.659&r2=1.660
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.175&r2=1.176
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.300&r2=1.301
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/thread.c.diff?cvsroot=src&r1=1.145&r2=1.146

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