commit | bd36fe01ba5badc4a91ff1dc3c8b378b763281bf | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Fri Mar 14 00:32:54 2025 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Fri Mar 14 12:23:41 2025 -0400 |
tree | 679c2bee392a2950d631c3ecdb7a1372932f2dca | |
parent | dc41f577884bb346028b037da16d6d3613ede3d2 [diff] |
gdb/dwarf: remove existing_cu parameter of load_full_comp_unit Following the previous patch, all callers now pass the same thing: per_objfile->get_cu (this_cu) Remove that parameter and to the call in the function itself. Change-Id: Iafd36b058d7b95efae518bb65035c6a03728b018 Approved-By: Tom Tromey <tom@tromey.com>