commit | 8215e9b0f3cab3743c4287a897f90dcb3119a5a7 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Fri Mar 14 00:32:45 2025 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Fri Mar 14 12:23:09 2025 -0400 |
tree | 2eaf41d978c46fc07cfa826920b3c6c62bc0f135 | |
parent | c912005af77c71461cdcc91cb23e7a2f6872d5b7 [diff] |
gdb/dwarf: remove pretend_language parameter from load_full_{comp,type}_unit I noticed that load_full_comp_unit and load_full_type_unit didn't use their pretend_language parameter. Remove them, and then remove more things that were needed to get the language value to that point, including the dwarf2_queue_item field. Change-Id: Ie8cb21c54ae49da065a1b0a20bf18ccb93961d1a Approved-By: Tom Tromey <tom@tromey.com>