Update documentation for the default value of main set worker-threads
authorChristian Biesinger <cbiesinger@google.com>
Sun, 15 Dec 2019 00:18:49 +0000 (19:18 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Sun, 15 Dec 2019 19:34:36 +0000 (14:34 -0500)
I forgot to update this documentation when I changed the default for
maint set worker-threads to be 0. This is a branch-only change, because
on trunk this has been changed back to unlimited.

gdb/doc/ChangeLog:

2019-12-15  Christian Biesinger  <cbiesinger@google.com>

* gdb.texinfo (Maintenance Commands): Update documentation for
maint set worker-threads to say the default is 0.

Change-Id: I75b74c5da599e657ee94daa8c88b5a097bc58d15

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 9b7f77ecb047b8bca8fcf7357b5f982ec4296c16..9362aa4aa1d48aa1e11c7eecef8e32103fa07c24 100644 (file)
@@ -1,3 +1,8 @@
+2019-12-15  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.texinfo (Maintenance Commands): Update documentation for
+       maint set worker-threads to say the default is 0.
+
 2019-12-14  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * python.texi (Symbols In Python): Remove duplicate description of
index 4d25f755d727497968816d8e91e2facecc9e74ab..a272f634e2612f1f0fc33f809c56b6a8451e6d56 100644 (file)
@@ -38460,10 +38460,10 @@ On capable hosts, @value{GDBN} may use multiple threads to speed up
 certain CPU-intensive operations, such as demangling symbol names.
 While the number of threads used by @value{GDBN} may vary, this
 command can be used to set an upper bound on this number.  The default
-is @code{unlimited}, which lets @value{GDBN} choose a reasonable
-number.  Note that this only controls worker threads started by
-@value{GDBN} itself; libraries used by @value{GDBN} may start threads
-of their own.
+is @code{0} (disabled).  A value of @code{unlimited} lets @value{GDBN} choose a
+reasonable number.  Note that this only controls worker threads started by
+@value{GDBN} itself; libraries used by @value{GDBN} may start threads of their
+own.
 
 @kindex maint set profile
 @kindex maint show profile
This page took 0.053872 seconds and 4 git commands to generate.