summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 636b1d9c1ba..70eb125c1ba 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -987,9 +987,9 @@ maintenance_print_objfiles (char *ignore, int from_tty)
}
-/* List all the symbol tables whose names match REGEXP (optional). */
+/* List all the symbol tables. */
void
-maintenance_info_symtabs (char *regexp, int from_tty)
+maintenance_list_symtabs (char *regexp, int from_tty)
{
struct objfile *objfile;
@@ -1036,9 +1036,9 @@ maintenance_info_symtabs (char *regexp, int from_tty)
}
-/* List all the partial symbol tables whose names match REGEXP (optional). */
+/* List all the partial symbol tables. */
void
-maintenance_info_psymtabs (char *regexp, int from_tty)
+maintenance_list_psymtabs (char *regexp, int from_tty)
{
struct objfile *objfile;