On Mon, Jun 22, 2009 at 10:09 AM, Ulrich Weigand wrote: > Paul Pluzhnikov wrote: > >> 2009-05-12 Paul Pluzhnikov ... > Maybe I'm missing something here, but this seems to break overlay > support. Yes, I believe your analysis is correct. > If you're going to reset only breakpoints > from one objfile, maybe you should likewise *delete* only breakpoints > from that objfile? That sounds like a good approach :-) Patch below tested on Linux/x86_64 with no new failures. Unfortunately I don't have any targets that support overlays, so I can't test this. Did this fail for you on spu? If so, does it pass with this patch? Thanks, -- Paul Pluzhnikov 2009-06-22 Paul Pluzhnikov * breakpoint.c (breakpoint_re_set_one): Add objfile parameter, delete overlay breakpoint only in the given objfile. (breakpoint_re_set_objfile): Adjust.