commit | 37912250961807bb5dc98158edaf1ee803d0eab3 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Wed Mar 05 00:06:39 2025 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Mar 05 11:58:31 2025 -0500 |
tree | 7ac8e8240ae50c643597152f8fce2836824a0071 | |
parent | 559e8b4a19e1ae4724f9da5ccd4534a64e1199d1 [diff] |
gdb/dwarf: remove unnecessary parameters to create_{cus,debug_type}_hash_table In create_cus_hash_table, we can get the section and hash table from the dwo_file directly. In create_debug_type_hash_table, we can get the hash table from the dwo_file directly - the section varies. Change-Id: I1d5ef49df98fe2620e12b83484b28cd7398f24ae Approved-By: Tom Tromey <tom@tromey.com>