Simplify the public DWARF API
authorTom Tromey <tom@tromey.com>
Sun, 1 Jan 2023 16:51:04 +0000 (09:51 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 9 Jan 2024 01:40:21 +0000 (18:40 -0700)
commitaecbdf5f34bcb781bd3191bfbe0a32a129391e93
tree63a2160a032425766bf84de962fd5326ee3507e4
parent33c6eaaefcedd45e86d564d014f14cce2620f933
Simplify the public DWARF API

dwarf2_has_info and dwarf2_initialize_objfile are only separate
because the DWARF reader implemented lazy psymtab reading.  However,
now that this is gone, we can simplify the public DWARF API again.
gdb/coffread.c
gdb/dwarf2/public.h
gdb/dwarf2/read.c
gdb/elfread.c
gdb/machoread.c
gdb/xcoffread.c