diff options
author | Aaron Merey <amerey@redhat.com> | 2022-03-08 17:32:35 -0500 |
---|---|---|
committer | Aaron Merey <amerey@redhat.com> | 2022-03-08 20:39:05 -0500 |
commit | 2e79bbf1e2a546a0686c61a1432d2c1afc24efce (patch) | |
tree | 2fc3a156d1fd5e8b72b9846d6160be448ef63f2a /.cvsignore | |
parent | 2c5e3cf816be8d3b76b59069aa84606f7c706970 (diff) | |
download | binutils-gdb-2e79bbf1e2a546a0686c61a1432d2c1afc24efce.tar.gz |
gdb: Try searching for auto-load script using .gnu_debuglink
If an auto-load script cannot be found and objfile is a separate
debuginfo whose filename does not match the name found in the parent
file's .gnu_debuglink section, then repeat the search using the
parent's filename where the last component is replaced with the
.gnu_debuglink name.
For example if the parent's filename is "/usr/lib/libxyz.so" and the
name in its .gnu_debuglink section is "libxyz.so.debug", then
if no auto-load script is otherwise found the search will be
repeated with the filename "/usr/lib/libxyz.so.debug".
This helps gdb locate auto-load scripts when debuginfo files do not have
the expected filename, such as when they are aquired from debuginfod.
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions