Rename symtab::fullname

This renames symtab::fullname to m_fullname and adds new accessor
methods.
This commit is contained in:
Tom Tromey
2024-06-05 08:51:01 -06:00
parent 5e6ab40868
commit e433e995a9
7 changed files with 38 additions and 25 deletions

View File

@@ -451,7 +451,7 @@ annotate_source_line (struct symtab *s, int line, int mid_statement,
if (line > offsets->size ())
return false;
annotate_source (s->fullname, line, (int) (*offsets)[line - 1],
annotate_source (s->fullname (), line, (int) (*offsets)[line - 1],
mid_statement, s->compunit ()->objfile ()->arch (),
pc);