summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a433b466939..9c3d419631c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+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".
+
2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
* NEWS: Mention new convenience variable $_exitsignal.