* objfiles.c (objfile_relocate): Add call to breakpoint_re_set

after relocations are complete.
	* remote-vx.c (vx_add_symbols): Remove call to breakpoint_re_set,
	this is now done in objfile_relocate.
PR 11308
This commit is contained in:
Fred Fish
1997-08-19 15:46:20 +00:00
parent c631cd59dd
commit ee804cff4f
2 changed files with 3 additions and 3 deletions

View File

@ -650,6 +650,9 @@ objfile_relocate (objfile, new_offsets)
objfile->ei.main_func_lowpc += ANOFFSET (delta, SECT_OFF_TEXT);
objfile->ei.main_func_highpc += ANOFFSET (delta, SECT_OFF_TEXT);
}
/* Relocate breakpoints as necessary, after things are relocated. */
breakpoint_re_set ();
}
/* Many places in gdb want to test just to see if we have any partial