commit | 956bbb55818489eb9f154dab35302b71c576e2ea | [log] [tgz] |
---|---|---|
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Thu Jan 09 12:54:25 2025 +0100 |
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Thu Jan 09 12:54:25 2025 +0100 |
tree | f4542734134b1cae1473aef20c20229411cb290d | |
parent | a55875bd182258a917af303c653d6667593e7b3e [diff] |
gdb: boolify thread_info's 'stop_requested' field Boolify the field. The 'set_stop_requested' function was already taking a bool parameter, whose value is assigned to the field. Approved-By: Andrew Burgess <aburgess@redhat.com>