forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user