]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add maint set/show max-worker-threads
authorTom Tromey <tom@tromey.com>
Sat, 16 Mar 2019 20:36:57 +0000 (14:36 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 1 Oct 2019 19:38:26 +0000 (13:38 -0600)
commit792581b91e2dba4401645db9b57160ef9c2d1d04
tree43a5397fa25a040ef07250747ef87590ae1e1b56
parentcec2f67ef73d024dddbdf85e3546d1cf13014e68
Add maint set/show max-worker-threads

This adds maint commands to control the maximum number of worker
threads that gdb can use.

2019-09-30  Tom Tromey  <tom@tromey.com>

* NEWS: Add entry.
* maint.c (_initialize_maint_cmds): Add "max-worker-threads" maint
commands.

gdb/doc/ChangeLog
2019-09-30  Tom Tromey  <tom@tromey.com>

* gdb.texinfo (Maintenance Commands): Document new maint
commands.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/maint.c