| commit | 7a45c8e03020e8fbe5284e5ffa6d4c710c6fd876 | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Sat Jul 12 11:35:47 2025 +0100 |
| committer | Andrew Burgess <aburgess@redhat.com> | Fri Aug 01 10:15:30 2025 +0100 |
| tree | 04ab5f879b4ee814b870ac6da1ea0c7d547d3fc0 | |
| parent | 711667472193c31b67eb3c190d7c91f660ac4bb0 [diff] |
gdbserver: convert locals to `bool` in captured_main Within gdbserver/server.cc, in captured_main, convert some locals to bool. Move the declaration of some locals into the body of the function. There should be no user visible changes after this commit. Approved-By: Tom Tromey <tom@tromey.com>