commit | 4e16a470492e412b6652d1e992f49edbc8e90894 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Wed May 07 11:00:13 2025 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Mon May 12 16:27:23 2025 +0100 |
tree | a6f677da106df8b38797c88b8dca5e7715ee332d | |
parent | 9db56c74db800fe4bff2412f44dfa3fb8c42ec51 [diff] |
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>