diff options
author | Yao Qi <yao@codesourcery.com> | 2012-12-20 00:58:14 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-12-20 00:58:14 +0000 |
commit | dfc7bb5b17b462701fb92325c79671eee417a16a (patch) | |
tree | 51eeede00cd4e1fe85debfe7f494dca397285898 /gdb/symtab.h | |
parent | 463133ca3ac3381f8a536089f908ddc09d2cbfbf (diff) | |
download | gdb-dfc7bb5b17b462701fb92325c79671eee417a16a.zip gdb-dfc7bb5b17b462701fb92325c79671eee417a16a.tar.gz gdb-dfc7bb5b17b462701fb92325c79671eee417a16a.tar.bz2 |
gdb/
2012-12-20 Yao Qi <yao@codesourcery.com>
* maint.c (_initialize_maint_cmds): Move code to ...
* psymtab.c (_initialize_psymtab): ... here. New.
Include "gdbcmd.h".
(maintenance_print_psymbols): Make it static.
(maintenance_info_psymtabs, maintenance_check_symtabs): Likewise.
* symtab.h (maintenance_print_psymbols): Remove declaration.
(maintenance_check_symtabs, maintenance_info_psymtabs): Likewise.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 2ab41f4..dcf85de 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1162,18 +1162,12 @@ extern void resolve_sal_pc (struct symtab_and_line *); void maintenance_print_symbols (char *, int); -void maintenance_print_psymbols (char *, int); - void maintenance_print_msymbols (char *, int); void maintenance_print_objfiles (char *, int); void maintenance_info_symtabs (char *, int); -void maintenance_info_psymtabs (char *, int); - -void maintenance_check_symtabs (char *, int); - /* Symbol-reading stuff in symfile.c and solib.c. */ extern void clear_solib (void); |