commit | abbc4d4435aade0773974f05acaff2fab67dbf78 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Oct 17 16:57:03 2024 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu Oct 24 14:17:47 2024 -0600 |
tree | ae1d1ae6f45afedc7c1d839c6c7f5090eae7ab19 | |
parent | 86b26b453f65404b29ce035a2eb3d62671aa0612 [diff] |
Use gdb_bfd_get_full_section_contents in auto-load.c This changes auto-load.c ot use gdb_bfd_get_full_section_contents. This shouldn't change any behavior, but makes it easier to add locking in a subsequent patch. Reviewed-by: Kevin Buettner <kevinb@redhat.com>