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/11568] delete thread-specific breakpoint on the thread exit


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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2013-10-07 11:00:23

Modified files:
    gdb            : ChangeLog breakpoint.c 

Log message:
    Thread-specific breakpoints: say "no longer in the thread list" instead of
"gone".

    It seems "gone" may confuse people, while that was exactly what it was
    trying to avoid.  Switch to saying "no longer in the thread list",
    which is really the predicate GDB uses.

    gdb/
    2013-10-07  Pedro Alves  <palves@redhat.com>

    PR breakpoints/11568
    * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
    the thread list" instead of "gone".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16078&r2=1.16079
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.779&r2=1.780

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