aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2dad3ef..b21823d 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -32215,7 +32215,10 @@ all of the breakpoint locations.
Initialize the @var{ignore-count}.
@item -p @var{thread-id}
Restrict the breakpoint to the thread with the specified global
-@var{thread-id}.
+@var{thread-id}. @var{thread-id} must be a valid thread-id at the
+time the breakpoint is requested. Breakpoints created with a
+@var{thread-id} will automatically be deleted when the corresponding
+thread exits.
@item --qualified
This option makes @value{GDBN} interpret a function name specified as
a complete fully-qualified name.