Thread-specific breakpoints: say "no longer in the thread list" instead of "gone".
authorPedro Alves <palves@redhat.com>
Mon, 7 Oct 2013 11:00:23 +0000 (11:00 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 7 Oct 2013 11:00:23 +0000 (11:00 +0000)
commit46ecd52745f46247ab5e2c3b6ccda8bc3458242d
treecba8f7708567ef3eb0fc1d0deb1643c43c45f499
parent0c5571793a8e3dbd0f99b8e4759bd201f5fe75b7
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".
gdb/ChangeLog
gdb/breakpoint.c