commit | 861d98ffceaadf8dc14a33c69a3d6fc8f88e10b6 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Mar 25 16:32:20 2025 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Wed Mar 26 10:10:35 2025 -0400 |
tree | 95d634507b2287dbc10438911885bf9a17f32b01 | |
parent | b2eb2b00dc5573f607647bb163f19d9f1e2c6f3d [diff] |
gdb/dwarf: update comment of cutu_reader::cutu_reader (the DWO variant) The comment on this constructor is really outdated. Update it to better reflect the reality today. I'd eventually like to change this cutu_reader constructor not to use dwarf2_per_cu, because it seems like an abuse of dwarf2_per_cu just to pass 3 values. But for now, just document the existing behavior. Change-Id: Id96db020c361e64d9b0d2f25d51950b206658aa2 Approved-By: Tom Tromey <tom@tromey.com>