commit | 8af6d60eb9714201c663117169ef4b6ab5b0582b | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Mon Feb 17 14:59:35 2025 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Feb 19 11:14:41 2025 -0500 |
tree | 9ef161f4c8c0ed5f76c05eb8e1d574920c19d299 | |
parent | c44ab627b02104286f437e134bcd592696fa7652 [diff] |
gdb/dwarf: set is_debug_types in signatured_type constructor This makes it more obvious that all created signatured_type objects have this flag set. Also, remove an unnecessary assignment in create_cus_hash_table: when constructing the dwarf2_per_cu_data object, is_debug_types is already initialized to 0/false. Change-Id: I6d28b17ac77edc040172254f6970d05ebc4a47f4 Approved-By: Tom Tromey <tom@tromey.com>