mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
* symmisc.c (maintenance_info_symtabs): Print linetable info.
* doc/gdb.texinfo (Symbols): Update output of "maint info symtabs".
This commit is contained in:
@@ -1039,6 +1039,8 @@ maintenance_info_symtabs (char *regexp, int from_tty)
|
||||
printf_filtered (" blockvector ((struct blockvector *) %p)%s\n",
|
||||
symtab->blockvector,
|
||||
symtab->primary ? " (primary)" : "");
|
||||
printf_filtered (" linetable ((struct linetable *) %p)\n",
|
||||
symtab->linetable);
|
||||
printf_filtered (" debugformat %s\n", symtab->debugformat);
|
||||
printf_filtered (" }\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user