summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-12-04 23:12:06 +0000
committerDoug Evans <dje@google.com>2012-12-04 23:12:06 +0000
commita7d21024038ff51ece105b31a1a6462dbe5a00db (patch)
tree2c5c427da7194b454ac9d4103910954be29fcc50 /gdb/symmisc.c
parentd11604be53bfc05fa3aceb60feac145b27b39491 (diff)
downloadgdb-a7d21024038ff51ece105b31a1a6462dbe5a00db.tar.gz
* symmisc.c: Whitespace fixes.
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index e9bdc24ea35..694a84a89e4 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -698,8 +698,8 @@ maintenance_print_objfiles (char *ignore, int from_tty)
}
}
-
/* List all the symbol tables whose names match REGEXP (optional). */
+
void
maintenance_info_symtabs (char *regexp, int from_tty)
{
@@ -777,6 +777,7 @@ block_depth (struct block *block)
/* Do early runtime initializations. */
+
void
_initialize_symmisc (void)
{