public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update documentation for the default value of main set worker-threads
@ 2019-12-15  0:21 cbiesinger
  2019-12-15 15:25 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: cbiesinger @ 2019-12-15  0:21 UTC (permalink / raw)
  To: gdb-patches; +Cc: Christian Biesinger

From: Christian Biesinger <cbiesinger@google.com>

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.

OK for branch? Let me know if I need to file a bug report for this.

gdb/doc/ChangeLog:

2019-12-14  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/gdb.texinfo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 4d25f755d7..a272f634e2 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
-- 
2.24.1.735.g03f4e72817-goog

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

* Re: [PATCH] Update documentation for the default value of main set worker-threads
  2019-12-15  0:21 [PATCH] Update documentation for the default value of main set worker-threads cbiesinger
@ 2019-12-15 15:25 ` Eli Zaretskii
  2019-12-15 19:35   ` Christian Biesinger via gdb-patches
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2019-12-15 15:25 UTC (permalink / raw)
  To: cbiesinger; +Cc: gdb-patches, cbiesinger

> From: cbiesinger@chromium.org
> Cc: Christian Biesinger <cbiesinger@google.com>
> Date: Sat, 14 Dec 2019 19:21:04 -0500
> 
> From: Christian Biesinger <cbiesinger@google.com>
> 
> 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.
> 
> OK for branch? Let me know if I need to file a bug report for this.

This is fine with me, thanks.

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

* Re: [PATCH] Update documentation for the default value of main set worker-threads
  2019-12-15 15:25 ` Eli Zaretskii
@ 2019-12-15 19:35   ` Christian Biesinger via gdb-patches
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-12-15 19:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

On Sun, Dec 15, 2019 at 10:25 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: cbiesinger@chromium.org
> > Cc: Christian Biesinger <cbiesinger@google.com>
> > Date: Sat, 14 Dec 2019 19:21:04 -0500
> >
> > From: Christian Biesinger <cbiesinger@google.com>
> >
> > 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.
> >
> > OK for branch? Let me know if I need to file a bug report for this.
>
> This is fine with me, thanks.

Thanks, pushed to the branch.

To ssh://sourceware.org/git/binutils-gdb.git
   8bad7749dc..59e99adeed  HEAD -> gdb-9-branch

Christian

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

end of thread, other threads:[~2019-12-15 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-15  0:21 [PATCH] Update documentation for the default value of main set worker-threads cbiesinger
2019-12-15 15:25 ` Eli Zaretskii
2019-12-15 19:35   ` Christian Biesinger via gdb-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).