commit | cb9995e8d8fab4e48ba202fe8456e68cc130490a | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 25 23:24:28 2025 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Feb 28 14:17:14 2025 -0500 |
tree | fabc739c009568ea8b37f39c71959323f15c8b23 | |
parent | c981932fc5c89205ff2c14ff1bf25d32fa7e3b0d [diff] |
gdb/dwarf: add dwarf2_per_bfd::filename and use it where possible I noticed we quite often use: bfd_get_filename (per_bfd->obfd) Add a shortcut for that. Change-Id: I4e33925a481fd44088386510b01936d38e1d7d38 Approved-By: Andrew Burgess <aburgess@redhat.com>