diff options
author | Yao Qi <yao@codesourcery.com> | 2012-12-20 01:07:04 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-12-20 01:07:04 +0000 |
commit | 80480540e6b63085883dad14a5dc44c4490d9460 (patch) | |
tree | 1f6ac5c2d2885df3822b0195b1cd4335dee49371 /gdb/symtab.h | |
parent | dfc7bb5b17b462701fb92325c79671eee417a16a (diff) | |
download | gdb-80480540e6b63085883dad14a5dc44c4490d9460.zip gdb-80480540e6b63085883dad14a5dc44c4490d9460.tar.gz gdb-80480540e6b63085883dad14a5dc44c4490d9460.tar.bz2 |
gdb/
2012-12-20 Yao Qi <yao@codesourcery.com>
* maint.c (_initialize_maint_cmds): Move code ...
* symmisc.c (_initialize_symmisc): ... to here.
(maintenance_print_msymbols): Make it static.
(maintenance_print_objfiles): Likewise.
(maintenance_print_symbols): Likewise.
(maintenance_info_symtabs): Likewise.
* symtab.h (maintenance_print_msymbols): Remove declaration.
(maintenance_print_objfiles, maintenance_print_symbols): Likewise.
(maintenance_info_symtabs): Likewise.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index dcf85de..d0b668f 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1158,16 +1158,6 @@ extern int find_line_pc_range (struct symtab_and_line, CORE_ADDR *, extern void resolve_sal_pc (struct symtab_and_line *); -/* Symmisc.c */ - -void maintenance_print_symbols (char *, int); - -void maintenance_print_msymbols (char *, int); - -void maintenance_print_objfiles (char *, int); - -void maintenance_info_symtabs (char *, int); - /* Symbol-reading stuff in symfile.c and solib.c. */ extern void clear_solib (void); |