diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index b98ca9e..d3e9e49 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. */ |