commit | be932484aacb329459f96dd1811fb33d935af29f | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 14 14:55:57 2023 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Feb 15 15:12:01 2023 -0500 |
tree | 7751af1c108e4caa362f79f8e7f51b22f7f02c9c | |
parent | 6acd95be6a5c12006466e4d545ea5816f65004ad [diff] |
gdb/dwarf2: split .gdb_index reading code to own file Move everything related to reading .gdb_index from read.c to read-gdb-index.c. The only entry point exposed by read-gdb-index.{c,h} is dwarf2_read_gdb_index. Change-Id: I1e32c8f0720086538de8d2f612f27545377099bc Approved-By: Tom Tromey <tom@tromey.com>