gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab
Make compunit_primary_filetab a method of compunit_symtab. Change-Id: Iee3c4f7e36d579bf763c5bba146e5e10d6766768
This commit is contained in:
parent
9821f3fa56
commit
0b17a4f78f
7 changed files with 15 additions and 17 deletions
|
@ -554,7 +554,7 @@ bkscm_print_block_syms_progress_smob (SCM self, SCM port,
|
|||
: i_smob->iter.d.compunit_symtab->includes[i_smob->iter.idx]);
|
||||
gdbscm_printf (port, " %s",
|
||||
symtab_to_filename_for_display
|
||||
(compunit_primary_filetab (cust)));
|
||||
(cust->primary_filetab ()));
|
||||
break;
|
||||
}
|
||||
case FIRST_LOCAL_BLOCK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue