]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: pass std::string from linux_find_memory_regions_full
authorAndrew Burgess <aburgess@redhat.com>
Wed, 7 May 2025 10:00:13 +0000 (11:00 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 12 May 2025 15:27:23 +0000 (16:27 +0100)
commit4e16a470492e412b6652d1e992f49edbc8e90894
treea6f677da106df8b38797c88b8dca5e7715ee332d
parent9db56c74db800fe4bff2412f44dfa3fb8c42ec51
gdb: pass std::string from linux_find_memory_regions_full

Update linux_find_memory_region_ftype to take 'const std::string &'
instead of 'const char *', update the two functions which are passed
as callbacks to linux_find_memory_regions_full.

There should be no user visible changes after this commit.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/linux-tdep.c