From 69de3c6af9e2484e4ac27d2a79fa2abb25b552d9 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Tue, 23 Jun 2009 16:28:45 +0000 Subject: 2009-06-23 Paul Pluzhnikov Revert 2009-05-14 breakpoint commit (no longer needed). * breakpoint.h (breakpoint_re_set_objfile): Remove * breakpoint.c (breakpoint_re_set_objfile): Likewise (create_overlay_event_breakpoint): Remove objfile parameter, iterate over all objfiles. * objfiles.c (objfile_relocate): Update. * symfile.c (new_symfile_objfile): Likewise. --- gdb/objfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/objfiles.c') diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 30a4313..795d53b 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -674,7 +674,7 @@ objfile_relocate (struct objfile *objfile, struct section_offsets *new_offsets) } /* Relocate breakpoints as necessary, after things are relocated. */ - breakpoint_re_set_objfile (objfile); + breakpoint_re_set (); } /* Many places in gdb want to test just to see if we have any partial -- cgit v1.1