commit | 6c6492e7d34cf563a840d26d44b67e41763dcaa4 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Feb 10 11:54:57 2025 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Tue Feb 11 10:10:31 2025 -0500 |
tree | 8912cd3baa974e5c5d76b0b13f72ef8bd3286bfd | |
parent | 83c30fcc4d10fa3783199379e358a884a64f8688 [diff] |
gdb/dwarf: remove cooked_index::vec_type I find this typedef to be confusing. The name is a bit too generic, so it's not clear what it represents. When using the typedef for a cooked_index_shard unique pointer, I think that spelling out the vector type is not overly long. Change-Id: I99fdab5cd925c37c3835b466ce40ec9c1ec7209d Approved-By: Tom Tromey <tom@tromey.com>