diff options
author | Pedro Alves <palves@redhat.com> | 2013-10-07 11:13:08 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-10-07 11:13:08 +0000 |
commit | f4fb82a1276909f3572086b5edf14760a75e7dec (patch) | |
tree | 58e29f06286f4fd6c513f42b9d83581f94b28a68 /gdb/doc/ChangeLog | |
parent | 46ecd52745f46247ab5e2c3b6ccda8bc3458242d (diff) | |
download | gdb-f4fb82a1276909f3572086b5edf14760a75e7dec.zip gdb-f4fb82a1276909f3572086b5edf14760a75e7dec.tar.gz gdb-f4fb82a1276909f3572086b5edf14760a75e7dec.tar.bz2 |
[DOC] Mention what happens when the thread of a thread-specific breakpoint disappears.
We recently made GDB auto-delete thread-specific breakpoints when the
corresponding thread is removed from the thread list, but we hadn't
mentioned it in the manual.
gdb/
2013-10-07 Pedro Alves <palves@redhat.com>
PR breakpoints/11568
* gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
when the thread is removed from the thread list.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 89254a9..5141b3c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-10-07 Pedro Alves <palves@redhat.com> + + PR breakpoints/11568 + * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens + when the thread is removed from the thread list. + 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.texinfo (Convenience Variables): Document $_exitsignal. |