Add a show function for "maint show worker-threads"
authorTom Tromey <tom@tromey.com>
Sun, 29 Aug 2021 02:38:27 +0000 (20:38 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 30 Aug 2021 13:37:46 +0000 (07:37 -0600)
commitee8b88452c1cb1be97199942aee7a76bbca210ee
tree04eafb206446f7234971599e98b54a3a9a217004
parentf947f96797f8ec33aabf9cd7234c850778068445
Add a show function for "maint show worker-threads"

I wanted to see how many threads gdb thought it was using, but
"maint show worker-threads" only reported "unlimited".  This patch
adds a show function so that it will now report the number of threads
gdb has started.

Regression tested on x86-64 Fedora 34.
gdb/maint.c