Files
binutils-gdb/gdb/memrange.c
Andrew Burgess cba95c2787 gdb: convert address_in_mem_range to mem_range::contains
Replace the global function address_in_mem_range with the member
function mem_range::contains.  The implementation of the function
doesn't change.

There should be no user visible changes after this commit.

Approved-By: Tom Tromey <tom@tromey.com>
2024-05-09 10:10:50 +01:00

1.7 KiB