* breakpoint.h (ALL_BREAKPOINTS_SAFE): Add.
authorJohn Gilmore <gnu@cygnus>
Thu, 27 Feb 1992 16:28:59 +0000 (16:28 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 27 Feb 1992 16:28:59 +0000 (16:28 +0000)
commitcba0d141fb4c565ae5e04b339a95d57123aa46fb
tree5b387cd1cf67276bb4c4399124d0901537f5927c
parent5c83e859b98d1d38e0f8744d3feab1b906526bfa
* breakpoint.h (ALL_BREAKPOINTS_SAFE):  Add.
* breakpoint.c (breakpoint_re_set):  Use ALL_BREAKPOINTS_SAFE.
* symtab.c (find_pc_symtab):  Handle having no objfiles.
* infcmd.c:  Fix comment.
* objfiles.c (free_all_objfiles):  Add.
* symfile.h (ALL_OBJFILES, ALL_OBJFILES_SAFE):  Add.
* symfile.c (symbol_file_command):  free all objfiles when
specifying a new symbol file.
(reread_symbols):  Stat the file name, don't fstat the descriptor.
gdb/ChangeLog
gdb/breakpoint.c
gdb/objfiles.c
gdb/symfile.c
gdb/symtab.c