diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-02-25 16:25:18 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2025-02-25 22:35:24 -0500 |
commit | fb3511fc4765a8bbc837dc798c683d46a0d460cb (patch) | |
tree | a298fe995bf0ba7b490e57cba964f77a932c8e83 /gdb/python | |
parent | 643a92ff411c2df0ba82697c8b2c4ab110ddf35c (diff) | |
download | binutils-fb3511fc4765a8bbc837dc798c683d46a0d460cb.zip binutils-fb3511fc4765a8bbc837dc798c683d46a0d460cb.tar.gz binutils-fb3511fc4765a8bbc837dc798c683d46a0d460cb.tar.bz2 |
gdb/dwarf: change some per-objfile functions to be per-bfd
I identified the following functions that currently take a
dwarf2_per_objfile, but could take a less specific dwarf2_per_bfd.
- try_open_dwop_file
- open_dwo_file
- open_dwp_file
The uses of the per-objfile object in try_open_dwop_file can be replaced
with equivalent per-bfd ones.
Change-Id: Ia31fa0b988375e86a715ee863d4ec3c572ce89c0
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions