This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [review] Add maint set/show worker-threads


> Date: Sat, 19 Oct 2019 23:55:13 -0400
> From: "Tom Tromey (Code Review)" <gerrit@gnutoolchain-gerrit.osci.io>
> 
> Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/174
> ......................................................................
> 
> Add maint set/show worker-threads
> 
> This adds maint commands to control the number of worker threads that
> gdb can use.
> 
> gdb/ChangeLog
> 2019-10-19  Tom Tromey  <tom@tromey.com>
> 
> 	* NEWS: Add entry.
> 	* maint.c (_initialize_maint_cmds): Add "worker-threads" maint
> 	commands.  Call update_thread_pool_size.
> 	(update_thread_pool_size, maintenance_set_worker_threads): New
> 	functions.
> 	(n_worker_threads): New global.
> 
> gdb/doc/ChangeLog
> 2019-10-19  Tom Tromey  <tom@tromey.com>
> 
> 	* gdb.texinfo (Maintenance Commands): Document new maint
> 	commands.

I think this was already reviewed on the list, and I approved the
documentation changes at that time (this post doesn't say it is a new
version of the patch, so maybe I'm missing something).  But in any
case, you have my approval for the documentation parts.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]