summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-10-07 11:00:22 +0000
committerPedro Alves <palves@redhat.com>2013-10-07 11:00:22 +0000
commitb2720bc57b6ccee7157e7f7dc23cf310cf066677 (patch)
tree9e0d52aae029113662cd8efacdbdb9fa770ba542 /gdb/breakpoint.c
parent16fd332e4240cce47a1a990d2b2b8190cd5ee5f8 (diff)
downloadgdb-b2720bc57b6ccee7157e7f7dc23cf310cf066677.tar.gz
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".
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index b98ca9e100e..d3e9e496f09 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -2943,7 +2943,7 @@ remove_threaded_breakpoints (struct thread_info *tp, int silent)
b->disposition = disp_del_at_next_stop;
printf_filtered (_("\
-Thread-specific breakpoint %d deleted - thread %d is gone.\n"),
+Thread-specific breakpoint %d deleted - thread %d no longer in the thread list.\n"),
b->number, tp->num);
/* Hide it from the user. */