]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: turn CHECK_ADDRMAP_FIND into a function
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 23 May 2025 18:35:28 +0000 (14:35 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 24 May 2025 14:06:40 +0000 (10:06 -0400)
commit265cdb307faf1ce47b01b59a2e228d742d85ab9b
treee8015f0fe2cc4ce87825c11c5981d302a4136795
parente64cd55419b79018caf66043fb9db77aef0abb1d
gdb: turn CHECK_ADDRMAP_FIND into a function

Replace the macro with a function.  I don't see a need to use a macro
here, a function is easier to read.

Change-Id: I22370040cb546470498d64939b246b03700af398
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/addrmap.c