From: Christian Biesinger Date: Sun, 15 Dec 2019 00:18:49 +0000 (-0500) Subject: Update documentation for the default value of main set worker-threads X-Git-Tag: gdb-9.1-release~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e99adeedd3781ecbe4b482a49ea28647213aff;p=thirdparty%2Fbinutils-gdb.git Update documentation for the default value of main set worker-threads 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 * gdb.texinfo (Maintenance Commands): Update documentation for maint set worker-threads to say the default is 0. Change-Id: I75b74c5da599e657ee94daa8c88b5a097bc58d15 --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9b7f77ecb04..9362aa4aa1d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-12-15 Christian Biesinger + + * gdb.texinfo (Maintenance Commands): Update documentation for + maint set worker-threads to say the default is 0. + 2019-12-14 Andrew Burgess * python.texi (Symbols In Python): Remove duplicate description of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4d25f755d72..a272f634e26 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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