gdb: boolify 'should_print_thread'
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 5 Apr 2023 06:23:56 +0000 (08:23 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 5 Apr 2023 06:23:56 +0000 (08:23 +0200)
commit9278aa6171edd477326f1a73a112d98b8b785954
tree3a574e02f49961cfa1f22343b6bc217ba17bb87f
parent9213a6d79a64446de3c176773f123d1f8b9311b4
gdb: boolify 'should_print_thread'

Convert the return type of 'should_print_thread' from int to bool.

Reviewed-By: Tom Tromey <tom@tromey.com>
gdb/thread.c