| commit | d1a5224cd3be966d4aecb195405556e66b534206 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Wed Mar 05 16:10:04 2025 -0500 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Mar 06 11:39:00 2025 -0500 |
| tree | 3d616825339d06432f8eec8ccc3877a9baab449c | |
| parent | 61cc67a504e9b2a9ade6d33b0e74c346c41f94bd [diff] |
gdb/dwarf: make read_cutu_die_from_dwo a method of cutu_reader read_cutu_die_from_dwo is only used as a helper to cutu_reader, so make it a private method of cutu_reader. Remove the "result_reader" parameter, because it's always "this". Change-Id: I7df6162137451c160f0e6bf3539569fcb2421eff Approved-By: Tom Tromey <tom@tromey.com>