This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/7.1] Reset breakpoints after load


> * Don't read from the target during prologue analyzers; only read from
> the executable file.  I like this solution best, and it has other
> merits (it's faster!).  But it's the most work.

I like this solution best too, but ...

> 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
> 
> 	* symfile.c (generic_load): Reset breakpoints after loading.

... this seems fine, at least as a temporary measure.  The only drawback
I can see is performance, but I don't think it will be noticeable.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]