commit | bcafd1c19e628d831cf3eb20229c42ad9db4b29c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Sep 15 11:56:35 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Sep 19 08:14:00 2023 -0600 |
tree | a58aa837bc4a621d4881054379da7ad2ce9df5a2 | |
parent | 093da43d2adb4497dfec8afbb4eeaf2425668fdd [diff] |
Use gdb::checked_static_cast for watchpoints This replaces some casts to 'watchpoint *' with checked_static_cast. In one spot, an unnecessary block is also removed. Approved-By: Simon Marchi <simon.marchi@efficios.com>