* symfile.c (symbol_file_add): Move reinit_frame_cache call to
authorPeter Schauer <Peter.Schauer@mytum.de>
Sun, 28 Aug 1994 13:57:48 +0000 (13:57 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sun, 28 Aug 1994 13:57:48 +0000 (13:57 +0000)
commit46d185d3d1919b707dc3bea1f243bcec2843bffd
treebaa81bdae6143cc896db7dc316ced19e9dd80abb
parentb11fb93989a2d454f91f5856140404aef9e2a7fb
* symfile.c (symbol_file_add):  Move reinit_frame_cache call to
the callers of symbol_file_add. Gets rid of heuristic fence-post
warnings on mips and alpha targets when the PC resides in a shared
library which is not yet read in.
* coff-solib.c (coff_solib_add), cxux-nat.c (add_shared_symbol_files),
irix5-nat.c (solib_add), osfsolib.c (solib_add),
remote-vx.c (vx_open), solib.c (solib_add):
Add call to reinit_frame_cache after all shared libraries are read in.
* remote-udi.c (udi_load), remote-vx.c (vx_load_command),
symfile.c (symbol_file_command, add_symbol_file_command):
Add call to reinit_frame_cache after symbol_file_add.
gdb/ChangeLog
gdb/coff-solib.c
gdb/cxux-nat.c
gdb/irix5-nat.c
gdb/osfsolib.c
gdb/remote-udi.c
gdb/remote-vx.c
This page took 0.028498 seconds and 4 git commands to generate.