commit | f5484e9b6cfca96874b79e91711f80efe4eed9f5 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Wed Mar 05 16:10:09 2025 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Mar 06 11:39:00 2025 -0500 |
tree | ae62219323addd65820944cc11ee1b43708d4a50 | |
parent | b8c80caf59ff114fc717457f0ba9ddcd539c52eb [diff] |
gdb/dwarf: make all fields of cutu_reader private Make all fields of cutu_reader private, then add getters for whatever needs to be accessed outside of cutu_reader. This should help spot what's used by cutu_reader itself, and what is used by others. Change-Id: I71cb73fffa5d70cc9c7fc68bf74db937e84c2db1 Approved-By: Tom Tromey <tom@tromey.com>