forked from Imagelibrary/binutils-gdb
Rename symtab::fullname
This renames symtab::fullname to m_fullname and adds new accessor methods.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user