commit | 2ffd1d6e42e76359eb96c4ae36078ef670c3fbc8 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 14 14:55:58 2023 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Feb 15 15:12:06 2023 -0500 |
tree | 7b6d3f3d8ff4ef7395b6c400978a9d83fe7a0c54 | |
parent | be932484aacb329459f96dd1811fb33d935af29f [diff] |
gdb/dwarf2: split .debug_names reading code to own file Move everything related to reading .debug_names from read.c to read-debug-names.c. The only entry point exposed by read-debug-names.{c,h} is dwarf2_read_debug_names. Change-Id: I18b23f3c7a61b14abc3a46e4bf559bc2d078e8bc Approved-By: Tom Tromey <tom@tromey.com>