commit | 9278aa6171edd477326f1a73a112d98b8b785954 | [log] [tgz] |
---|---|---|
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Wed Apr 05 08:23:56 2023 +0200 |
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Wed Apr 05 08:23:56 2023 +0200 |
tree | 3a574e02f49961cfa1f22343b6bc217ba17bb87f | |
parent | 9213a6d79a64446de3c176773f123d1f8b9311b4 [diff] |
gdb: boolify 'should_print_thread' Convert the return type of 'should_print_thread' from int to bool. Reviewed-By: Tom Tromey <tom@tromey.com>