commit | 76f6d11efb79da1baf55a4a451aeda2ee74f8187 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Mar 31 16:09:42 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Tue Apr 01 10:02:17 2025 -0400 |
tree | 9a1b4aa276fa730b52f41123bfb7e888ab233f71 | |
parent | 387e49def642918ac7cd9ee426eeee43f9986b76 [diff] |
gdb: move addrmap::relocate method to addrmap_fixed The relocate method of addrmap is unnecessarily virtual. Only addrmap_fixed provides a meaningful implementation. Move the method to addrmap_fixed only and make it non-virtual. Change-Id: If61d5e70abc12c17d1e600adf0dd0707e77a6ba2 Approved-By: Tom Tromey <tom@tromey.com>