Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] [DOC] Mention what happens when the thread of a thread-specific breakpoint is gone.
@ 2013-10-04 15:01 Pedro Alves
  2013-10-04 17:49 ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Pedro Alves @ 2013-10-04 15:01 UTC (permalink / raw)
  To: gdb-patches

We recently made GDB auto-delete thread-specific breakpoints when the
corresponding thread is gone, but we haven't mentioned it in the manual.

OK?

gdb/
2013-10-04  Pedro Alves  <palves@redhat.com>

	PR breakpoints/11568
	* gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
	when the thread is gone.
---
 gdb/doc/gdb.texinfo | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index a68556b..97b0aff 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5864,6 +5864,14 @@ after the breakpoint condition, like this:
 
 @end table
 
+Thread-specific breakpoints are automatically deleted when
+@value{GDBN} detects the corresponding thread is gone.  For example:
+
+@smallexample
+(@value{GDBP}) c
+Thread-specific breakpoint 3 deleted - thread 28 is gone.
+@end smallexample
+
 @node Interrupted System Calls
 @subsection Interrupted System Calls 
 
-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-07 11:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-04 15:01 [PATCH] [DOC] Mention what happens when the thread of a thread-specific breakpoint is gone Pedro Alves
2013-10-04 17:49 ` Eli Zaretskii
2013-10-04 17:54   ` Pedro Alves
2013-10-04 17:59     ` Pedro Alves
2013-10-04 18:26       ` Pedro Alves
2013-10-04 19:20         ` Eli Zaretskii
2013-10-07 11:03           ` Thread-specific breakpoints: say "no longer in the thread list" instead of "gone". (was: [PATCH] [DOC] Mention what happens when the thread of a thread-specific breakpoint is gone.) Pedro Alves
2013-10-07 11:14           ` [PATCH] [DOC] Mention what happens when the thread of a thread-specific breakpoint is gone Pedro Alves
2013-10-04 18:14     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox