* symmisc.c (maintenance_info_symtabs): Print linetable info.

* doc/gdb.texinfo (Symbols): Update output of "maint info symtabs".
This commit is contained in:
Doug Evans
2007-11-15 18:43:23 +00:00
parent 2699bdf21c
commit 1b39d5c085
4 changed files with 11 additions and 0 deletions

View File

@@ -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");
}