commit | 6acd95be6a5c12006466e4d545ea5816f65004ad | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Feb 14 14:55:56 2023 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Feb 15 15:11:50 2023 -0500 |
tree | 678e1311e298d373e76eb8f8cf8ca17a22ba27ea | |
parent | bc32f8e7090fda27fafb2656b48d61ed167d3f48 [diff] |
gdb/dwarf2: move some things to read.h The following 2 patches move .gdb_index and .debug_names reading code to their own file. Prepare this by exposing some things used by that code to read.h. Change-Id: If8ef135758a2ff0ab3b765cc92596da8189f3bbd Approved-By: Tom Tromey <tom@tromey.com>